[alsa-devel] [PATCH 16/19] ASoC: mrst_machine: make DMIC's output to PCM2 mono
Lu Guanqun
guanqun.lu at intel.com
Wed May 4 15:46:14 CEST 2011
On Moorestown, DMIC's output is set to PCM2 mono.
Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
---
sound/soc/mid-x86/mrst_machine.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sound/soc/mid-x86/mrst_machine.c b/sound/soc/mid-x86/mrst_machine.c
index 96df9a1..5f19df5 100644
--- a/sound/soc/mid-x86/mrst_machine.c
+++ b/sound/soc/mid-x86/mrst_machine.c
@@ -160,6 +160,9 @@ static int mrst_audio_init(struct snd_soc_pcm_runtime *runtime)
struct snd_soc_dapm_context *dapm = &codec->dapm;
int ret;
+ /* DMIC configuration: mono output to PCM2 */
+ snd_soc_update_bits(codec, UPD9976_MICCTRL, BIT(1)|BIT(0), 0x1);
+
ret = snd_soc_dapm_new_controls(dapm,
mrst_audio_widgets,
ARRAY_SIZE(mrst_audio_widgets));
More information about the Alsa-devel
mailing list