Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/skylake/
Dskl.c158 snd_hdac_bus_init_chip(bus, 1); in skl_resume()
204 snd_hdac_bus_init_chip(bus, true); in skl_runtime_resume()
324 snd_hdac_bus_init_chip(bus, true); in skl_codec_create()
434 snd_hdac_bus_init_chip(bus, true); in skl_first_init()
/linux-4.4.14/sound/hda/
Dhdac_controller.c372 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset) in snd_hdac_bus_init_chip() function
396 EXPORT_SYMBOL_GPL(snd_hdac_bus_init_chip);
/linux-4.4.14/include/sound/
Dhdaudio.h338 bool snd_hdac_bus_init_chip(struct hdac_bus *bus, bool full_reset);
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c887 if (snd_hdac_bus_init_chip(azx_bus(chip), full_reset)) { in azx_init_chip()