Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/intel/
Dhda-codec.c140 struct hdac_hda_priv *hda_priv; in hda_codec_probe() local
163 hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL); in hda_codec_probe()
164 if (!hda_priv) in hda_codec_probe()
176 hda_priv->codec = codec; in hda_codec_probe()
177 dev_set_drvdata(&codec->core.dev, hda_priv); in hda_codec_probe()
186 hda_priv->need_display_power = true; in hda_codec_probe()