Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_beep.h46 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid);
49 static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() function
Dhda_beep.c200 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() function
235 EXPORT_SYMBOL_HDA(snd_hda_attach_beep_device);
Dpatch_analog.c1284 err = snd_hda_attach_beep_device(codec, 0x19); in patch_ad1986a()
1707 err = snd_hda_attach_beep_device(codec, 0x10); in patch_ad1983()
2228 err = snd_hda_attach_beep_device(codec, 0x10); in patch_ad1981()
3294 err = snd_hda_attach_beep_device(codec, 0x10); in patch_ad1988()
3682 err = snd_hda_attach_beep_device(codec, 0x10); in patch_ad1884_basic()
4734 err = snd_hda_attach_beep_device(codec, 0x10); in patch_ad1884a()
5188 err = snd_hda_attach_beep_device(codec, 0x10); in patch_ad1882()
Dpatch_conexant.c1150 snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); in patch_cxt5045()
1929 snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); in patch_cxt5051()
3106 snd_hda_attach_beep_device(codec, get_amp_nid_(spec->beep_amp)); in patch_cxt5066()
Dhda_generic.c4312 err = snd_hda_attach_beep_device(codec, spec->beep_nid); in snd_hda_gen_parse_auto_config()