]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: arizona: In arizona_calc_fratio make new codecs the default case
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Wed, 16 Dec 2015 17:06:24 +0000 (17:06 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 16 Dec 2015 19:17:50 +0000 (19:17 +0000)
commit3451eb485aee78f31a8dd127e3385f89946c813b
treec36930bbbae35bdcdaabeb813b327d947deb4b3f
parent1f0e1eae1521e9a00f1dfbcf7c51d785ade4179c
ASoC: arizona: In arizona_calc_fratio make new codecs the default case

This patch rearranges the switch statement in arizona_calc_fratio so
that older codecs are the special cases, with the default case
applying to newer codecs (WM8998 and later). This is preferable
because it avoids having to patch new cases in every time a new
codec is added.

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c