Searched refs:snd_hdac_ext_bus_device_init (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ext/ |
H A D | hdac_ext_bus.c | 69 * snd_hdac_ext_bus_device_init - initialize the HDA extended codec base device 77 int snd_hdac_ext_bus_device_init(struct hdac_bus *bus, int addr, in snd_hdac_ext_bus_device_init() function 104 EXPORT_SYMBOL_GPL(snd_hdac_ext_bus_device_init); variable 126 * snd_hdac_ext_bus_device_init in snd_hdac_ext_bus_device_remove()
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-codec.c | 150 ret = snd_hdac_ext_bus_device_init(&hbus->core, address, hdev, type); in hda_codec_probe() 189 ret = snd_hdac_ext_bus_device_init(&hbus->core, address, hdev, HDA_DEV_ASOC); in hda_codec_probe()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio_ext.h | 12 int snd_hdac_ext_bus_device_init(struct hdac_bus *bus, int addr,
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl.c | 724 err = snd_hdac_ext_bus_device_init(bus, addr, hdev, HDA_DEV_ASOC); in probe_codec() 739 return snd_hdac_ext_bus_device_init(bus, addr, hdev, HDA_DEV_ASOC); in probe_codec()
|
Completed in 3 milliseconds