Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A 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()
81 codec = dev_to_hda_codec(dai->dev); in hda_codec_dai_prepare()
H A Dhda.c173 struct hda_codec *codec = dev_to_hda_codec(component->dev); in hda_codec_probe()
271 struct hda_codec *codec = dev_to_hda_codec(component->dev); in hda_codec_remove()
348 struct hda_codec *codec = dev_to_hda_codec(&hdev->dev); in hda_hdev_attach()
375 struct hda_codec *codec = dev_to_hda_codec(&hdev->dev); in hda_hdev_detach()
/openbmc/linux/sound/pci/hda/
H A 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()
H A 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()
H A Dhda_codec.c878 struct hda_codec *codec = dev_to_hda_codec(dev); in snd_hda_codec_dev_release()
2933 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_suspend()
2958 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_runtime_resume()
2976 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_prepare()
2985 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_complete()
3010 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_pm_freeze()
H A Dpatch_realtek.c4377 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in alc269_fixup_hp_mute_led_mic2()
4474 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in alc245_fixup_hp_gpio_led()
4486 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in vref_micmute_led_set()
4560 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in alc274_hp_envy_pcm_hook()
4665 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in coef_micmute_led_set()
4740 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in alc236_fixup_hp_micmute_led_vref()
6873 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_match_tas2781_dev_name()
6881 struct hda_codec *cdc = dev_to_hda_codec(dev); in cs35l41_generic_fixup()
H A 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()
/openbmc/linux/sound/soc/intel/avs/
H A Dpcm.c323 codec = dev_to_hda_codec(asoc_rtd_to_codec(rtd, 0)->dev); in avs_dai_hda_be_hw_free()
348 codec = dev_to_hda_codec(asoc_rtd_to_codec(rtd, 0)->dev); in avs_dai_hda_be_prepare()
1467 codec = dev_to_hda_codec(asoc_rtd_to_codec(rtd, 0)->dev); in avs_component_hda_open()
H A Dboard_selection.c616 codec = dev_to_hda_codec(&hdev->dev); in avs_register_hda_boards()
/openbmc/linux/include/sound/
H A Dhda_codec.h291 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) macro