aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/cs4270.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c
index 815b53bc2d27..8e4779812b96 100644
--- a/sound/soc/codecs/cs4270.c
+++ b/sound/soc/codecs/cs4270.c
@@ -459,7 +459,7 @@ static struct snd_soc_dai_driver cs4270_dai = {
459 .name = "cs4270-hifi", 459 .name = "cs4270-hifi",
460 .playback = { 460 .playback = {
461 .stream_name = "Playback", 461 .stream_name = "Playback",
462 .channels_min = 1, 462 .channels_min = 2,
463 .channels_max = 2, 463 .channels_max = 2,
464 .rates = SNDRV_PCM_RATE_CONTINUOUS, 464 .rates = SNDRV_PCM_RATE_CONTINUOUS,
465 .rate_min = 4000, 465 .rate_min = 4000,
@@ -468,7 +468,7 @@ static struct snd_soc_dai_driver cs4270_dai = {
468 }, 468 },
469 .capture = { 469 .capture = {
470 .stream_name = "Capture", 470 .stream_name = "Capture",
471 .channels_min = 1, 471 .channels_min = 2,
472 .channels_max = 2, 472 .channels_max = 2,
473 .rates = SNDRV_PCM_RATE_CONTINUOUS, 473 .rates = SNDRV_PCM_RATE_CONTINUOUS,
474 .rate_min = 4000, 474 .rate_min = 4000,