aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/cx2072x.c')
-rw-r--r--sound/soc/codecs/cx2072x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cx2072x.c b/sound/soc/codecs/cx2072x.c
index 2ad00ed21bec..2f10991a8bdb 100644
--- a/sound/soc/codecs/cx2072x.c
+++ b/sound/soc/codecs/cx2072x.c
@@ -1579,7 +1579,7 @@ static struct snd_soc_dai_driver soc_codec_cx2072x_dai[] = {
1579 .id = CX2072X_DAI_DSP, 1579 .id = CX2072X_DAI_DSP,
1580 .probe = cx2072x_dsp_dai_probe, 1580 .probe = cx2072x_dsp_dai_probe,
1581 .playback = { 1581 .playback = {
1582 .stream_name = "Playback", 1582 .stream_name = "DSP Playback",
1583 .channels_min = 2, 1583 .channels_min = 2,
1584 .channels_max = 2, 1584 .channels_max = 2,
1585 .rates = CX2072X_RATES_DSP, 1585 .rates = CX2072X_RATES_DSP,
@@ -1591,7 +1591,7 @@ static struct snd_soc_dai_driver soc_codec_cx2072x_dai[] = {
1591 .name = "cx2072x-aec", 1591 .name = "cx2072x-aec",
1592 .id = 3, 1592 .id = 3,
1593 .capture = { 1593 .capture = {
1594 .stream_name = "Capture", 1594 .stream_name = "AEC Capture",
1595 .channels_min = 2, 1595 .channels_min = 2,
1596 .channels_max = 2, 1596 .channels_max = 2,
1597 .rates = CX2072X_RATES_DSP, 1597 .rates = CX2072X_RATES_DSP,