1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef __SOUND_SE_H 1 #ifndef __SOUND_SE_H 3 #define __SOUND_SE_H 2 #define __SOUND_SE_H 4 3 5 /* ID */ 4 /* ID */ 6 #define SE_DEVICE_DESC \ 5 #define SE_DEVICE_DESC \ 7 "{ONKYO INC,SE-90PCI},"\ 6 "{ONKYO INC,SE-90PCI},"\ 8 "{ONKYO INC,SE-200PCI}," 7 "{ONKYO INC,SE-200PCI}," 9 8 10 #define VT1724_SUBDEVICE_SE90PCI 0xb161 9 #define VT1724_SUBDEVICE_SE90PCI 0xb161000 11 #define VT1724_SUBDEVICE_SE200PCI 0xb160 10 #define VT1724_SUBDEVICE_SE200PCI 0xb160100 12 11 13 /* entry struct */ 12 /* entry struct */ 14 extern struct snd_ice1712_card_info snd_vt1724 13 extern struct snd_ice1712_card_info snd_vt1724_se_cards[]; 15 14 16 #endif /* __SOUND_SE_H */ 15 #endif /* __SOUND_SE_H */ 17 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.