162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci#ifndef __SOUND_VT1720_MOBO_H
362306a36Sopenharmony_ci#define __SOUND_VT1720_MOBO_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci *   ALSA driver for VT1720/VT1724 (Envy24PT/Envy24HT)
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci *   Lowlevel functions for VT1720-based motherboards
962306a36Sopenharmony_ci *
1062306a36Sopenharmony_ci *	Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
1162306a36Sopenharmony_ci */
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#define VT1720_MOBO_DEVICE_DESC        "{Albatron,K8X800 Pro II},"\
1462306a36Sopenharmony_ci				       "{Chaintech,ZNF3-150},"\
1562306a36Sopenharmony_ci				       "{Chaintech,ZNF3-250},"\
1662306a36Sopenharmony_ci				       "{Chaintech,9CJS},"\
1762306a36Sopenharmony_ci				       "{Shuttle,SN25P},"
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#define VT1720_SUBDEVICE_K8X800		0xf217052c
2062306a36Sopenharmony_ci#define VT1720_SUBDEVICE_ZNF3_150	0x0f2741f6
2162306a36Sopenharmony_ci#define VT1720_SUBDEVICE_ZNF3_250	0x0f2745f6
2262306a36Sopenharmony_ci#define VT1720_SUBDEVICE_9CJS		0x0f272327
2362306a36Sopenharmony_ci#define VT1720_SUBDEVICE_SN25P		0x97123650
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciextern struct snd_ice1712_card_info  snd_vt1720_mobo_cards[];
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci#endif /* __SOUND_VT1720_MOBO_H */
28