Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/intel/
Dhda-codec.c86 struct hdac_hda_priv *hda_priv; in hda_codec_probe() local
105 hda_priv = devm_kzalloc(sdev->dev, sizeof(*hda_priv), GFP_KERNEL); in hda_codec_probe()
106 if (!hda_priv) in hda_codec_probe()
109 hda_priv->codec.bus = hbus; in hda_codec_probe()
110 hdev = &hda_priv->codec.core; in hda_codec_probe()
119 hda_codec_load_module(&hda_priv->codec); in hda_codec_probe()