vxpocket.h (d8a382d2662822248a97ce9d670b90e68aefbd3a) | vxpocket.h (ac8b422838046ffc26be4874a3cbae0d313f4209) |
---|---|
1/* 2 * Driver for Digigram VXpocket soundcards 3 * 4 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 9 unchanged lines hidden (view full) --- 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 20 21#ifndef __VXPOCKET_H 22#define __VXPOCKET_H 23 24#include <sound/vx_core.h> 25 | 1/* 2 * Driver for Digigram VXpocket soundcards 3 * 4 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 9 unchanged lines hidden (view full) --- 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 20 21#ifndef __VXPOCKET_H 22#define __VXPOCKET_H 23 24#include <sound/vx_core.h> 25 |
26#include <pcmcia/cs_types.h> | |
27#include <pcmcia/cs.h> 28#include <pcmcia/cistpl.h> 29#include <pcmcia/ds.h> 30 31struct snd_vxpocket { 32 33 struct vx_core core; 34 --- 58 unchanged lines hidden --- | 26#include <pcmcia/cs.h> 27#include <pcmcia/cistpl.h> 28#include <pcmcia/ds.h> 29 30struct snd_vxpocket { 31 32 struct vx_core core; 33 --- 58 unchanged lines hidden --- |