Home
last modified time | relevance | path

Searched refs:hdev_attach (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/sound/pci/hda/
Dhda_bind.c95 if (WARN_ON(!codec->bus->core.ext_ops->hdev_attach)) in hda_codec_driver_probe()
97 return codec->bus->core.ext_ops->hdev_attach(&codec->core); in hda_codec_driver_probe()
/Linux-v6.1/sound/soc/codecs/
Dhda.c385 .hdev_attach = hda_hdev_attach,
Dhdac_hda.c618 .hdev_attach = hdac_hda_dev_probe,
/Linux-v6.1/include/sound/
Dhdaudio.h255 int (*hdev_attach)(struct hdac_device *hdev); member