Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dhda_beep.h35 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid);
38 static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() function
Dhda_beep.c204 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() function
271 EXPORT_SYMBOL_GPL(snd_hda_attach_beep_device);
Dhda_generic.c5198 err = snd_hda_attach_beep_device(codec, spec->beep_nid); in snd_hda_gen_parse_auto_config()