ASoC: kirkwood: Fix the CPU DAI rates
authorJean-Francois Moine <moinejf@free.fr>
Wed, 27 Nov 2013 20:10:24 +0000 (21:10 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 14:10:17 +0000 (14:10 +0000)
commit02fc17c10258ad70c1b9a93f8884bdaf0ac3f766
treebbd3980ae09106144e1708b99d12d38ef710365d
parent374b105797c3d4f29c685f3be535c35f5689b30e
ASoC: kirkwood: Fix the CPU DAI rates

This patch fixes the rates declared in the CPU DAI parameters:
- SNDRV_PCM_RATE_KNOT and the discrete rates SNDRV_PCM_RATE_xxx should
  not be used with SNDRV_PCM_RATE_CONTINUOUS,
- SNDRV_PCM_RATE_CONTINUOUS asks for rate_min and rate_max,
- the device may do streaming down to 5512Hz.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/kirkwood/kirkwood-i2s.c