diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 16:22:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-09 16:22:37 +0100 |
commit | 06f1c66324cc38f0a38e4714f4645758742d7b3f (patch) | |
tree | c3fcf1770f9004813eec7504cd2c4301f16ef388 /sound/soc/samsung/littlemill.c | |
parent | Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-next (diff) | |
parent | ASoC: wm8994: Allow microphone identification callback to be overridden (diff) | |
download | linux-06f1c66324cc38f0a38e4714f4645758742d7b3f.tar.xz linux-06f1c66324cc38f0a38e4714f4645758742d7b3f.zip |
Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-next
Diffstat (limited to 'sound/soc/samsung/littlemill.c')
-rw-r--r-- | sound/soc/samsung/littlemill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/littlemill.c b/sound/soc/samsung/littlemill.c index 0908bb05a5e7..de4cfdf5fdfc 100644 --- a/sound/soc/samsung/littlemill.c +++ b/sound/soc/samsung/littlemill.c @@ -270,7 +270,7 @@ static int littlemill_late_probe(struct snd_soc_card *card) return ret; /* This will check device compatibility itself */ - wm8958_mic_detect(codec, &littlemill_headset, NULL, NULL); + wm8958_mic_detect(codec, &littlemill_headset, NULL, NULL, NULL, NULL); /* As will this */ wm8994_mic_detect(codec, &littlemill_headset, 1); |