18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __SOUND_PRODIGY192_H 38c2ecf20Sopenharmony_ci#define __SOUND_PRODIGY192_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define PRODIGY192_DEVICE_DESC "{AudioTrak,Prodigy 192}," 68c2ecf20Sopenharmony_ci#define PRODIGY192_STAC9460_ADDR 0x54 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#define VT1724_SUBDEVICE_PRODIGY192VE 0x34495345 /* PRODIGY 192 VE */ 98c2ecf20Sopenharmony_ci/* 108c2ecf20Sopenharmony_ci * AudioTrak Prodigy192 GPIO definitions for MI/ODI/O card with 118c2ecf20Sopenharmony_ci * AK4114 (SPDIF-IN) 128c2ecf20Sopenharmony_ci */ 138c2ecf20Sopenharmony_ci#define VT1724_PRODIGY192_CS (1 << 8) /* GPIO8, pin 75 */ 148c2ecf20Sopenharmony_ci#define VT1724_PRODIGY192_CCLK (1 << 9) /* GPIO9, pin 76 */ 158c2ecf20Sopenharmony_ci#define VT1724_PRODIGY192_CDOUT (1 << 10) /* GPIO10, pin 77 */ 168c2ecf20Sopenharmony_ci#define VT1724_PRODIGY192_CDIN (1 << 11) /* GPIO11, pin 86 */ 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[]; 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif /* __SOUND_PRODIGY192_H */ 21