Commit aa3a55da authored by Eduardo Valentin's avatar Eduardo Valentin Committed by Tony Lindgren

Code clean-up for sound/arm/omap/omap-alsa-aic23.h

Removed lots of whitespaces and a few errors and
warnings reported by checkpatch.pl.
Signed-off-by: default avatarEduardo Valentin <eduardo.valentin@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ba28b2d3
/* /*
* sound/arm/omap-alsa-aic23.h * sound/arm/omap-alsa-aic23.h
* *
* Alsa Driver for AIC23 codec on OSK5912 platform board * Alsa Driver for AIC23 codec on OSK5912 platform board
* *
* Copyright (C) 2005 Instituto Nokia de Tecnologia - INdT - Manaus Brazil * Copyright (C) 2005 Instituto Nokia de Tecnologia - INdT - Manaus Brazil
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
#define SIDETONE_12 0x080 #define SIDETONE_12 0x080
#define SIDETONE_18 0x0c0 #define SIDETONE_18 0x0c0
#define DEFAULT_ANALOG_AUDIO_CONTROL DAC_SELECTED | STE_ENABLED | BYPASS_ON | INSEL_MIC | MICB_20DB #define DEFAULT_ANALOG_AUDIO_CONTROL (DAC_SELECTED | STE_ENABLED | \
BYPASS_ON | INSEL_MIC | MICB_20DB)
struct aic23_samplerate_reg_info { struct aic23_samplerate_reg_info {
u32 sample_rate; u32 sample_rate;
...@@ -70,8 +71,8 @@ struct aic23_samplerate_reg_info { ...@@ -70,8 +71,8 @@ struct aic23_samplerate_reg_info {
extern int aic23_write_value(u8 reg, u16 value); extern int aic23_write_value(u8 reg, u16 value);
/* /*
* Defines codec specific functions pointers that can be used from the * Defines codec specific function pointers that can be used from the
* common omap-alse base driver for all omap codecs. (tsc2101 and aic23) * common omap-alsa base driver for all omap codecs. (tsc2101 and aic23)
*/ */
void define_codec_functions(struct omap_alsa_codec_config *codec_config); void define_codec_functions(struct omap_alsa_codec_config *codec_config);
inline void aic23_configure(void); inline void aic23_configure(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment