Searched refs:snd_hda_load_patch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_sysfs.c | 710 * snd_hda_load_patch - load a "patch" firmware file and parse it 715 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch() function 734 EXPORT_SYMBOL_GPL(snd_hda_load_patch); variable
|
H A D | hda_intel.c | 2376 err = snd_hda_load_patch(&chip->bus, chip->fw->size, in azx_probe_continue()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_sysfs.c | 707 * snd_hda_load_patch - load a "patch" firmware file and parse it 712 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch() function 731 EXPORT_SYMBOL_GPL(snd_hda_load_patch); variable
|
H A D | hda_intel.c | 2320 err = snd_hda_load_patch(&chip->bus, chip->fw->size, in azx_probe_continue()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_codec.h | 507 int snd_hda_load_patch(struct hda_bus *bus, size_t size, const void *buf);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_codec.h | 515 int snd_hda_load_patch(struct hda_bus *bus, size_t size, const void *buf);
|
Completed in 12 milliseconds