From cd43d5142991073f4b5fd741c0030ca21be6af9f Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 11 Jan 2013 22:59:48 +0000 Subject: [PATCH] --- yaml --- r: 353451 b: refs/heads/master c: 82e993fac48674b0231b835516e0fdae94285b9b h: refs/heads/master i: 353449: 75a835f67e9310f27c34e5829b604016075f524a 353447: e473d94714e3446a4f38cc853a484301fe658c9a v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm2200.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 85e4bb1c66e2..49c4916eb396 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5851cb3daf31a7865983ac131be87af92ab4ff7a +refs/heads/master: 82e993fac48674b0231b835516e0fdae94285b9b diff --git a/trunk/sound/soc/codecs/wm2200.c b/trunk/sound/soc/codecs/wm2200.c index 90aae49350e3..d400291110b0 100644 --- a/trunk/sound/soc/codecs/wm2200.c +++ b/trunk/sound/soc/codecs/wm2200.c @@ -1551,6 +1551,10 @@ static int wm2200_probe(struct snd_soc_codec *codec) return ret; } + ret = snd_soc_add_codec_controls(codec, wm_adsp_fw_controls, 2); + if (ret != 0) + return ret; + return ret; }