[alsa-devel] [PATCH 1/1] SOUND: wm8753, remove dead code
There is adangling code in wm8753_probe which is never executed. Remove it.
Signed-off-by: Jiri Slaby jslaby@suse.cz Cc: Liam Girdwood lg@opensource.wolfsonmicro.com Cc: Takashi Iwai tiwai@suse.de Cc: Jaroslav Kysela perex@suse.cz --- sound/soc/codecs/wm8753.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 4844232..4a945d3 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -1600,9 +1600,6 @@ static int wm8753_probe(struct snd_soc_codec *codec) wm8753_add_widgets(codec);
return 0; - - run_delayed_work(&codec->delayed_work); - return ret; }
/* power down chip */
On Sat, 2010-09-04 at 15:12 +0200, Jiri Slaby wrote:
There is adangling code in wm8753_probe which is never executed. Remove it.
Signed-off-by: Jiri Slaby jslaby@suse.cz Cc: Liam Girdwood lg@opensource.wolfsonmicro.com Cc: Takashi Iwai tiwai@suse.de Cc: Jaroslav Kysela perex@suse.cz
sound/soc/codecs/wm8753.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 4844232..4a945d3 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -1600,9 +1600,6 @@ static int wm8753_probe(struct snd_soc_codec *codec) wm8753_add_widgets(codec);
return 0;
- run_delayed_work(&codec->delayed_work);
- return ret;
}
/* power down chip */
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
On Mon, Sep 06, 2010 at 11:32:30AM +0100, Liam Girdwood wrote:
On Sat, 2010-09-04 at 15:12 +0200, Jiri Slaby wrote:
There is adangling code in wm8753_probe which is never executed. Remove it.
Signed-off-by: Jiri Slaby jslaby@suse.cz
Jiri, you should know to send copies of patches to maintainers. Applied after digging out of a list folder.
Hello, Could you plz let me know, if the S3C6410/S3C64XX supports in ALSA soc supported machines?
Thanks Swami
Hi,
On Tue, Sep 7, 2010 at 1:12 PM, Reddy, MR Swami MR.Swami.Reddy@nsc.com wrote:
Hello, Could you plz let me know, if the S3C6410/S3C64XX supports in ALSA soc supported machines?
If my understand is right, smdk6410 board with wm8580(I2S) and WM9713(AC97) is supported based on s3c6410 soc, and you can find related codes in 'sound/soc/s3c24xx/*'.
Thanks Swami
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
Thanks Claude
participants (5)
-
Jiri Slaby
-
Liam Girdwood
-
Mark Brown
-
Reddy, MR Swami
-
Seungwhan Youn