Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_controller.c508 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() function
535 EXPORT_SYMBOL_GPL(snd_hdac_bus_init_chip);
/openbmc/linux/include/sound/
H A Dhdaudio.h397 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset);
/openbmc/linux/sound/soc/intel/avs/
H A Dcore.c98 ret = snd_hdac_bus_init_chip(bus, full_reset); in avs_hdac_bus_init_chip()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.c135 ret = snd_hdac_bus_init_chip(bus, full_reset); in skl_init_chip()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c1025 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()