tree 40e33b8dc4bf31c6b3fb64aa38d0a534061352cf
parent 41c018b7ecb60b1c2c4d5dee0cd37d32a94c45af
author Jaroslav Kysela <[EMAIL PROTECTED]> Mon, 20 Jun 2005 10:42:44 +0200
committer Jaroslav Kysela <[EMAIL PROTECTED]> Thu, 28 Jul 2005 12:09:18 +0200

[ALSA] ak4114: removed duplicate wake_up()

AK4114 receiver
- wake_up(&runtime->sleep) is already called in snd_pcm_post_stop()

Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>

 sound/i2c/other/ak4114.c |    1 -
 1 files changed, 1 deletion(-)

diff --git a/sound/i2c/other/ak4114.c b/sound/i2c/other/ak4114.c
--- a/sound/i2c/other/ak4114.c
+++ b/sound/i2c/other/ak4114.c
@@ -554,7 +554,6 @@ int snd_ak4114_check_rate_and_errors(ak4
                if (snd_pcm_running(ak4114->capture_substream)) {
                        // printk("rate changed (%i <- %i)\n", runtime->rate, 
res);
                        snd_pcm_stop(ak4114->capture_substream, 
SNDRV_PCM_STATE_DRAINING);
-                       wake_up(&runtime->sleep);
                        res = 1;
                }
                snd_pcm_stream_unlock_irqrestore(ak4114->capture_substream, 
_flags);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to