From 6011a12203e67f1a1be26128aff06d9efa9f61c4 Mon Sep 17 00:00:00 2001 From: Eduardo Valentin Date: Fri, 18 Apr 2008 04:00:56 -0400 Subject: [PATCH] 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 --- sound/arm/omap/omap-alsa-sx1-mixer.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.41.3