Searched refs:snd_hda_attach_beep_device (Results 1 – 5 of 5) sorted by relevance
/sound/pci/hda/ |
D | hda_beep.h | 46 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
|
D | hda_beep.c | 200 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);
|
D | patch_analog.c | 1284 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()
|
D | patch_conexant.c | 1150 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()
|
D | hda_generic.c | 4312 err = snd_hda_attach_beep_device(codec, spec->beep_nid); in snd_hda_gen_parse_auto_config()
|