18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci#ifndef __SOUND_VT1720_MOBO_H 38c2ecf20Sopenharmony_ci#define __SOUND_VT1720_MOBO_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * ALSA driver for VT1720/VT1724 (Envy24PT/Envy24HT) 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Lowlevel functions for VT1720-based motherboards 98c2ecf20Sopenharmony_ci * 108c2ecf20Sopenharmony_ci * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define VT1720_MOBO_DEVICE_DESC "{Albatron,K8X800 Pro II},"\ 148c2ecf20Sopenharmony_ci "{Chaintech,ZNF3-150},"\ 158c2ecf20Sopenharmony_ci "{Chaintech,ZNF3-250},"\ 168c2ecf20Sopenharmony_ci "{Chaintech,9CJS},"\ 178c2ecf20Sopenharmony_ci "{Shuttle,SN25P}," 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#define VT1720_SUBDEVICE_K8X800 0xf217052c 208c2ecf20Sopenharmony_ci#define VT1720_SUBDEVICE_ZNF3_150 0x0f2741f6 218c2ecf20Sopenharmony_ci#define VT1720_SUBDEVICE_ZNF3_250 0x0f2745f6 228c2ecf20Sopenharmony_ci#define VT1720_SUBDEVICE_9CJS 0x0f272327 238c2ecf20Sopenharmony_ci#define VT1720_SUBDEVICE_SN25P 0x97123650 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1720_mobo_cards[]; 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci#endif /* __SOUND_VT1720_MOBO_H */ 28