Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_device.c40 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init() function
121 EXPORT_SYMBOL_GPL(snd_hdac_device_init);
/openbmc/linux/include/sound/
H A Dhdaudio.h121 int snd_hdac_device_init(struct hdac_device *dev, struct hdac_bus *bus,
/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c920 err = snd_hdac_device_init(&codec->core, &bus->core, name, codec_addr); in snd_hda_codec_device_init()