ALSA: i2c/other/ak4xx-adda: Fix a compile warning with CONFIG_PROCFS=n
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5591bf0722
commit
e913b14649
|
@ -900,7 +900,7 @@ static int proc_init(struct snd_akm4xxx *ak)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#else /* !CONFIG_PROC_FS */
|
#else /* !CONFIG_PROC_FS */
|
||||||
static int proc_init(struct snd_akm4xxx *ak) {}
|
static int proc_init(struct snd_akm4xxx *ak) { return 0; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak)
|
int snd_akm4xxx_build_controls(struct snd_akm4xxx *ak)
|
||||||
|
|
Loading…
Reference in New Issue