]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.h
authorEduardo Valentin <eduardo.valentin@indt.org.br>
Fri, 18 Apr 2008 08:00:56 +0000 (04:00 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Apr 2008 23:53:19 +0000 (16:53 -0700)
Removed lots of whitespaces and a few errors and
warnings reported by checkpatch.pl.

Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
sound/arm/omap/omap-alsa-sx1-mixer.h

index 686b81c4075fac5433221825ba9bff54b6324244..7d5538865af4dba403872c187eb60fce91d88de1 100644 (file)
 /* following are used for register 03h Mixer PGA control bits
    D7-D5 for selecting record source */
 #define REC_SRC_TARGET_COUNT           0x08
-#define REC_SRC_SINGLE_ENDED_MICIN_HED 0x00 /* oss code referred to MIXER_LINE */
-#define REC_SRC_SINGLE_ENDED_MICIN_HND 0x01 /* oss code referred to MIXER_MIC */
+/* OSS code referred to MIXER_LINE */
+#define REC_SRC_SINGLE_ENDED_MICIN_HED 0x00
+/* OSS code referred to MIXER_MIC */
+#define REC_SRC_SINGLE_ENDED_MICIN_HND 0x01
 #define REC_SRC_SINGLE_ENDED_AUX1      0x02
 #define REC_SRC_SINGLE_ENDED_AUX2      0x03
 #define REC_SRC_MICIN_HED_AND_AUX1     0x04