18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __SOUND_SE_H
38c2ecf20Sopenharmony_ci#define __SOUND_SE_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* ID */
68c2ecf20Sopenharmony_ci#define SE_DEVICE_DESC	\
78c2ecf20Sopenharmony_ci		"{ONKYO INC,SE-90PCI},"\
88c2ecf20Sopenharmony_ci		"{ONKYO INC,SE-200PCI},"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define VT1724_SUBDEVICE_SE90PCI	0xb161000
118c2ecf20Sopenharmony_ci#define VT1724_SUBDEVICE_SE200PCI	0xb160100
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci/* entry struct */
148c2ecf20Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1724_se_cards[];
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif /* __SOUND_SE_H */
17