Home
last modified time | relevance | path

Searched refs:dev_to_hda_codec (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/sound/soc/codecs/
Dhda-dai.c19 codec = dev_to_hda_codec(dai->dev); in hda_codec_dai_startup()
45 codec = dev_to_hda_codec(dai->dev); in hda_codec_dai_shutdown()
64 codec = dev_to_hda_codec(dai->dev); in hda_codec_dai_hw_free()
82 codec = dev_to_hda_codec(dai->dev); in hda_codec_dai_prepare()
Dhda.c175 struct hda_codec *codec = dev_to_hda_codec(component->dev); in hda_codec_probe()
273 struct hda_codec *codec = dev_to_hda_codec(component->dev); in hda_codec_remove()
350 struct hda_codec *codec = dev_to_hda_codec(&hdev->dev); in hda_hdev_attach()
382 struct hda_codec *codec = dev_to_hda_codec(&hdev->dev); in hda_hdev_detach()
/linux-6.14.4/sound/pci/hda/
Dhda_bind.c88 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe()
152 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove()
176 snd_hda_codec_shutdown(dev_to_hda_codec(dev)); in hda_codec_driver_shutdown()
Dpatch_conexant.c143 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cx_auto_vmaster_mute_led()
747 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cxt_gpio_mute_update()
758 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cxt_gpio_micmute_update()
Dhda_codec.c876 struct hda_codec *codec = dev_to_hda_codec(dev); in snd_hda_codec_dev_release()
2939 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_suspend()
2964 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_resume()
2979 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_prepare()
2988 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_complete()
3013 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_freeze()
Dpatch_realtek.c4386 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_mute_led_set()
4483 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in gpio_mute_led_set()
4495 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in micmute_led_set()
4569 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_micmute_led_set()
4674 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_mute_led_set()
4765 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_micmute_led_set()
7082 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_bind()
7097 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind()
Dpatch_sigmatel.c327 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_capture_led_update()
402 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_vmaster_hook()
/linux-6.14.4/sound/soc/intel/avs/
Dboard_selection.c624 codec = dev_to_hda_codec(&hdev->dev); in avs_register_hda_boards()
Dpcm.c293 codec = dev_to_hda_codec(snd_soc_rtd_to_codec(rtd, 0)->dev); in avs_dai_hda_be_startup()
349 codec = dev_to_hda_codec(snd_soc_rtd_to_codec(rtd, 0)->dev); in avs_dai_hda_be_hw_free()
380 codec = dev_to_hda_codec(snd_soc_rtd_to_codec(rtd, 0)->dev); in avs_dai_hda_be_prepare()
/linux-6.14.4/include/sound/
Dhda_codec.h288 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) macro