projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de5eaf8
)
ASoC: ak4641: Use SND_SOC_DAPM_DAC for Voice Playback stream widget
author
Axel Lin
<axel.lin@gmail.com>
Wed, 19 Oct 2011 15:24:54 +0000
(23:24 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 19 Oct 2011 17:01:43 +0000
(18:01 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/ak4641.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/ak4641.c
b/sound/soc/codecs/ak4641.c
index f5125ae0f809eab309fa5db9790a889f80c9a635..77838586f3588ffc61960f70cfaea2a29b6bfccf 100644
(file)
--- a/
sound/soc/codecs/ak4641.c
+++ b/
sound/soc/codecs/ak4641.c
@@
-225,7
+225,7
@@
static const struct snd_soc_dapm_widget ak4641_dapm_widgets[] = {
SND_SOC_DAPM_PGA("Mono Out 2", AK4641_PM2, 3, 0, NULL, 0),
SND_SOC_DAPM_ADC("Voice ADC", "Voice Capture", AK4641_BTIF, 0, 0),
- SND_SOC_DAPM_
AD
C("Voice DAC", "Voice Playback", AK4641_BTIF, 1, 0),
+ SND_SOC_DAPM_
DA
C("Voice DAC", "Voice Playback", AK4641_BTIF, 1, 0),
SND_SOC_DAPM_MICBIAS("Mic Int Bias", AK4641_MIC, 3, 0),
SND_SOC_DAPM_MICBIAS("Mic Ext Bias", AK4641_MIC, 4, 0),