io.c (f43dc23d5ea91fca257be02138a255f02d98e806) | io.c (d81a6d71760c4d8323f1f9a506c64084caa09063) |
---|---|
1/* 2 * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 3 * Creative Labs, Inc. 4 * Routines for control of EMU10K1 chips 5 * 6 * BUGS: 7 * -- 8 * --- 15 unchanged lines hidden (view full) --- 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 * 26 */ 27 28#include <linux/time.h> 29#include <sound/core.h> 30#include <sound/emu10k1.h> 31#include <linux/delay.h> | 1/* 2 * Copyright (c) by Jaroslav Kysela <perex@perex.cz> 3 * Creative Labs, Inc. 4 * Routines for control of EMU10K1 chips 5 * 6 * BUGS: 7 * -- 8 * --- 15 unchanged lines hidden (view full) --- 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 * 26 */ 27 28#include <linux/time.h> 29#include <sound/core.h> 30#include <sound/emu10k1.h> 31#include <linux/delay.h> |
32#include <linux/export.h> |
|
32#include "p17v.h" 33 34unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn) 35{ 36 unsigned long flags; 37 unsigned int regptr, val; 38 unsigned int mask; 39 --- 543 unchanged lines hidden --- | 33#include "p17v.h" 34 35unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn) 36{ 37 unsigned long flags; 38 unsigned int regptr, val; 39 unsigned int mask; 40 --- 543 unchanged lines hidden --- |