ASoC: ac97: Remove rate constraints
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Sat, 9 May 2015 22:09:57 +0000 (00:09 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2015 17:58:17 +0000 (18:58 +0100)
commitdf82ca70bfae7c168edc31b2387205b71bb887a9
treebf168d2e06626371882411326bb4206fe122f3ff
parentb787f68c36d49bb1d9236f403813641efa74a031
ASoC: ac97: Remove rate constraints

Remove rate constraints from generic ASoC AC'97 CODEC.

Supported rates should be detected and constrained anyway by
AC'97 generic code - was tested with VT1613 CODEC and iMX6 SSI
controller.

This way this driver can be used for platforms which don't need
specialized AC'97 CODEC drivers while at the same avoiding
code duplication from implementing equivalent functionality in
a controller driver.

Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ac97.c