Home
last modified time | relevance | path

Searched refs:codec_conf (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.12.1/sound/soc/amd/acp/
Dacp-sdw-sof-mach.c120 int *be_id, struct snd_soc_codec_conf **codec_conf) in create_sdw_dailink() argument
132 (*codec_conf)->dlc.name = sof_end->codec_name; in create_sdw_dailink()
133 (*codec_conf)->name_prefix = sof_end->name_prefix; in create_sdw_dailink()
134 (*codec_conf)++; in create_sdw_dailink()
138 ret = sof_end->codec_info->add_sidecar(card, dai_links, codec_conf); in create_sdw_dailink()
264 struct snd_soc_codec_conf **codec_conf) in create_sdw_dailinks() argument
273 &current_be_id, codec_conf); in create_sdw_dailinks()
314 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() local
354 codec_conf = devm_kcalloc(dev, num_devs, sizeof(*codec_conf), GFP_KERNEL); in sof_card_dai_links_create()
355 if (!codec_conf) { in sof_card_dai_links_create()
[all …]
Dacp-mach-common.c1496 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create()
1535 card->codec_conf = max98388_conf; in acp_sofdsp_dai_links_create()
1543 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create()
1700 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
1744 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
/linux-6.12.1/sound/soc/sdw_utils/
Dsoc_sdw_bridge_cs35l56.c119 struct snd_soc_codec_conf **codec_conf) in asoc_sdw_bridge_cs35l56_add_sidecar() argument
127 (*codec_conf)->dlc.name = (*dai_links)->codecs[i].name; in asoc_sdw_bridge_cs35l56_add_sidecar()
128 (*codec_conf)->name_prefix = bridge_cs35l56_name_prefixes[i]; in asoc_sdw_bridge_cs35l56_add_sidecar()
129 (*codec_conf)++; in asoc_sdw_bridge_cs35l56_add_sidecar()
/linux-6.12.1/sound/soc/intel/boards/
Dsof_sdw.c633 int *be_id, struct snd_soc_codec_conf **codec_conf) in create_sdw_dailink() argument
644 (*codec_conf)->dlc.name = sof_end->codec_name; in create_sdw_dailink()
645 (*codec_conf)->name_prefix = sof_end->name_prefix; in create_sdw_dailink()
646 (*codec_conf)++; in create_sdw_dailink()
650 ret = sof_end->codec_info->add_sidecar(card, dai_links, codec_conf); in create_sdw_dailink()
769 struct snd_soc_codec_conf **codec_conf) in create_sdw_dailinks() argument
783 &current_be_id, codec_conf); in create_sdw_dailinks()
946 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() local
1023 codec_conf = devm_kcalloc(dev, num_devs, sizeof(*codec_conf), GFP_KERNEL); in sof_card_dai_links_create()
1024 if (!codec_conf) { in sof_card_dai_links_create()
[all …]
Dsof_realtek_common.c292 card->codec_conf = rt1011_4spk_codec_confs; in sof_rt1011_codec_conf()
294 card->codec_conf = rt1011_2spk_codec_confs; in sof_rt1011_codec_conf()
300 card->codec_conf = rt1011_4spk_codec_confs; in sof_rt1011_codec_conf()
523 card->codec_conf = rt1015_amp_conf; in sof_rt1015_codec_conf()
Dsof_maxim_common.c290 card->codec_conf = max_98373_codec_conf; in max_98373_set_codec_conf()
515 card->codec_conf = max_98390_codec_conf; in max_98390_set_codec_conf()
520 card->codec_conf = max_98390_cml_codec_conf; in max_98390_set_codec_conf()
Dsof_cirrus_common.c200 card->codec_conf = cs35l41_codec_conf; in cs35l41_set_codec_conf()
/linux-6.12.1/sound/soc/ti/
Dj721e-evm.c78 struct snd_soc_codec_conf codec_conf[J721E_CODEC_CONF_COUNT]; member
700 priv->codec_conf[*conf_idx].dlc.of_node = codec_node; in j721e_soc_probe_cpb()
701 priv->codec_conf[*conf_idx].name_prefix = "codec-1"; in j721e_soc_probe_cpb()
703 priv->codec_conf[*conf_idx].dlc.of_node = dai_node; in j721e_soc_probe_cpb()
704 priv->codec_conf[*conf_idx].name_prefix = "McASP10"; in j721e_soc_probe_cpb()
819 priv->codec_conf[*conf_idx].dlc.of_node = codeca_node; in j721e_soc_probe_ivi()
820 priv->codec_conf[*conf_idx].name_prefix = "codec-a"; in j721e_soc_probe_ivi()
823 priv->codec_conf[*conf_idx].dlc.of_node = codecb_node; in j721e_soc_probe_ivi()
824 priv->codec_conf[*conf_idx].name_prefix = "codec-b"; in j721e_soc_probe_ivi()
827 priv->codec_conf[*conf_idx].dlc.of_node = dai_node; in j721e_soc_probe_ivi()
[all …]
Drx51.c345 .codec_conf = rx51_codec_conf,
/linux-6.12.1/include/sound/
Dsimple_card_utils.h63 struct snd_soc_codec_conf *codec_conf; member
73 struct snd_soc_codec_conf *codec_conf; member
90 #define simple_props_to_codec_conf(props, i) ((props)->codec_conf + i)
110 (props)->codec_conf && \
Dsoc_sdw_utils.h81 struct snd_soc_codec_conf **codec_conf);
214 struct snd_soc_codec_conf **codec_conf);
Dsoc.h1065 struct snd_soc_codec_conf *codec_conf; member
1373 struct snd_soc_codec_conf *codec_conf,
1378 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_audio_prefix() argument
1383 codec_conf, of_node, propname); in snd_soc_of_parse_audio_prefix()
/linux-6.12.1/sound/soc/codecs/
Didt821034.c31 u8 codec_conf; member
126 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf; in idt821034_set_channel_power()
162 static int idt821034_set_codec_conf(struct idt821034 *idt821034, u8 codec_conf) in idt821034_set_codec_conf() argument
168 dev_dbg(&idt821034->spi->dev, "set_codec_conf(0x%x)\n", codec_conf); in idt821034_set_codec_conf()
175 conf = IDT821034_MODE_CODEC(0) | codec_conf; in idt821034_set_codec_conf()
195 idt821034->cache.codec_conf = codec_conf; in idt821034_set_codec_conf()
201 return idt821034->cache.codec_conf; in idt821034_get_codec_conf()
215 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf; in idt821034_set_channel_ts()
/linux-6.12.1/sound/soc/samsung/
Dbells.c415 .codec_conf = bells_codec_conf,
435 .codec_conf = bells_codec_conf,
455 .codec_conf = bells_codec_conf,
Dlowland.c175 .codec_conf = lowland_codec_conf,
Dspeyside.c311 .codec_conf = speyside_codec_conf,
/linux-6.12.1/sound/soc/amd/vangogh/
Dacp5x-mach.c329 .codec_conf = acp5x_cs35l41_conf,
431 .codec_conf = acp5x_max98388_conf,
/linux-6.12.1/sound/soc/mediatek/mt8183/
Dmt8183-da7219-max98357.c663 .codec_conf = mt6358_codec_conf,
720 .codec_conf = mt8183_da7219_rt1015_codec_conf,
737 .codec_conf = mt6358_codec_conf,
/linux-6.12.1/sound/soc/mediatek/mt8186/
Dmt8186-mt6366.c1131 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
1146 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
1161 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
1176 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
/linux-6.12.1/sound/soc/mediatek/mt8173/
Dmt8173-rt5650-rt5514.c179 .codec_conf = mt8173_rt5650_rt5514_codec_conf,
Dmt8173-rt5650-rt5676.c235 .codec_conf = mt8173_rt5650_rt5676_codec_conf,
/linux-6.12.1/sound/soc/intel/avs/boards/
Dssm4567.c164 card->codec_conf = card_codec_conf; in avs_ssm4567_probe()
Dmax98927.c175 card->codec_conf = card_codec_conf; in avs_max98927_probe()
Dmax98373.c178 card->codec_conf = card_codec_conf; in avs_max98373_probe()
/linux-6.12.1/sound/soc/generic/
Dsimple-card-utils.c910 priv->codec_conf = cconf; in simple_util_init_priv()
914 card->codec_conf = cconf; in simple_util_init_priv()
946 dai_props[i].codec_conf = cconf; in simple_util_init_priv()

12