Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/sound/soc/ti/
A Dj721e-evm.c700 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()
828 priv->codec_conf[*conf_idx].name_prefix = "McASP0"; in j721e_soc_probe_ivi()
[all …]
A Drx51.c348 .codec_conf = rx51_codec_conf,
/linux-6.3-rc2/include/sound/
A Dsimple_card_utils.h66 struct snd_soc_codec_conf *codec_conf; member
77 struct snd_soc_codec_conf *codec_conf; member
94 #define simple_props_to_codec_conf(props, i) ((props)->codec_conf + i)
114 (props)->codec_conf && \
A Dsoc.h962 struct snd_soc_codec_conf *codec_conf; member
1258 struct snd_soc_codec_conf *codec_conf,
1263 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_audio_prefix() argument
1268 codec_conf, of_node, propname); in snd_soc_of_parse_audio_prefix()
/linux-6.3-rc2/sound/soc/intel/boards/
A Dsof_sdw.c820 struct snd_soc_codec_conf *codec_conf, in create_codec_dai_name() argument
874 codec_conf[*codec_conf_index].dlc = codec[comp_index]; in create_codec_dai_name()
875 codec_conf[*codec_conf_index].name_prefix = link->adr_d[i].name_prefix; in create_codec_dai_name()
1000 struct snd_soc_codec_conf *codec_conf, in create_sdw_dailink() argument
1042 codec_conf, codec_count, codec_conf_index); in create_sdw_dailink()
1156 struct snd_soc_codec_conf **codec_conf, in sof_card_codec_conf_alloc() argument
1184 *codec_conf = c_conf; in sof_card_codec_conf_alloc()
1201 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() local
1220 ret = sof_card_codec_conf_alloc(dev, mach_params, &codec_conf, &codec_conf_count); in sof_card_dai_links_create()
1312 codec_conf, codec_conf_count, in sof_card_dai_links_create()
[all …]
A Dsof_maxim_common.c132 card->codec_conf = max_98373_codec_conf; in max_98373_set_codec_conf()
307 card->codec_conf = max_98390_4spk_codec_conf; in max_98390_set_codec_conf()
310 card->codec_conf = max_98390_codec_conf; in max_98390_set_codec_conf()
A Dsof_realtek_common.c141 card->codec_conf = rt1011_codec_confs; in sof_rt1011_codec_conf()
247 card->codec_conf = rt1015p_codec_confs; in sof_rt1015p_codec_conf()
357 card->codec_conf = rt1015_amp_conf; in sof_rt1015_codec_conf()
A Dkbl_da7219_max98927.c1029 .codec_conf = max98927_codec_conf,
1047 .codec_conf = max98927_codec_conf,
1064 .codec_conf = max98373_codec_conf,
1081 .codec_conf = max98373_codec_conf,
A Dsof_cirrus_common.c195 card->codec_conf = cs35l41_codec_conf; in cs35l41_set_codec_conf()
A Dsof_da7219_max98373.c387 .codec_conf = max98373_codec_conf,
/linux-6.3-rc2/sound/soc/codecs/
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-6.3-rc2/sound/soc/samsung/
A Dbells.c408 .codec_conf = bells_codec_conf,
428 .codec_conf = bells_codec_conf,
448 .codec_conf = bells_codec_conf,
A Dlowland.c168 .codec_conf = lowland_codec_conf,
A Dspeyside.c310 .codec_conf = speyside_codec_conf,
/linux-6.3-rc2/sound/soc/mediatek/mt8183/
A Dmt8183-da7219-max98357.c640 .codec_conf = mt6358_codec_conf,
691 .codec_conf = mt8183_da7219_rt1015_codec_conf,
708 .codec_conf = mt6358_codec_conf,
/linux-6.3-rc2/sound/soc/mediatek/mt8173/
A Dmt8173-rt5650-rt5514.c168 .codec_conf = mt8173_rt5650_rt5514_codec_conf,
A Dmt8173-rt5650-rt5676.c224 .codec_conf = mt8173_rt5650_rt5676_codec_conf,
/linux-6.3-rc2/sound/soc/amd/acp/
A Dacp-mach-common.c984 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create()
1022 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create()
1149 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
1190 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
/linux-6.3-rc2/sound/soc/generic/
A Dsimple-card-utils.c892 priv->codec_conf = cconf; in asoc_simple_init_priv()
896 card->codec_conf = cconf; in asoc_simple_init_priv()
931 dai_props[i].codec_conf = cconf; in asoc_simple_init_priv()
/linux-6.3-rc2/sound/soc/intel/avs/boards/
A Dmax98373.c211 card->codec_conf = card_codec_conf; in avs_max98373_probe()
A Dmax98927.c208 card->codec_conf = card_codec_conf; in avs_max98927_probe()
A Dssm4567.c242 card->codec_conf = card_codec_conf; in avs_ssm4567_probe()
/linux-6.3-rc2/sound/soc/amd/vangogh/
A Dacp5x-mach.c336 .codec_conf = cs35l41_conf,
/linux-6.3-rc2/sound/soc/amd/
A Dacp3x-rt5682-max9836.c418 .codec_conf = rt1015_conf,
/linux-6.3-rc2/sound/soc/fsl/
A Dimx-audmix.c322 priv->card.codec_conf = priv->dai_conf; in imx_audmix_probe()

Completed in 36 milliseconds

12