Skip to content

Commit

Permalink
[ALSA] Fix compilation error in sparc/cs4231.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 11, 2007
1 parent d5ad630 commit a43ae90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/sparc/cs4231.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ static int snd_cs4231_trigger(struct snd_pcm_substream *substream, int cmd)
unsigned long flags;

snd_pcm_group_for_each_entry(s, substream) {
s = snd_pcm_group_substream_entry(pos);
if (s == chip->playback_substream) {
what |= CS4231_PLAYBACK_ENABLE;
snd_pcm_trigger_done(s, substream);
Expand Down

0 comments on commit a43ae90

Please sign in to comment.