ASoC: cs42l73: Don't mix SNDRV_PCM_RATE_KNOT with specific rates
commit6e84b9768dfb299a9881895b331e3e532041fae4
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Feb 2014 19:55:31 +0000 (4 20:55 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 5 Feb 2014 15:52:48 +0000 (5 15:52 +0000)
tree719fbfe8f4e538e27dfba870286f7c22eaf62cf3
parent38dbfb59d1175ef458d006556061adeaa8751b72
ASoC: cs42l73: Don't mix SNDRV_PCM_RATE_KNOT with specific rates

SNDRV_PCM_RATE_KNOT means that the device can support rates that can not be
expressed using the rate bits. The driver will provide a list of those rates
specified through constraints. Any rate bits that are set in the rates mask will
be ignored. So setting other rate bits besides SNDRV_PCM_RATE_KNOT wont have any
effect, but might be confusing to the casual reader, so remove them.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cs42l73.c