Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dcontroller.c617 * snd_hdac_bus_init_chip - reset and start the controller registers
621 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() function
648 EXPORT_SYMBOL_GPL(snd_hdac_bus_init_chip);
/linux/include/sound/
H A Dhdaudio.h399 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset);
/linux/sound/soc/intel/avs/
H A Dcore.c112 ret = snd_hdac_bus_init_chip(bus, full_reset); in avs_hdac_bus_init_chip()
/linux/sound/hda/common/
H A Dcontroller.c1031 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()