Linux 4.16.11
[linux/fpc-iii.git] / sound / pci / ice1712 / se.h
blob61348ecef1e09e5606385b5b7fe1920d1bef3658
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SOUND_SE_H
3 #define __SOUND_SE_H
5 /* ID */
6 #define SE_DEVICE_DESC \
7 "{ONKYO INC,SE-90PCI},"\
8 "{ONKYO INC,SE-200PCI},"
10 #define VT1724_SUBDEVICE_SE90PCI 0xb161000
11 #define VT1724_SUBDEVICE_SE200PCI 0xb160100
13 /* entry struct */
14 extern struct snd_ice1712_card_info snd_vt1724_se_cards[];
16 #endif /* __SOUND_SE_H */