Home
last modified time | relevance | path

Searched refs:snd_hda_attach_beep_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_beep.h36 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid);
39 static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() function
H A Dhda_beep.c204 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() function
272 EXPORT_SYMBOL_GPL(snd_hda_attach_beep_device);
H A Dhda_generic.c5199 err = snd_hda_attach_beep_device(codec, spec->beep_nid); in snd_hda_gen_parse_auto_config()