[ALSA] soc - neo1973_wm8753.c cleanup checkpatch issues
Clean up a few issues with the file that checkpatch noted, no functionality changes. Signed-off-by: Graeme Gregory <graeme@openmoko.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
854e4af258
commit
8ba02ace94
@@ -33,7 +33,7 @@
|
||||
#include <asm/arch/regs-gpio.h>
|
||||
#include <asm/hardware.h>
|
||||
#include <asm/arch/audio.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/io.h>
|
||||
#include <asm/arch/spi-gpio.h>
|
||||
|
||||
#include <asm/plat-s3c24xx/regs-iis.h>
|
||||
@@ -222,7 +222,7 @@ static struct snd_soc_ops neo1973_voice_ops = {
|
||||
.hw_free = neo1973_voice_hw_free,
|
||||
};
|
||||
|
||||
static int neo1973_scenario = 0;
|
||||
static int neo1973_scenario;
|
||||
|
||||
static int neo1973_get_scenario(struct snd_kcontrol *kcontrol,
|
||||
struct snd_ctl_elem_value *ucontrol)
|
||||
@@ -521,8 +521,8 @@ static int neo1973_wm8753_init(struct snd_soc_codec *codec)
|
||||
/*
|
||||
* BT Codec DAI
|
||||
*/
|
||||
static struct snd_soc_cpu_dai bt_dai =
|
||||
{ .name = "Bluetooth",
|
||||
static struct snd_soc_cpu_dai bt_dai = {
|
||||
.name = "Bluetooth",
|
||||
.id = 0,
|
||||
.type = SND_SOC_DAI_PCM,
|
||||
.playback = {
|
||||
|
||||
Reference in New Issue
Block a user