From: Eduardo Valentin Date: Fri, 18 Apr 2008 08:00:56 +0000 (-0400) Subject: Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.h X-Git-Tag: v2.6.26-omap1~123^2~195 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6011a12203e67f1a1be26128aff06d9efa9f61c4;p=linux-2.6-omap-h63xx.git Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.h Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin Signed-off-by: Tony Lindgren --- diff --git a/sound/arm/omap/omap-alsa-sx1-mixer.h b/sound/arm/omap/omap-alsa-sx1-mixer.h index 686b81c4075..7d5538865af 100644 --- a/sound/arm/omap/omap-alsa-sx1-mixer.h +++ b/sound/arm/omap/omap-alsa-sx1-mixer.h @@ -31,8 +31,10 @@ /* 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