ALSA: ASoC: Refactor DAPM event handler
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 Jul 2008 14:06:50 +0000 (15:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Jul 2008 14:17:16 +0000 (16:17 +0200)
commit2927d6eeca0a5004d81fa5bedbdf3f2b1b842903
treeaf22c4afd917b02970cea2c94e405306d882c27b
parent462dba28e1921f19319d11a44b7bb97e72da2a79
ALSA: ASoC: Refactor DAPM event handler

The DAPM event callback code has many layers of indentation, taking it
over 80 columns. Refactor the code to give less indentation in order to
avoid checkpatch issues on further changes and exploding indentation.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/soc-dapm.c