提交 f76fe059 编写于 作者: F Fabio Estevam 提交者: Mark Brown

ASoC: cs4270: Remove mono support

According to cs4270 datasheet, there is no reference to mono mode.
Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
Acked-by: NTimur Tabi <timur@freescale.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 2ef39e60
...@@ -459,7 +459,7 @@ static struct snd_soc_dai_driver cs4270_dai = { ...@@ -459,7 +459,7 @@ static struct snd_soc_dai_driver cs4270_dai = {
.name = "cs4270-hifi", .name = "cs4270-hifi",
.playback = { .playback = {
.stream_name = "Playback", .stream_name = "Playback",
.channels_min = 1, .channels_min = 2,
.channels_max = 2, .channels_max = 2,
.rates = SNDRV_PCM_RATE_CONTINUOUS, .rates = SNDRV_PCM_RATE_CONTINUOUS,
.rate_min = 4000, .rate_min = 4000,
...@@ -468,7 +468,7 @@ static struct snd_soc_dai_driver cs4270_dai = { ...@@ -468,7 +468,7 @@ static struct snd_soc_dai_driver cs4270_dai = {
}, },
.capture = { .capture = {
.stream_name = "Capture", .stream_name = "Capture",
.channels_min = 1, .channels_min = 2,
.channels_max = 2, .channels_max = 2,
.rates = SNDRV_PCM_RATE_CONTINUOUS, .rates = SNDRV_PCM_RATE_CONTINUOUS,
.rate_min = 4000, .rate_min = 4000,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册