projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb185b
)
ASoC: ak4458: fix commit 1996407879b8
author
Viorel Suman
<viorel.suman@nxp.com>
Thu, 4 Apr 2019 11:02:17 +0000
(14:02 +0300)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
Fixes commit
1996407879b8
("MLK-15033: ASoC: codecs: Add TDM support for AK4458")
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
sound/soc/codecs/ak4458.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ak4458.c
b/sound/soc/codecs/ak4458.c
index
ddca8a4
..
9145f41
100644
(file)
--- a/
sound/soc/codecs/ak4458.c
+++ b/
sound/soc/codecs/ak4458.c
@@
-435,9
+435,6
@@
static int ak4458_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
case SND_SOC_DAIFMT_I2S:
case SND_SOC_DAIFMT_LEFT_J:
case SND_SOC_DAIFMT_RIGHT_J:
- case SND_SOC_DAIFMT_DSP_B:
- ak4458->fmt = fmt & SND_SOC_DAIFMT_FORMAT_MASK;
- break;
case SND_SOC_DAIFMT_DSP_B:
ak4458->fmt = fmt & SND_SOC_DAIFMT_FORMAT_MASK;
break;