Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a43ae90543f4c5eccbc050eda088c07cf45b61c0
Commit: a43ae90543f4c5eccbc050eda088c07cf45b61c0
Parent: d5ad630b6dd00ea41e0c58b45c0912f72757b5cd
Author: Takashi Iwai <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 7 15:58:40 2007 +0100
Committer: Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri May 11 16:55:44 2007 +0200
[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 <[EMAIL PROTECTED]>
Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
sound/sparc/cs4231.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c
index 96d51ab..dca0344 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)
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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html