Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dhda.c349 struct snd_soc_component_driver *comp_drv; in hda_hdev_attach() local
351 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 …]
H A Dak4458.c39 const struct snd_soc_component_driver *comp_drv; member
724 .comp_drv = &soc_codec_dev_ak4458,
730 .comp_drv = &soc_codec_dev_ak4497,
786 ak4458->drvdata->comp_drv, in ak4458_i2c_probe()
H A 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()
/openbmc/linux/sound/soc/
H A Dsoc-core.c1842 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local
1925 comp_drv = component->driver; in soc_check_tplg_fes()
1928 comp_drv->topology_name_prefix, in soc_check_tplg_fes()