commit | 875f6fffa2e09b48fa07ecbf2e28dd2425b5ce01 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Wed May 04 14:59:11 2016 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon May 09 17:35:50 2016 +0200 |
tree | 8e6b082b705f1d528b0ca40fa17450a136a10023 | |
parent | 1d03f2bd56f3a45123a7572fb536c063068cfb83 [diff] |
ALSA: compress: Replace complex if statement with switch A switch statement looks a bit cleaner than an if statement spread over 3 lines, as such update this to a switch. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>