msnd.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | msnd.c (174cd4b1e5fbd0d74c68cf3a74f5bd4923485512) |
---|---|
1/********************************************************************* 2 * 3 * 2002/06/30 Karsten Wiese: 4 * removed kernel-version dependencies. 5 * ripped from linux kernel 2.4.18 (OSS Implementation) by me. 6 * In the OSS Version, this file is compiled to a separate MODULE, 7 * that is used by the pinnacle and the classic driver. 8 * since there is no classic driver for alsa yet (i dont have a classic --- 22 unchanged lines hidden (view full) --- 31 * 32 * You should have received a copy of the GNU General Public License 33 * along with this program; if not, write to the Free Software 34 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 35 * 36 ********************************************************************/ 37 38#include <linux/kernel.h> | 1/********************************************************************* 2 * 3 * 2002/06/30 Karsten Wiese: 4 * removed kernel-version dependencies. 5 * ripped from linux kernel 2.4.18 (OSS Implementation) by me. 6 * In the OSS Version, this file is compiled to a separate MODULE, 7 * that is used by the pinnacle and the classic driver. 8 * since there is no classic driver for alsa yet (i dont have a classic --- 22 unchanged lines hidden (view full) --- 31 * 32 * You should have received a copy of the GNU General Public License 33 * along with this program; if not, write to the Free Software 34 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 35 * 36 ********************************************************************/ 37 38#include <linux/kernel.h> |
39#include <linux/sched/signal.h> |
|
39#include <linux/types.h> 40#include <linux/interrupt.h> 41#include <linux/io.h> 42#include <linux/fs.h> 43#include <linux/delay.h> 44#include <linux/module.h> 45 46#include <sound/core.h> --- 658 unchanged lines hidden --- | 40#include <linux/types.h> 41#include <linux/interrupt.h> 42#include <linux/io.h> 43#include <linux/fs.h> 44#include <linux/delay.h> 45#include <linux/module.h> 46 47#include <sound/core.h> --- 658 unchanged lines hidden --- |