162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __SOUND_SE_H 362306a36Sopenharmony_ci#define __SOUND_SE_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* ID */ 662306a36Sopenharmony_ci#define SE_DEVICE_DESC \ 762306a36Sopenharmony_ci "{ONKYO INC,SE-90PCI},"\ 862306a36Sopenharmony_ci "{ONKYO INC,SE-200PCI}," 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define VT1724_SUBDEVICE_SE90PCI 0xb161000 1162306a36Sopenharmony_ci#define VT1724_SUBDEVICE_SE200PCI 0xb160100 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci/* entry struct */ 1462306a36Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1724_se_cards[]; 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif /* __SOUND_SE_H */ 17