Home
last modified time | relevance | path

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

/linux-4.1.27/sound/hda/
Dhdac_bus.c20 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_bus_init() function
31 EXPORT_SYMBOL_GPL(snd_hdac_bus_init);
/linux-4.1.27/include/sound/
Dhdaudio.h202 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev,
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c556 err = snd_hdac_bus_init(&bus->core, card->dev, &bus_ops); in snd_hda_bus_new()