Searched refs:snd_hdac_bus_init (Results 1 – 3 of 3) sorted by relevance
20 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev, in snd_hdac_bus_init() function31 EXPORT_SYMBOL_GPL(snd_hdac_bus_init);
202 int snd_hdac_bus_init(struct hdac_bus *bus, struct device *dev,
556 err = snd_hdac_bus_init(&bus->core, card->dev, &bus_ops); in snd_hda_bus_new()