Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __SOUND_SE_H
0003 #define __SOUND_SE_H
0004 
0005 /* ID */
0006 #define SE_DEVICE_DESC  \
0007         "{ONKYO INC,SE-90PCI},"\
0008         "{ONKYO INC,SE-200PCI},"
0009 
0010 #define VT1724_SUBDEVICE_SE90PCI    0xb161000
0011 #define VT1724_SUBDEVICE_SE200PCI   0xb160100
0012 
0013 /* entry struct */
0014 extern struct snd_ice1712_card_info snd_vt1724_se_cards[];
0015 
0016 #endif /* __SOUND_SE_H */