Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_bus.c30 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_bus_init() function
63 EXPORT_SYMBOL_GPL(snd_hdac_bus_init);
/OK3568_Linux_fs/kernel/sound/hda/ext/
H A Dhdac_ext_bus.c35 ret = snd_hdac_bus_init(bus, dev, ops); in snd_hdac_ext_bus_init()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h375 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev,
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c1179 err = snd_hdac_bus_init(&bus->core, chip->card->dev, &bus_core_ops); in azx_bus_init()