Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/hda/
Dhda_bind.c94 if (WARN_ON(!codec->bus->core.ext_ops->hdev_attach)) in hda_codec_driver_probe()
96 return codec->bus->core.ext_ops->hdev_attach(&codec->core); in hda_codec_driver_probe()
/linux-6.6.21/sound/soc/codecs/
Dhda.c386 .hdev_attach = hda_hdev_attach,
Dhdac_hda.c635 .hdev_attach = hdac_hda_dev_probe,
/linux-6.6.21/include/sound/
Dhdaudio.h256 int (*hdev_attach)(struct hdac_device *hdev); member