projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf99848
)
ASoC: Fix WM8350 DSP mode B configuration
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 7 Jan 2010 16:29:20 +0000
(16:29 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 18 Jan 2010 18:19:39 +0000
(10:19 -0800)
commit
5ee518ecbcb5934e284ea51a19a939c891f5f7ea
upstream.
We need to set the LRCLK inversion bit to select DSP mode.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/codecs/wm8350.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8350.c
b/sound/soc/codecs/wm8350.c
index 593d5b9c9f033ca79e0ee97ab907d29ab05ac0db..2089fe7d1ba64523f2962410604fbaae38958575 100644
(file)
--- a/
sound/soc/codecs/wm8350.c
+++ b/
sound/soc/codecs/wm8350.c
@@
-925,7
+925,7
@@
static int wm8350_set_dai_fmt(struct snd_soc_dai *codec_dai, unsigned int fmt)
iface |= 0x3 << 8;
break;
case SND_SOC_DAIFMT_DSP_B:
- iface |= 0x3 << 8
; /* lg not sure which mode */
+ iface |= 0x3 << 8
| WM8350_AIF_LRCLK_INV;
break;
default:
return -EINVAL;