Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-codec.c117 struct hdac_hda_priv *hda_priv; in hda_codec_probe() local
138 hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL); in hda_codec_probe()
139 if (!hda_priv) in hda_codec_probe()
142 hda_priv->codec.bus = hbus; in hda_codec_probe()
143 hdev = &hda_priv->codec.core; in hda_codec_probe()
144 codec = &hda_priv->codec; in hda_codec_probe()
161 hda_priv->need_display_power = true; in hda_codec_probe()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-codec.c142 struct hdac_hda_priv *hda_priv; in hda_codec_probe() local
162 hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL); in hda_codec_probe()
163 if (!hda_priv) in hda_codec_probe()
171 hda_priv->codec = codec; in hda_codec_probe()
172 dev_set_drvdata(&codec->core.dev, hda_priv); in hda_codec_probe()
181 hda_priv->need_display_power = true; in hda_codec_probe()

Completed in 2 milliseconds