From: Lars-Peter Clausen Date: Tue, 4 Feb 2014 19:55:31 +0000 (+0100) Subject: ASoC: cs42l73: Don't mix SNDRV_PCM_RATE_KNOT with specific rates X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~7^8~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e84b9768dfb299a9881895b331e3e532041fae4;p=pandora-kernel.git 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 Acked-by: Brian Austin Signed-off-by: Mark Brown --- Reading git-diff-tree failed