mixer_quirks.c (f0b5e634ff25e02a64676022ee13284a9c810879) | mixer_quirks.c (36db0456582484aa78809376f1e41ec2873fc9d5) |
---|---|
1/* 2 * USB Audio Driver for ALSA 3 * 4 * Quirks and vendor-specific extensions for mixer interfaces 5 * 6 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> 7 * 8 * Many codes borrowed from audio.c by --- 12 unchanged lines hidden (view full) --- 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 */ 27 28#include <linux/init.h> | 1/* 2 * USB Audio Driver for ALSA 3 * 4 * Quirks and vendor-specific extensions for mixer interfaces 5 * 6 * Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de> 7 * 8 * Many codes borrowed from audio.c by --- 12 unchanged lines hidden (view full) --- 21 * GNU General Public License for more details. 22 * 23 * You should have received a copy of the GNU General Public License 24 * along with this program; if not, write to the Free Software 25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 */ 27 28#include <linux/init.h> |
29#include <linux/slab.h> |
|
29#include <linux/usb.h> 30#include <linux/usb/audio.h> 31 32#include <sound/core.h> 33#include <sound/control.h> 34#include <sound/hwdep.h> 35#include <sound/info.h> 36 --- 375 unchanged lines hidden --- | 30#include <linux/usb.h> 31#include <linux/usb/audio.h> 32 33#include <sound/core.h> 34#include <sound/control.h> 35#include <sound/hwdep.h> 36#include <sound/info.h> 37 --- 375 unchanged lines hidden --- |