summaryrefslogtreecommitdiffstats
path: root/include/sound/es1688.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/es1688.h')
-rw-r--r--include/sound/es1688.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/es1688.h b/include/sound/es1688.h
index 1d636a2d8896..b34f23a5bb74 100644
--- a/include/sound/es1688.h
+++ b/include/sound/es1688.h
@@ -115,8 +115,7 @@ int snd_es1688_create(struct snd_card *card,
115 int mpu_irq, 115 int mpu_irq,
116 int dma8, 116 int dma8,
117 unsigned short hardware); 117 unsigned short hardware);
118int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device, 118int snd_es1688_pcm(struct snd_card *card, struct snd_es1688 *chip, int device);
119 struct snd_pcm **rpcm);
120int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip); 119int snd_es1688_mixer(struct snd_card *card, struct snd_es1688 *chip);
121int snd_es1688_reset(struct snd_es1688 *chip); 120int snd_es1688_reset(struct snd_es1688 *chip);
122 121