Searched refs:comp_drv (Results 1 – 4 of 4) sorted by relevance
349 struct snd_soc_component_driver *comp_drv; in hda_hdev_attach() local351 comp_drv = devm_kzalloc(&hdev->dev, sizeof(*comp_drv), GFP_KERNEL); in hda_hdev_attach()352 if (!comp_drv) in hda_hdev_attach()359 comp_drv->name = dev_name(&hdev->dev); in hda_hdev_attach()360 comp_drv->probe = hda_codec_probe; in hda_hdev_attach()361 comp_drv->remove = hda_codec_remove; in hda_hdev_attach()362 comp_drv->idle_bias_on = false; in hda_hdev_attach()364 comp_drv->dapm_widgets = hda_dapm_widgets; in hda_hdev_attach()365 comp_drv->num_dapm_widgets = ARRAY_SIZE(hda_dapm_widgets); in hda_hdev_attach()366 comp_drv->dapm_routes = hda_dapm_routes; in hda_hdev_attach()[all …]
39 const struct snd_soc_component_driver *comp_drv; member724 .comp_drv = &soc_codec_dev_ak4458,730 .comp_drv = &soc_codec_dev_ak4497,786 ak4458->drvdata->comp_drv, in ak4458_i2c_probe()
92 const struct snd_soc_component_driver *comp_drv; member489 .comp_drv = &soc_codec_dev_ak4375,573 ret = devm_snd_soc_register_component(ak4375->dev, drvdata->comp_drv, in ak4375_i2c_probe()
1842 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local1925 comp_drv = component->driver; in soc_check_tplg_fes()1928 comp_drv->topology_name_prefix, in soc_check_tplg_fes()