ALSA: hdspm - Fix coding style in CTL_ELEM macros
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Fri, 19 Oct 2012 15:42:30 +0000 (17:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 20 Oct 2012 08:44:40 +0000 (10:44 +0200)
commitf27a64f9973ff932ece576793c195de60c1c6c9b
tree3d50ea2150d434c70ba53a08b55abf64be759d5f
parent930f4ff078b9c4484b0e9383fc17a04d4f9253bf
ALSA: hdspm - Fix coding style in CTL_ELEM macros

checkpatch.pl discourages the use of spaces at the beginning of lines.
Some of the CTL_ELEM defines were not properly indented.

This patch replaces the leading spaces by tabs. No functionality is
changed, the commit is purely cosmetic.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme9652/hdspm.c