ASoC: ml26124: Remove duplicate code
authorAxel Lin <axel.lin@ingics.com>
Sun, 14 Jun 2015 02:28:01 +0000 (10:28 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2015 10:05:43 +0000 (11:05 +0100)
commitb43fccf4b5cae58829abbeae497a98505fa1a5e9
tree963675e41f0658c9af8711f0dd9f911d069828b7
parentb787f68c36d49bb1d9236f403813641efa74a031
ASoC: ml26124: Remove duplicate code

Current code has duplicate code for 16000, 32000 and 48000 sample rates.
get_srate() returns negative error code for unsupported rate, so we can
remove the duplicate code in the swith cases by calling get_srate() first.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ml26124.c