Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dhda.c348 struct snd_soc_component_driver *comp_drv; in hda_hdev_attach() local
350 comp_drv = devm_kzalloc(&hdev->dev, sizeof(*comp_drv), GFP_KERNEL); in hda_hdev_attach()
351 if (!comp_drv) in hda_hdev_attach()
358 comp_drv->name = dev_name(&hdev->dev); in hda_hdev_attach()
359 comp_drv->probe = hda_codec_probe; in hda_hdev_attach()
360 comp_drv->remove = hda_codec_remove; in hda_hdev_attach()
361 comp_drv->idle_bias_on = false; in hda_hdev_attach()
363 comp_drv->dapm_widgets = hda_dapm_widgets; in hda_hdev_attach()
364 comp_drv->num_dapm_widgets = ARRAY_SIZE(hda_dapm_widgets); in hda_hdev_attach()
365 comp_drv->dapm_routes = hda_dapm_routes; in hda_hdev_attach()
[all …]
Dak4458.c38 const struct snd_soc_component_driver *comp_drv; member
717 .comp_drv = &soc_codec_dev_ak4458,
723 .comp_drv = &soc_codec_dev_ak4497,
775 ak4458->drvdata->comp_drv, in ak4458_i2c_probe()
Dak4375.c92 const struct snd_soc_component_driver *comp_drv; member
489 .comp_drv = &soc_codec_dev_ak4375,
573 ret = devm_snd_soc_register_component(ak4375->dev, drvdata->comp_drv, in ak4375_i2c_probe()
/linux-6.1.9/sound/soc/
Dsoc-core.c1742 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local
1825 comp_drv = component->driver; in soc_check_tplg_fes()
1828 comp_drv->topology_name_prefix, in soc_check_tplg_fes()