Home
last modified time | relevance | path

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

/Linux-v5.4/sound/hda/
Dhdac_controller.c481 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() function
507 EXPORT_SYMBOL_GPL(snd_hdac_bus_init_chip);
/Linux-v5.4/include/sound/
Dhdaudio.h388 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset);
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c133 ret = snd_hdac_bus_init_chip(bus, full_reset); in skl_init_chip()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c1092 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()