17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __SOUND_SE_H3#define __SOUND_SE_H4 5/* ID */6#define SE_DEVICE_DESC \7 "{ONKYO INC,SE-90PCI},"\8 "{ONKYO INC,SE-200PCI},"9 10#define VT1724_SUBDEVICE_SE90PCI 0xb16100011#define VT1724_SUBDEVICE_SE200PCI 0xb16010012 13/* entry struct */14extern struct snd_ice1712_card_info snd_vt1724_se_cards[];15 16#endif /* __SOUND_SE_H */17