commit | 02fc17c10258ad70c1b9a93f8884bdaf0ac3f766 | [log] [tgz] |
---|---|---|
author | Jean-Francois Moine <moinejf@free.fr> | Wed Nov 27 21:10:24 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Tue Dec 17 14:10:17 2013 +0000 |
tree | bbd3980ae09106144e1708b99d12d38ef710365d | |
parent | 374b105797c3d4f29c685f3be535c35f5689b30e [diff] |
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>