commit | b43fccf4b5cae58829abbeae497a98505fa1a5e9 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sun Jun 14 10:28:01 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 15 11:05:43 2015 +0100 |
tree | 963675e41f0658c9af8711f0dd9f911d069828b7 | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
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>