aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sparc
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-03-07 09:58:40 -0500
committerJaroslav Kysela <perex@suse.cz>2007-05-11 10:55:44 -0400
commita43ae90543f4c5eccbc050eda088c07cf45b61c0 (patch)
treeee3bdcd3df322792bef3885697a2b2c1683f7a91 /sound/sparc
parentd5ad630b6dd00ea41e0c58b45c0912f72757b5cd (diff)
[ALSA] Fix compilation error in sparc/cs4231.c
Removed the unnecessary line I forgot in the last clean-up patch wrt snd_pcm_group_for_each_entry(). Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/sparc')
-rw-r--r--sound/sparc/cs4231.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c
index 96d51abcb73a..dca0344cc1bc 100644
--- a/sound/sparc/cs4231.c
+++ b/sound/sparc/cs4231.c
@@ -664,7 +664,6 @@ static int snd_cs4231_trigger(struct snd_pcm_substream *substream, int cmd)
664 unsigned long flags; 664 unsigned long flags;
665 665
666 snd_pcm_group_for_each_entry(s, substream) { 666 snd_pcm_group_for_each_entry(s, substream) {
667 s = snd_pcm_group_substream_entry(pos);
668 if (s == chip->playback_substream) { 667 if (s == chip->playback_substream) {
669 what |= CS4231_PLAYBACK_ENABLE; 668 what |= CS4231_PLAYBACK_ENABLE;
670 snd_pcm_trigger_done(s, substream); 669 snd_pcm_trigger_done(s, substream);