ASoC: Optimize switch/case in magician.c
authorTakashi Iwai <tiwai@suse.de>
Fri, 15 May 2009 10:20:52 +0000 (12:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 May 2009 10:20:52 +0000 (12:20 +0200)
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>

No differences found