mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ALSA: wss_lib: rename cs4231.h into wss.h
Rename file include/sound/cs4231.h into include/sound/wss.h Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Reviewed-by: Rene Herman <rene.herman@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9295aea1e8
commit
61ef19d7e7
@ -1,7 +1,6 @@
|
||||
#ifndef __SOUND_SND_WAVEFRONT_H__
|
||||
#define __SOUND_SND_WAVEFRONT_H__
|
||||
|
||||
#include "cs4231.h"
|
||||
#include "mpu401.h"
|
||||
#include "hwdep.h"
|
||||
#include "rawmidi.h"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <linux/moduleparam.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/initval.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/mpu401.h>
|
||||
#include <sound/opl3.h>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <linux/wait.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/mpu401.h>
|
||||
#include <sound/initval.h>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <linux/pnp.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/mpu401.h>
|
||||
#include <sound/opl3.h>
|
||||
#include <sound/initval.h>
|
||||
|
@ -85,7 +85,7 @@
|
||||
#include <linux/time.h>
|
||||
#include <linux/wait.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/asoundef.h>
|
||||
|
||||
MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <asm/dma.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/gus.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#define SNDRV_LEGACY_FIND_FREE_IRQ
|
||||
#define SNDRV_LEGACY_FIND_FREE_DMA
|
||||
#include <sound/initval.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <asm/dma.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/gus.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#ifdef SNDRV_STB
|
||||
#include <sound/tea6330t.h>
|
||||
#endif
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <linux/pnp.h>
|
||||
#include <linux/moduleparam.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/mpu401.h>
|
||||
#include <sound/opl3.h>
|
||||
#include <sound/initval.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/dma.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/mpu401.h>
|
||||
#include <sound/opl4.h>
|
||||
#include <sound/control.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <asm/dma.h>
|
||||
#include <sound/core.h>
|
||||
#if defined(CS4231) || defined(OPTi93X)
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#else
|
||||
#include <sound/ad1848.h>
|
||||
#endif /* CS4231 */
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <asm/dma.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/hwdep.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/mpu401.h>
|
||||
#include <sound/initval.h>
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <sound/core.h>
|
||||
#include <sound/initval.h>
|
||||
#include <sound/opl3.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/snd_wavefront.h>
|
||||
|
||||
MODULE_AUTHOR("Paul Barton-Davis <pbd@op.net>");
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/ioport.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/cs4231.h>
|
||||
#include <sound/wss.h>
|
||||
#include <sound/pcm_params.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
|
Loading…
Reference in New Issue
Block a user