18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci#ifndef __SOUND_PONTIS_H 38c2ecf20Sopenharmony_ci#define __SOUND_PONTIS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * ALSA driver for VIA VT1724 (Envy24HT) 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Lowlevel functions for Pontis MS300 boards 98c2ecf20Sopenharmony_ci * 108c2ecf20Sopenharmony_ci * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> 118c2ecf20Sopenharmony_ci */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define PONTIS_DEVICE_DESC "{Pontis,MS300}," 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#define VT1720_SUBDEVICE_PONTIS_MS300 0x00020002 /* a dummy id for MS300 */ 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciextern struct snd_ice1712_card_info snd_vt1720_pontis_cards[]; 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* __SOUND_PONTIS_H */ 20