Searched refs:comp_drv (Results 1 – 4 of 4) sorted by relevance
351 struct snd_soc_component_driver *comp_drv; in hda_hdev_attach() local358 comp_drv = devm_kzalloc(&hdev->dev, sizeof(*comp_drv), GFP_KERNEL); in hda_hdev_attach()359 if (!comp_drv) in hda_hdev_attach()366 comp_drv->name = dev_name(&hdev->dev); in hda_hdev_attach()367 comp_drv->probe = hda_codec_probe; in hda_hdev_attach()368 comp_drv->remove = hda_codec_remove; in hda_hdev_attach()369 comp_drv->idle_bias_on = false; in hda_hdev_attach()371 comp_drv->dapm_widgets = hda_dapm_widgets; in hda_hdev_attach()372 comp_drv->num_dapm_widgets = ARRAY_SIZE(hda_dapm_widgets); in hda_hdev_attach()373 comp_drv->dapm_routes = hda_dapm_routes; in hda_hdev_attach()[all …]
38 const struct snd_soc_component_driver *comp_drv; member719 .comp_drv = &soc_codec_dev_ak4458,725 .comp_drv = &soc_codec_dev_ak4497,776 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()
1960 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local2043 comp_drv = component->driver; in soc_check_tplg_fes()2046 comp_drv->topology_name_prefix, in soc_check_tplg_fes()