diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-03-10 14:33:02 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-12 14:51:38 -0400 |
commit | c1963c37ad4425cbd7a05e386167614efdfdc9ce (patch) | |
tree | 616c18c43341cc9382a879ed376d040ac25a6aab /sound/soc/fsl/imx-ssi.c | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) |
ASoC: imx-ssi: Fix AC97 rates
This device supports multiple rates as described in later AC97
standards. This patch allows playback of different sample frequencies
without conversion.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/imx-ssi.c')
-rw-r--r-- | sound/soc/fsl/imx-ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c index 55464a5b0706..7ee0147ec3cd 100644 --- a/sound/soc/fsl/imx-ssi.c +++ b/sound/soc/fsl/imx-ssi.c | |||
@@ -400,7 +400,7 @@ static struct snd_soc_dai_driver imx_ac97_dai = { | |||
400 | .stream_name = "AC97 Playback", | 400 | .stream_name = "AC97 Playback", |
401 | .channels_min = 2, | 401 | .channels_min = 2, |
402 | .channels_max = 2, | 402 | .channels_max = 2, |
403 | .rates = SNDRV_PCM_RATE_48000, | 403 | .rates = SNDRV_PCM_RATE_8000_48000, |
404 | .formats = SNDRV_PCM_FMTBIT_S16_LE, | 404 | .formats = SNDRV_PCM_FMTBIT_S16_LE, |
405 | }, | 405 | }, |
406 | .capture = { | 406 | .capture = { |