/linux-6.12.1/sound/soc/amd/acp/ |
D | acp-sdw-sof-mach.c | 120 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 ¤t_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 …]
|
D | acp-mach-common.c | 1496 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/ |
D | soc_sdw_bridge_cs35l56.c | 119 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/ |
D | sof_sdw.c | 633 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 ¤t_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 …]
|
D | sof_realtek_common.c | 292 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()
|
D | sof_maxim_common.c | 290 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()
|
D | sof_cirrus_common.c | 200 card->codec_conf = cs35l41_codec_conf; in cs35l41_set_codec_conf()
|
/linux-6.12.1/sound/soc/ti/ |
D | j721e-evm.c | 78 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 …]
|
D | rx51.c | 345 .codec_conf = rx51_codec_conf,
|
/linux-6.12.1/include/sound/ |
D | simple_card_utils.h | 63 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 && \
|
D | soc_sdw_utils.h | 81 struct snd_soc_codec_conf **codec_conf); 214 struct snd_soc_codec_conf **codec_conf);
|
D | soc.h | 1065 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/ |
D | idt821034.c | 31 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/ |
D | bells.c | 415 .codec_conf = bells_codec_conf, 435 .codec_conf = bells_codec_conf, 455 .codec_conf = bells_codec_conf,
|
D | lowland.c | 175 .codec_conf = lowland_codec_conf,
|
D | speyside.c | 311 .codec_conf = speyside_codec_conf,
|
/linux-6.12.1/sound/soc/amd/vangogh/ |
D | acp5x-mach.c | 329 .codec_conf = acp5x_cs35l41_conf, 431 .codec_conf = acp5x_max98388_conf,
|
/linux-6.12.1/sound/soc/mediatek/mt8183/ |
D | mt8183-da7219-max98357.c | 663 .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/ |
D | mt8186-mt6366.c | 1131 .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/ |
D | mt8173-rt5650-rt5514.c | 179 .codec_conf = mt8173_rt5650_rt5514_codec_conf,
|
D | mt8173-rt5650-rt5676.c | 235 .codec_conf = mt8173_rt5650_rt5676_codec_conf,
|
/linux-6.12.1/sound/soc/intel/avs/boards/ |
D | ssm4567.c | 164 card->codec_conf = card_codec_conf; in avs_ssm4567_probe()
|
D | max98927.c | 175 card->codec_conf = card_codec_conf; in avs_max98927_probe()
|
D | max98373.c | 178 card->codec_conf = card_codec_conf; in avs_max98373_probe()
|
/linux-6.12.1/sound/soc/generic/ |
D | simple-card-utils.c | 910 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()
|