commit | 2bf2778e0fb38255e55ab5e10022132b0a72420e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri May 15 12:20:52 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri May 15 12:20:52 2009 +0200 |
tree | 42465838d7072b36de4644acc11424dc3c97c7f3 | |
parent | 2baaec28068d07db3d4ae6ba885fa07255b2ad79 [diff] |
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 <tiwai@suse.de>