Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_bus.c92 err = snd_hdac_bus_exec_verb_unlocked(bus, addr, cmd, res); in snd_hdac_bus_exec_verb()
106 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_exec_verb_unlocked() function
135 EXPORT_SYMBOL_GPL(snd_hdac_bus_exec_verb_unlocked);
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h378 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr,
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_codec.c52 err = snd_hdac_bus_exec_verb_unlocked(&bus->core, codec->core.addr, in codec_exec_verb()