Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/ext/
Dhdac_ext_bus.c135 int snd_hdac_ext_bus_device_init(struct hdac_ext_bus *ebus, int addr) in snd_hdac_ext_bus_device_init() function
167 EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_device_init);
/linux-4.4.14/include/sound/
Dhdaudio_ext.h35 int snd_hdac_ext_bus_device_init(struct hdac_ext_bus *sbus, int addr);
/linux-4.4.14/sound/soc/intel/skylake/
Dskl.c293 return snd_hdac_ext_bus_device_init(ebus, addr); in probe_codec()