Home
last modified time | relevance | path

Searched refs:snd_hda_load_patch (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/common/
H A Dsysfs.c710 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch() function
729 EXPORT_SYMBOL_GPL(snd_hda_load_patch);
/linux/include/sound/
H A Dhda_codec.h510 int snd_hda_load_patch(struct hda_bus *bus, size_t size, const void *buf);
/linux/sound/soc/codecs/
H A Dhdac_hda.c451 ret = snd_hda_load_patch(hcodec->bus, fw->size, fw->data); in hdac_hda_codec_probe()
/linux/sound/hda/controllers/
H A Dintel.c2360 err = snd_hda_load_patch(&chip->bus, chip->fw->size, in azx_probe_continue()