Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhda_bus_type.c24 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv) in hdac_get_device_id() function
39 EXPORT_SYMBOL_GPL(hdac_get_device_id);
43 if (hdac_get_device_id(dev, drv)) in hdac_codec_match()
/openbmc/linux/include/sound/
H A Dhdaudio.h237 hdac_get_device_id(struct hdac_device *hdev, struct hdac_driver *drv);
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c2149 const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv); in hdac_hdmi_dev_probe()