162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __SOUND_PRODIGY192_H 362306a36Sopenharmony_ci#define __SOUND_PRODIGY192_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define PRODIGY192_DEVICE_DESC "{AudioTrak,Prodigy 192}," 662306a36Sopenharmony_ci#define PRODIGY192_STAC9460_ADDR 0x54 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#define VT1724_SUBDEVICE_PRODIGY192VE 0x34495345 /* PRODIGY 192 VE */ 962306a36Sopenharmony_ci/* 1062306a36Sopenharmony_ci * AudioTrak Prodigy192 GPIO definitions for MI/ODI/O card with 1162306a36Sopenharmony_ci * AK4114 (SPDIF-IN) 1262306a36Sopenharmony_ci */ 1362306a36Sopenharmony_ci#define VT1724_PRODIGY192_CS (1 << 8) /* GPIO8, pin 75 */ 1462306a36Sopenharmony_ci#define VT1724_PRODIGY192_CCLK (1 << 9) /* GPIO9, pin 76 */ 1562306a36Sopenharmony_ci#define VT1724_PRODIGY192_CDOUT (1 << 10) /* GPIO10, pin 77 */ 1662306a36Sopenharmony_ci#define VT1724_PRODIGY192_CDIN (1 << 11) /* GPIO11, pin 86 */ 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1724_prodigy192_cards[]; 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif /* __SOUND_PRODIGY192_H */ 21