aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/twl6040.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 987d9c9c9dfd..97f3e374fc67 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -1449,8 +1449,8 @@ static struct snd_soc_dai_driver twl6040_dai[] = {
1449 .name = "twl6040-vib", 1449 .name = "twl6040-vib",
1450 .playback = { 1450 .playback = {
1451 .stream_name = "Vibra Playback", 1451 .stream_name = "Vibra Playback",
1452 .channels_min = 2, 1452 .channels_min = 1,
1453 .channels_max = 2, 1453 .channels_max = 1,
1454 .rates = SNDRV_PCM_RATE_CONTINUOUS, 1454 .rates = SNDRV_PCM_RATE_CONTINUOUS,
1455 .formats = TWL6040_FORMATS, 1455 .formats = TWL6040_FORMATS,
1456 }, 1456 },