diff options
| author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2009-03-27 04:39:07 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-02 11:34:16 -0400 |
| commit | 31ad0f31c3a45ba489203eef7e71d3215005afbc (patch) | |
| tree | b0d4c71b78c3a2f3289c62cc97810a6d4fa9cdfb | |
| parent | d5a908b27adfd7e67b5ab98f674892badcca19c6 (diff) | |
ASoC: TWL4030: 96KHz playback support
TWL4030 supports 96KHz sample playback, but only playback.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| -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", |
