Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a43ae905 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[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: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent d5ad630b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -664,7 +664,6 @@ static int snd_cs4231_trigger(struct snd_pcm_substream *substream, int cmd)
		unsigned long flags;
		unsigned long flags;


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