Home
last modified time | relevance | path

Searched refs:comp_drv (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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 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()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dak4458.c38 const struct snd_soc_component_driver *comp_drv; member
732 .comp_drv = &soc_codec_dev_ak4458,
738 .comp_drv = &soc_codec_dev_ak4497,
790 ak4458->drvdata->comp_drv, in ak4458_i2c_probe()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-core.c1636 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local
1715 comp_drv = component->driver; in soc_check_tplg_fes()
1718 comp_drv->topology_name_prefix, in soc_check_tplg_fes()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-core.c1839 const struct snd_soc_component_driver *comp_drv; in soc_check_tplg_fes() local
1922 comp_drv = component->driver; in soc_check_tplg_fes()
1925 comp_drv->topology_name_prefix, in soc_check_tplg_fes()

Completed in 12 milliseconds