Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 51) sorted by relevance

123

/sound/soc/intel/common/
DMakefile4 snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \
5 soc-acpi-intel-hsw-bdw-match.o \
6 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
7 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
8 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
9 soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \
10 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
11 soc-acpi-intel-jsl-match.o \
12 soc-acpi-intel-hda-match.o
15 obj-$(CONFIG_SND_SOC_ACPI_INTEL_MATCH) += snd-soc-acpi-intel-match.o
/sound/hda/
Dhda_bus_type.c61 if (hdrv->match) in hda_bus_match()
62 return hdrv->match(hdev, hdrv); in hda_bus_match()
81 .match = hda_bus_match,
Dhdac_component.c288 struct component_match *match = NULL; in snd_hdac_acomp_init() local
305 component_match_add_typed(dev, &match, match_master, bus); in snd_hdac_acomp_init()
307 match); in snd_hdac_acomp_init()
/sound/soc/meson/
Dgx-card.c68 char *match) in gx_card_cpu_identify() argument
71 if (strstr(c->dai_name, match)) in gx_card_cpu_identify()
/sound/soc/ti/
Ddavinci-evm.c387 const struct of_device_id *match; in davinci_evm_probe() local
393 match = of_match_device(of_match_ptr(davinci_evm_dt_ids), &pdev->dev); in davinci_evm_probe()
394 if (!match) { in davinci_evm_probe()
399 dai = (struct snd_soc_dai_link *) match->data; in davinci_evm_probe()
Dj721e-evm.c848 const struct of_device_id *match; in j721e_soc_probe() local
857 match = of_match_node(j721e_audio_of_match, node); in j721e_soc_probe()
858 if (!match) { in j721e_soc_probe()
867 priv->match_data = match->data; in j721e_soc_probe()
Domap-mcbsp.c1376 const struct of_device_id *match; in asoc_mcbsp_probe() local
1379 match = of_match_device(omap_mcbsp_of_match, &pdev->dev); in asoc_mcbsp_probe()
1380 if (match) { in asoc_mcbsp_probe()
1391 memcpy(pdata, match->data, sizeof(*pdata)); in asoc_mcbsp_probe()
/sound/soc/amd/
Dacp3x-rt5682-max9836.c426 const struct acpi_device_id *match; in soc_is_rltk_max() local
428 match = acpi_match_device(dev->driver->acpi_match_table, dev); in soc_is_rltk_max()
429 if (!match) in soc_is_rltk_max()
431 return (void *)match->driver_data; in soc_is_rltk_max()
/sound/soc/rockchip/
Drockchip_spdif.c283 const struct of_device_id *match; in rk_spdif_probe() local
288 match = of_match_node(rk_spdif_match, np); in rk_spdif_probe()
289 if (match->data == (void *)RK_SPDIF_RK3288) { in rk_spdif_probe()
Drockchip_pdm.c479 const struct of_device_id *match; in rockchip_pdm_probe() local
489 match = of_match_device(rockchip_pdm_match, &pdev->dev); in rockchip_pdm_probe()
490 if (match) in rockchip_pdm_probe()
491 pdm->version = (enum rk_pdm_version)match->data; in rockchip_pdm_probe()
/sound/soc/mediatek/mt8183/
Dmt8183-da7219-max98357.c694 const struct of_device_id *match; in mt8183_da7219_max98357_dev_probe() local
704 match = of_match_device(pdev->dev.driver->of_match_table, &pdev->dev); in mt8183_da7219_max98357_dev_probe()
705 if (!match || !match->data) in mt8183_da7219_max98357_dev_probe()
708 card = (struct snd_soc_card *)match->data; in mt8183_da7219_max98357_dev_probe()
Dmt8183-mt6358-ts3a227-max98357.c593 const struct of_device_id *match; in mt8183_mt6358_ts3a227_max98357_dev_probe() local
603 match = of_match_device(pdev->dev.driver->of_match_table, &pdev->dev); in mt8183_mt6358_ts3a227_max98357_dev_probe()
604 if (!match || !match->data) in mt8183_mt6358_ts3a227_max98357_dev_probe()
607 card = (struct snd_soc_card *)match->data; in mt8183_mt6358_ts3a227_max98357_dev_probe()
/sound/soc/tegra/
Dtegra30_i2s.c398 const struct of_device_id *match; in tegra30_i2s_platform_probe() local
410 match = of_match_device(tegra30_i2s_of_match, &pdev->dev); in tegra30_i2s_platform_probe()
411 if (!match) { in tegra30_i2s_platform_probe()
416 i2s->soc_data = (struct tegra30_i2s_soc_data *)match->data; in tegra30_i2s_platform_probe()
Dtegra30_ahub.c510 const struct of_device_id *match; in tegra30_ahub_probe() local
521 match = of_match_device(tegra30_ahub_of_match, &pdev->dev); in tegra30_ahub_probe()
522 if (!match) in tegra30_ahub_probe()
524 soc_data = match->data; in tegra30_ahub_probe()
/sound/soc/atmel/
Datmel-i2s.c613 const struct of_device_id *match; in atmel_i2s_probe() local
629 match = of_match_node(atmel_i2s_dt_ids, np); in atmel_i2s_probe()
630 if (match) in atmel_i2s_probe()
631 dev->caps = match->data; in atmel_i2s_probe()
/sound/soc/intel/keembay/
Dkmb_platform.c641 const struct of_device_id *match; in kmb_plat_dai_probe() local
655 match = of_match_device(kmb_plat_of_match, &pdev->dev); in kmb_plat_dai_probe()
656 if (!match) { in kmb_plat_dai_probe()
660 kmb_i2s_dai = (struct snd_soc_dai_driver *) match->data; in kmb_plat_dai_probe()
/sound/
Dac97_bus.c90 .match = ac97_bus_match,
/sound/soc/qcom/
Dlpass-cpu.c854 const struct of_device_id *match; in asoc_qcom_lpass_cpu_platform_probe() local
869 match = of_match_device(dev->driver->of_match_table, dev); in asoc_qcom_lpass_cpu_platform_probe()
870 if (!match || !match->data) in asoc_qcom_lpass_cpu_platform_probe()
873 drvdata->variant = (struct lpass_variant *)match->data; in asoc_qcom_lpass_cpu_platform_probe()
/sound/core/
Dinit.c51 int match = 1; in module_slot_match() local
61 match = 0; /* negative match */ in module_slot_match()
75 return !match; in module_slot_match()
80 return match; in module_slot_match()
Dseq_device.c54 .match = snd_seq_bus_match,
/sound/soc/samsung/
Daries_wm8994.c546 const struct of_device_id *match; in aries_audio_probe() local
560 match = of_match_node(samsung_wm8994_of_match, np); in aries_audio_probe()
561 priv->variant = match->data; in aries_audio_probe()
/sound/isa/
Dadlib.c107 .match = snd_adlib_match,
/sound/isa/ad1848/
Dad1848.c150 .match = snd_ad1848_match,
/sound/isa/cs423x/
Dcs4231.c167 .match = snd_cs4231_match,
/sound/soc/codecs/
Dtlv320aic31xx.c840 int match = -1; in aic31xx_setup_pll() local
863 match = i; in aic31xx_setup_pll()
870 if (match == -1) { in aic31xx_setup_pll()
887 i = match; in aic31xx_setup_pll()

123