From: Takashi Iwai Date: Fri, 15 May 2009 10:20:52 +0000 (+0200) Subject: ASoC: Optimize switch/case in magician.c X-Git-Tag: v2.6.31-rc1~363^2~29^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf2778e0fb38255e55ab5e10022132b0a72420e;p=pandora-kernel.git ASoC: Optimize switch/case in magician.c Use default to optimize the switch/case in magicial_playback_hw_params(), which also fixes the compile warnings below: sound/soc/pxa/magician.c:89: warning: 'acds' may be used uninitialized in this function sound/soc/pxa/magician.c:89: warning: 'acps' may be used uninitialized in this function Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed