us122l.c (3e1aebef6fb55e35668d2d7cf608cf03f30c904f) | us122l.c (e5779998bf8b70e48a6cc208c8b61b33bd6117ea) |
---|---|
1/* 2 * Copyright (C) 2007, 2008 Karsten Wiese <fzu@wemgehoertderstaat.de> 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 11 unchanged lines hidden (view full) --- 20#include <linux/usb/audio.h> 21#include <sound/core.h> 22#include <sound/hwdep.h> 23#include <sound/pcm.h> 24#include <sound/initval.h> 25#define MODNAME "US122L" 26#include "usb_stream.c" 27#include "../usbaudio.h" | 1/* 2 * Copyright (C) 2007, 2008 Karsten Wiese <fzu@wemgehoertderstaat.de> 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 11 unchanged lines hidden (view full) --- 20#include <linux/usb/audio.h> 21#include <sound/core.h> 22#include <sound/hwdep.h> 23#include <sound/pcm.h> 24#include <sound/initval.h> 25#define MODNAME "US122L" 26#include "usb_stream.c" 27#include "../usbaudio.h" |
28#include "../usbmidi.h" | 28#include "../midi.h" |
29#include "us122l.h" 30 31MODULE_AUTHOR("Karsten Wiese <fzu@wemgehoertderstaat.de>"); 32MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.5"); 33MODULE_LICENSE("GPL"); 34 35static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */ 36static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */ --- 750 unchanged lines hidden --- | 29#include "us122l.h" 30 31MODULE_AUTHOR("Karsten Wiese <fzu@wemgehoertderstaat.de>"); 32MODULE_DESCRIPTION("TASCAM "NAME_ALLCAPS" Version 0.5"); 33MODULE_LICENSE("GPL"); 34 35static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */ 36static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */ --- 750 unchanged lines hidden --- |