11da177e4SLinus Torvalds #ifndef __SOUND_PONTIS_H 21da177e4SLinus Torvalds #define __SOUND_PONTIS_H 31da177e4SLinus Torvalds 41da177e4SLinus Torvalds /* 51da177e4SLinus Torvalds * ALSA driver for VIA VT1724 (Envy24HT) 61da177e4SLinus Torvalds * 71da177e4SLinus Torvalds * Lowlevel functions for Pontis MS300 boards 81da177e4SLinus Torvalds * 91da177e4SLinus Torvalds * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> 101da177e4SLinus Torvalds * 111da177e4SLinus Torvalds * This program is free software; you can redistribute it and/or modify 121da177e4SLinus Torvalds * it under the terms of the GNU General Public License as published by 131da177e4SLinus Torvalds * the Free Software Foundation; either version 2 of the License, or 141da177e4SLinus Torvalds * (at your option) any later version. 151da177e4SLinus Torvalds * 161da177e4SLinus Torvalds * This program is distributed in the hope that it will be useful, 171da177e4SLinus Torvalds * but WITHOUT ANY WARRANTY; without even the implied warranty of 181da177e4SLinus Torvalds * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 191da177e4SLinus Torvalds * GNU General Public License for more details. 201da177e4SLinus Torvalds * 211da177e4SLinus Torvalds * You should have received a copy of the GNU General Public License 221da177e4SLinus Torvalds * along with this program; if not, write to the Free Software 231da177e4SLinus Torvalds * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 241da177e4SLinus Torvalds * 251da177e4SLinus Torvalds */ 261da177e4SLinus Torvalds 271da177e4SLinus Torvalds #define PONTIS_DEVICE_DESC "{Pontis,MS300}," 281da177e4SLinus Torvalds 291da177e4SLinus Torvalds #define VT1720_SUBDEVICE_PONTIS_MS300 0x00020002 /* a dummy id for MS300 */ 301da177e4SLinus Torvalds 31*1b60f6b0STakashi Iwai extern struct snd_ice1712_card_info snd_vt1720_pontis_cards[]; 321da177e4SLinus Torvalds 331da177e4SLinus Torvalds #endif /* __SOUND_PONTIS_H */ 34