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:
644a984
)
ASoC: sh: fsi-da7210: remove unnecessary format settings
author
Kuninori Morimoto
<
[email protected]
>
Tue, 28 Dec 2010 05:55:45 +0000
(14:55 +0900)
committer
Mark Brown
<
[email protected]
>
Sun, 2 Jan 2011 13:48:09 +0000
(13:48 +0000)
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/sh/fsi-da7210.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/fsi-da7210.c
b/sound/soc/sh/fsi-da7210.c
index a6adb6e432507bd921cc7cc948c0380868a3bd4f..e8df9da92f713c9c772a9c35e4f4c6b5b033e06e 100644
(file)
--- a/
sound/soc/sh/fsi-da7210.c
+++ b/
sound/soc/sh/fsi-da7210.c
@@
-18,7
+18,7
@@
static int fsi_da7210_init(struct snd_soc_pcm_runtime *rtd)
struct snd_soc_dai *dai = rtd->codec_dai;
return snd_soc_dai_set_fmt(dai,
- SND_SOC_DAIFMT_I2S |
SND_SOC_DAIFMT_NB_NF |
+ SND_SOC_DAIFMT_I2S |
SND_SOC_DAIFMT_CBM_CFM);
}