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)
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

Simple merge