Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ba02ace authored by Graeme Gregory's avatar Graeme Gregory Committed by Takashi Iwai
Browse files

[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: default avatarGraeme Gregory <graeme@openmoko.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 854e4af2
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -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 = {