diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-18 16:05:33 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-18 16:05:33 +0200 |
commit | 23abd863d2d6072eefbbf77543c349cd8a9fc5d8 (patch) | |
tree | 0015d453518c400cff3911a148860b4514e99a9f /sound/soc/fsl/imx-ssi.c | |
parent | Merge remote-tracking branch 'asoc/topic/dma' into asoc-next (diff) | |
parent | ASoC: fsl-ssi: Add SACNT definitions (diff) | |
download | linux-23abd863d2d6072eefbbf77543c349cd8a9fc5d8.tar.xz linux-23abd863d2d6072eefbbf77543c349cd8a9fc5d8.zip |
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
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 9128b7b26ecf..935eee204bce 100644 --- a/sound/soc/fsl/imx-ssi.c +++ b/sound/soc/fsl/imx-ssi.c @@ -386,7 +386,7 @@ static struct snd_soc_dai_driver imx_ac97_dai = { .stream_name = "AC97 Playback", .channels_min = 2, .channels_max = 2, - .rates = SNDRV_PCM_RATE_48000, + .rates = SNDRV_PCM_RATE_8000_48000, .formats = SNDRV_PCM_FMTBIT_S16_LE, }, .capture = { |