From: Peter Ujfalusi Date: Fri, 27 Mar 2009 08:39:07 +0000 (+0200) Subject: ASoC: TWL4030: 96KHz playback support X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=31ad0f31c3a45ba489203eef7e71d3215005afbc;p=linux-2.6-omap-h63xx.git ASoC: TWL4030: 96KHz playback support TWL4030 supports 96KHz sample playback, but only playback. Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 97738e2ece0..b07d8d68a93 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -1395,7 +1395,7 @@ struct snd_soc_dai twl4030_dai = { .stream_name = "Playback", .channels_min = 2, .channels_max = 2, - .rates = TWL4030_RATES, + .rates = TWL4030_RATES | SNDRV_PCM_RATE_96000, .formats = TWL4030_FORMATS,}, .capture = { .stream_name = "Capture",