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

Commit e913b146 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: i2c/other/ak4xx-adda: Fix a compile warning with CONFIG_PROCFS=n



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5591bf07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -900,7 +900,7 @@ static int proc_init(struct snd_akm4xxx *ak)
	return 0;
}
#else /* !CONFIG_PROC_FS */
static int proc_init(struct snd_akm4xxx *ak) {}
static int proc_init(struct snd_akm4xxx *ak) { return 0; }
#endif

int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak)