Home
last modified time | relevance | path

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

12

/linux/sound/soc/amd/acp/
H A Dacp-sdw-sof-mach.c72 int *be_id, struct snd_soc_codec_conf **codec_conf) in create_sdw_dailink() argument
84 (*codec_conf)->dlc.name = sof_end->codec_name; in create_sdw_dailink()
85 (*codec_conf)->name_prefix = sof_end->name_prefix; in create_sdw_dailink()
86 (*codec_conf)++; in create_sdw_dailink()
90 ret = sof_end->codec_info->add_sidecar(card, dai_links, codec_conf); in create_sdw_dailink()
224 struct snd_soc_codec_conf **codec_conf) in create_sdw_dailinks() argument
233 &current_be_id, codec_conf); in create_sdw_dailinks()
274 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() local
317 codec_conf = devm_kcalloc(dev, num_devs, sizeof(*codec_conf), GFP_KERNEL); in sof_card_dai_links_create()
318 if (!codec_conf) in sof_card_dai_links_create()
[all …]
H A Dacp-sdw-legacy-mach.c155 int *be_id, struct snd_soc_codec_conf **codec_conf, in create_sdw_dailink() argument
168 (*codec_conf)->dlc.name = soc_end->codec_name; in create_sdw_dailink()
169 (*codec_conf)->name_prefix = soc_end->name_prefix; in create_sdw_dailink()
170 (*codec_conf)++; in create_sdw_dailink()
174 ret = soc_end->codec_info->add_sidecar(card, dai_links, codec_conf); in create_sdw_dailink()
307 struct snd_soc_codec_conf **codec_conf) in create_sdw_dailinks() argument
336 &current_be_id, codec_conf, sdw_platform_component); in create_sdw_dailinks()
402 struct snd_soc_codec_conf *codec_conf; in soc_card_dai_links_create() local
448 codec_conf = devm_kcalloc(dev, num_confs, sizeof(*codec_conf), GFP_KERNEL); in soc_card_dai_links_create()
449 if (!codec_conf) in soc_card_dai_links_create()
[all …]
H A Dacp-mach-common.c1508 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create()
1547 card->codec_conf = max98388_conf; in acp_sofdsp_dai_links_create()
1555 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create()
1711 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
1760 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_bridge_cs35l56.c124 struct snd_soc_codec_conf **codec_conf) in asoc_sdw_bridge_cs35l56_add_sidecar() argument
132 (*codec_conf)->dlc.name = (*dai_links)->codecs[i].name; in asoc_sdw_bridge_cs35l56_add_sidecar()
133 (*codec_conf)->name_prefix = bridge_cs35l56_name_prefixes[i]; in asoc_sdw_bridge_cs35l56_add_sidecar()
134 (*codec_conf)++; in asoc_sdw_bridge_cs35l56_add_sidecar()
/linux/sound/soc/intel/boards/
H A Dsof_sdw.c879 int *be_id, struct snd_soc_codec_conf **codec_conf) in create_sdw_dailink() argument
892 (*codec_conf)->dlc.name = sof_end->codec_name; in create_sdw_dailink()
893 (*codec_conf)->name_prefix = sof_end->name_prefix; in create_sdw_dailink()
894 (*codec_conf)++; in create_sdw_dailink()
898 ret = sof_end->codec_info->add_sidecar(card, dai_links, codec_conf); in create_sdw_dailink()
1026 struct snd_soc_codec_conf **codec_conf) in create_sdw_dailinks() argument
1040 &current_be_id, codec_conf); in create_sdw_dailinks()
1233 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() local
1327 codec_conf = devm_kcalloc(dev, num_confs, sizeof(*codec_conf), GFP_KERNEL); in sof_card_dai_links_create()
1328 if (!codec_conf) { in sof_card_dai_links_create()
[all …]
H A Dsof_realtek_common.c290 card->codec_conf = rt1011_4spk_codec_confs; in sof_rt1011_codec_conf()
292 card->codec_conf = rt1011_2spk_codec_confs; in sof_rt1011_codec_conf()
298 card->codec_conf = rt1011_4spk_codec_confs; in sof_rt1011_codec_conf()
523 card->codec_conf = rt1015_amp_conf; in sof_rt1015_codec_conf()
H A Dsof_maxim_common.c290 card->codec_conf = max_98373_codec_conf; in max_98373_set_codec_conf()
516 card->codec_conf = max_98390_codec_conf; in max_98390_set_codec_conf()
521 card->codec_conf = max_98390_cml_codec_conf; in max_98390_set_codec_conf()
H A Dsof_cirrus_common.c201 card->codec_conf = cs35l41_codec_conf; in cs35l41_set_codec_conf()
/linux/sound/soc/ti/
H A Dj721e-evm.c78 struct snd_soc_codec_conf codec_conf[J721E_CODEC_CONF_COUNT]; member
702 priv->codec_conf[*conf_idx].dlc.of_node = codec_node; in j721e_soc_probe_cpb()
703 priv->codec_conf[*conf_idx].name_prefix = "codec-1"; in j721e_soc_probe_cpb()
705 priv->codec_conf[*conf_idx].dlc.of_node = dai_node; in j721e_soc_probe_cpb()
706 priv->codec_conf[*conf_idx].name_prefix = "McASP10"; in j721e_soc_probe_cpb()
821 priv->codec_conf[*conf_idx].dlc.of_node = codeca_node; in j721e_soc_probe_ivi()
822 priv->codec_conf[*conf_idx].name_prefix = "codec-a"; in j721e_soc_probe_ivi()
825 priv->codec_conf[*conf_idx].dlc.of_node = codecb_node; in j721e_soc_probe_ivi()
826 priv->codec_conf[*conf_idx].name_prefix = "codec-b"; in j721e_soc_probe_ivi()
829 priv->codec_conf[*conf_idx].dlc.of_node = dai_node; in j721e_soc_probe_ivi()
[all …]
/linux/include/sound/
H A 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)
117 (props)->codec_conf && \
H A Dsoc_sdw_utils.h92 struct snd_soc_codec_conf **codec_conf);
228 struct snd_soc_codec_conf **codec_conf);
H A Dsoc.h1039 struct snd_soc_codec_conf *codec_conf; member
1340 struct snd_soc_codec_conf *codec_conf,
1345 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_audio_prefix() argument
1350 codec_conf, of_node, propname); in snd_soc_of_parse_audio_prefix()
/linux/sound/soc/codecs/
H A 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/sound/soc/samsung/
H A Dbells.c412 .codec_conf = bells_codec_conf,
432 .codec_conf = bells_codec_conf,
452 .codec_conf = bells_codec_conf,
H A Dlowland.c175 .codec_conf = lowland_codec_conf,
H A Dspeyside.c318 .codec_conf = speyside_codec_conf,
/linux/sound/soc/amd/vangogh/
H A Dacp5x-mach.c325 .codec_conf = acp5x_cs35l41_conf,
424 .codec_conf = acp5x_max98388_conf,
/linux/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c657 .codec_conf = mt6358_codec_conf,
714 .codec_conf = mt8183_da7219_rt1015_codec_conf,
731 .codec_conf = mt6358_codec_conf,
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366.c1110 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
1125 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
1140 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
1155 .codec_conf = mt8186_mt6366_rt1019_rt5682s_codec_conf,
/linux/sound/soc/intel/avs/boards/
H A Dssm4567.c166 card->codec_conf = card_codec_conf; in avs_ssm4567_probe()
H A Dmax98373.c180 card->codec_conf = card_codec_conf; in avs_max98373_probe()
H A Dmax98927.c177 card->codec_conf = card_codec_conf; in avs_max98927_probe()
/linux/sound/soc/mediatek/mt8173/
H A Dmt8173-rt5650-rt5514.c177 .codec_conf = mt8173_rt5650_rt5514_codec_conf,
H A Dmt8173-rt5650-rt5676.c233 .codec_conf = mt8173_rt5650_rt5676_codec_conf,
/linux/sound/soc/generic/
H A Dsimple-card-utils.c940 priv->codec_conf = cconf; in simple_util_init_priv()
944 card->codec_conf = cconf; in simple_util_init_priv()
977 dai_props[i].codec_conf = cconf; in simple_util_init_priv()

12