projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb9287
)
ALSA: ASoC: Fix WM9713 voice PCM slave mode configuration
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 11 Jun 2008 12:47:11 +0000
(13:47 +0100)
committer
Jaroslav Kysela
<perex@perex.cz>
Fri, 13 Jun 2008 14:48:05 +0000
(16:48 +0200)
Reported-by: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/soc/codecs/wm9713.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm9713.c
b/sound/soc/codecs/wm9713.c
index 4f516a5a561688c9292d60d69ab5d79ca46f5ac7..aba330118784ba7a50b55b93d77879d593f8d276 100644
(file)
--- a/
sound/soc/codecs/wm9713.c
+++ b/
sound/soc/codecs/wm9713.c
@@
-876,7
+876,7
@@
static int wm9713_set_dai_fmt(struct snd_soc_codec_dai *codec_dai,
gpio |= 0x0018;
break;
case SND_SOC_DAIFMT_CBS_CFS:
- reg |= 0x
02
00;
+ reg |= 0x
20
00;
gpio |= 0x001a;
break;
case SND_SOC_DAIFMT_CBS_CFM: