ua101.c (3e1aebef6fb55e35668d2d7cf608cf03f30c904f) | ua101.c (e5779998bf8b70e48a6cc208c8b61b33bd6117ea) |
---|---|
1/* 2 * Edirol UA-101/UA-1000 driver 3 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 4 * 5 * This driver is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License, version 2. 7 * 8 * This driver is distributed in the hope that it will be useful, --- 10 unchanged lines hidden (view full) --- 19#include <linux/slab.h> 20#include <linux/usb.h> 21#include <linux/usb/audio.h> 22#include <sound/core.h> 23#include <sound/initval.h> 24#include <sound/pcm.h> 25#include <sound/pcm_params.h> 26#include "../usbaudio.h" | 1/* 2 * Edirol UA-101/UA-1000 driver 3 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 4 * 5 * This driver is free software: you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License, version 2. 7 * 8 * This driver is distributed in the hope that it will be useful, --- 10 unchanged lines hidden (view full) --- 19#include <linux/slab.h> 20#include <linux/usb.h> 21#include <linux/usb/audio.h> 22#include <sound/core.h> 23#include <sound/initval.h> 24#include <sound/pcm.h> 25#include <sound/pcm_params.h> 26#include "../usbaudio.h" |
27#include "../usbmidi.h" | 27#include "../midi.h" |
28 29MODULE_DESCRIPTION("Edirol UA-101/1000 driver"); 30MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>"); 31MODULE_LICENSE("GPL v2"); 32MODULE_SUPPORTED_DEVICE("{{Edirol,UA-101},{Edirol,UA-1000}}"); 33 34/* 35 * Should not be lower than the minimum scheduling delay of the host --- 1353 unchanged lines hidden --- | 28 29MODULE_DESCRIPTION("Edirol UA-101/1000 driver"); 30MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>"); 31MODULE_LICENSE("GPL v2"); 32MODULE_SUPPORTED_DEVICE("{{Edirol,UA-101},{Edirol,UA-1000}}"); 33 34/* 35 * Should not be lower than the minimum scheduling delay of the host --- 1353 unchanged lines hidden --- |