Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dhda.c347 struct snd_soc_component_driver *comp_drv; in hda_hdev_attach() local
354 comp_drv = devm_kzalloc(&hdev->dev, sizeof(*comp_drv), GFP_KERNEL); in hda_hdev_attach()
355 if (!comp_drv) in hda_hdev_attach()
362 comp_drv->name = dev_name(&hdev->dev); in hda_hdev_attach()
363 comp_drv->probe = hda_codec_probe; in hda_hdev_attach()
364 comp_drv->remove = hda_codec_remove; in hda_hdev_attach()
365 comp_drv->idle_bias_on = false; in hda_hdev_attach()
367 comp_drv->dapm_widgets = hda_dapm_widgets; in hda_hdev_attach()
368 comp_drv in hda_hdev_attach()
[all...]
H A Dak4458.c38 const struct snd_soc_component_driver *comp_drv; member
721 .comp_drv = &soc_codec_dev_ak4458,
727 .comp_drv = &soc_codec_dev_ak4497,
777 ak4458->drvdata->comp_drv, in ak4458_i2c_probe()
/linux/sound/soc/
H A Dsoc-core.c1990 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local
2055 comp_drv = component->driver; in soc_check_tplg_fes()
2058 comp_drv->topology_name_prefix, in soc_check_tplg_fes()