Searched refs:snd_hdac_device_init (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/hda/ext/ |
D | hdac_ext_bus.c | 150 ret = snd_hdac_device_init(hdev, bus, name, addr); in snd_hdac_ext_bus_device_init()
|
/Linux-v4.19/sound/hda/ |
D | hdac_device.c | 39 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init() function 118 EXPORT_SYMBOL_GPL(snd_hdac_device_init);
|
/Linux-v4.19/include/sound/ |
D | hdaudio.h | 109 int snd_hdac_device_init(struct hdac_device *dev, struct hdac_bus *bus,
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.c | 875 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init()
|