提交 ca2585af 编写于 作者: T Takashi Iwai

ALSA: hda - Fix missing static inline to beep dummy function

The commit 2308f4ad missed static inline
thus it resulted in multiple-definitions error at linking.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 37f7ec38
......@@ -54,7 +54,7 @@ static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid)
{
return 0;
}
void snd_hda_detach_beep_device(struct hda_codec *codec)
static inline void snd_hda_detach_beep_device(struct hda_codec *codec)
{
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册