diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/twl4030.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 97738e2ece04..b07d8d68a939 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c | |||
@@ -1395,7 +1395,7 @@ struct snd_soc_dai twl4030_dai = { | |||
1395 | .stream_name = "Playback", | 1395 | .stream_name = "Playback", |
1396 | .channels_min = 2, | 1396 | .channels_min = 2, |
1397 | .channels_max = 2, | 1397 | .channels_max = 2, |
1398 | .rates = TWL4030_RATES, | 1398 | .rates = TWL4030_RATES | SNDRV_PCM_RATE_96000, |
1399 | .formats = TWL4030_FORMATS,}, | 1399 | .formats = TWL4030_FORMATS,}, |
1400 | .capture = { | 1400 | .capture = { |
1401 | .stream_name = "Capture", | 1401 | .stream_name = "Capture", |