[alsa-devel] [PATCH] ASoC: wm9705: Remove noisy print on boot
25 Jun
2013
25 Jun
'13
6:21 p.m.
There's no content in the announcement.
Signed-off-by: Mark Brown broonie@linaro.org --- sound/soc/codecs/wm9705.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c index 05b1f34..a5fc61d 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c @@ -337,8 +337,6 @@ static int wm9705_soc_probe(struct snd_soc_codec *codec) { int ret = 0;
- printk(KERN_INFO "WM9705 SoC Audio Codec\n"); - ret = snd_soc_new_ac97_codec(codec, &soc_ac97_ops, 0); if (ret < 0) { printk(KERN_ERR "wm9705: failed to register AC97 codec\n");
--
1.8.3.1
4198
Age (days ago)
4198
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown