1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __SOUND_SE_H 3 #define __SOUND_SE_H 4 5 /* ID */ 6 #define SE_DEVICE_DESC \ 7 "{ONKYO INC,SE-90PCI},"\ 8 "{ONKYO INC,SE-200PCI}," 9 10 #define VT1724_SUBDEVICE_SE90PCI 0xb161000 11 #define VT1724_SUBDEVICE_SE200PCI 0xb160100 12 13 /* entry struct */ 14 extern struct snd_ice1712_card_info snd_vt1724_se_cards[]; 15 16 #endif /* __SOUND_SE_H */ 17