projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4addfd8
)
ASoC: Fix setting adau1373_dai->master for SND_SOC_DAIFMT_CBS_CFS
author
Axel Lin
<axel.lin@gmail.com>
Wed, 28 Sep 2011 07:14:56 +0000
(15:14 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 28 Sep 2011 08:57:58 +0000
(09:57 +0100)
In the case of SND_SOC_DAIFMT_CBS_CFS, adau1373_dai->master should be false.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/adau1373.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/adau1373.c
b/sound/soc/codecs/adau1373.c
index 2aa40c3731d0f1378badcf8c0752d63207f23c81..1ccf8dd47576ce4c746ffb54461c19f196acff43 100644
(file)
--- a/
sound/soc/codecs/adau1373.c
+++ b/
sound/soc/codecs/adau1373.c
@@
-974,7
+974,7
@@
static int adau1373_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
break;
case SND_SOC_DAIFMT_CBS_CFS:
ctrl = 0;
- adau1373_dai->master =
tru
e;
+ adau1373_dai->master =
fals
e;
break;
default:
return -EINVAL;