18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __SOUND_WTM_H
38c2ecf20Sopenharmony_ci#define __SOUND_WTM_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* ID */
68c2ecf20Sopenharmony_ci#define WTM_DEVICE_DESC		"{EGO SYS INC,WaveTerminal 192M},"
78c2ecf20Sopenharmony_ci#define VT1724_SUBDEVICE_WTM	0x36495345	/* WT192M ver1.0 */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/*
108c2ecf20Sopenharmony_ci *chip addresses on I2C bus
118c2ecf20Sopenharmony_ci */
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#define	AK4114_ADDR		0x20	/*S/PDIF receiver*/
148c2ecf20Sopenharmony_ci#define STAC9460_I2C_ADDR	0x54	/* ADC*2 | DAC*6 */
158c2ecf20Sopenharmony_ci#define STAC9460_2_I2C_ADDR	0x56	/* ADC|DAC *2 */
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1724_wtm_cards[];
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#endif /* __SOUND_WTM_H */
218c2ecf20Sopenharmony_ci
22