| /linux/sound/soc/amd/acp/ |
| H A D | acp-sdw-sof-mach.c | 72 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 234 ¤t_be_id, codec_conf); in create_sdw_dailinks() 275 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() 318 codec_conf = devm_kcalloc(dev, num_devs, sizeof(*codec_conf), GFP_KERNE in sof_card_dai_links_create() 274 struct snd_soc_codec_conf *codec_conf; sof_card_dai_links_create() local [all...] |
| H A D | acp-sdw-legacy-mach.c | 155 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 337 ¤t_be_id, codec_conf, sdw_platform_component); in create_sdw_dailinks() 401 struct snd_soc_codec_conf *codec_conf; in soc_card_dai_links_create() 447 codec_conf = devm_kcalloc(dev, num_confs, sizeof(*codec_conf), GFP_KERNE in soc_card_dai_links_create() 400 struct snd_soc_codec_conf *codec_conf; soc_card_dai_links_create() local [all...] |
| H A D | acp-mach-common.c | 1511 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create() 1550 card->codec_conf = max98388_conf; in acp_sofdsp_dai_links_create() 1558 card->codec_conf = rt1019_conf; in acp_sofdsp_dai_links_create() 1722 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create() 1771 card->codec_conf = rt1019_conf; in acp_legacy_dai_links_create()
|
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_bridge_cs35l56.c | 116 struct snd_soc_codec_conf **codec_conf) in asoc_sdw_bridge_cs35l56_add_sidecar() 124 (*codec_conf)->dlc.name = (*dai_links)->codecs[i].name; in asoc_sdw_bridge_cs35l56_add_sidecar() 125 (*codec_conf)->name_prefix = bridge_cs35l56_name_prefixes[i]; in asoc_sdw_bridge_cs35l56_add_sidecar() 126 (*codec_conf)++; in asoc_sdw_bridge_cs35l56_add_sidecar() 118 asoc_sdw_bridge_cs35l56_add_sidecar(struct snd_soc_card * card,struct snd_soc_dai_link ** dai_links,struct snd_soc_codec_conf ** codec_conf) asoc_sdw_bridge_cs35l56_add_sidecar() argument
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_sdw.c | 890 int *be_id, struct snd_soc_codec_conf **codec_conf) in create_sdw_dailink() argument 903 (*codec_conf)->dlc.name = sof_end->codec_name; in create_sdw_dailink() 904 (*codec_conf)->name_prefix = sof_end->name_prefix; in create_sdw_dailink() 905 (*codec_conf)++; in create_sdw_dailink() 909 ret = sof_end->codec_info->add_sidecar(card, dai_links, codec_conf); in create_sdw_dailink() 1038 struct snd_soc_codec_conf **codec_conf) in create_sdw_dailinks() argument 1052 ¤t_be_id, codec_conf); in create_sdw_dailinks() 1245 struct snd_soc_codec_conf *codec_conf; in sof_card_dai_links_create() local 1339 codec_conf = devm_kcalloc(dev, num_confs, sizeof(*codec_conf), GFP_KERNEL); in sof_card_dai_links_create() 1340 if (!codec_conf) { in sof_card_dai_links_create() [all …]
|
| H A D | sof_realtek_common.c | 290 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 D | sof_maxim_common.c | 290 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 D | sof_cirrus_common.c | 201 card->codec_conf = cs35l41_codec_conf; in cs35l41_set_codec_conf()
|
| /linux/sound/soc/codecs/ |
| H A D | idt821034.c | 32 u8 codec_conf; 127 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf; in idt821034_set_channel_power() 159 /* Codec configuration values that can be used in 'codec_conf' (can be ORed) */ 163 static int idt821034_set_codec_conf(struct idt821034 *idt821034, u8 codec_conf) in idt821034_set_codec_conf() 169 dev_dbg(&idt821034->spi->dev, "set_codec_conf(0x%x)\n", codec_conf); in idt821034_set_codec_conf() 176 conf = IDT821034_MODE_CODEC(0) | codec_conf; in idt821034_set_codec_conf() 196 idt821034->cache.codec_conf = codec_conf; in idt821034_set_codec_conf() 202 return idt821034->cache.codec_conf; in idt821034_get_codec_conf() 216 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf; in idt821034_set_channel_ts() 31 u8 codec_conf; global() member 162 idt821034_set_codec_conf(struct idt821034 * idt821034,u8 codec_conf) idt821034_set_codec_conf() argument [all...] |
| /linux/sound/soc/samsung/ |
| H A D | bells.c | 412 .codec_conf = bells_codec_conf, 432 .codec_conf = bells_codec_conf, 452 .codec_conf = bells_codec_conf,
|
| H A D | speyside.c | 318 .codec_conf = speyside_codec_conf,
|
| /linux/sound/soc/generic/ |
| H A D | simple-card-utils.c | 930 priv->codec_conf = cconf; in simple_util_init_priv() 934 card->codec_conf = cconf; in simple_util_init_priv() 967 dai_props[i].codec_conf = cconf; in simple_util_init_priv()
|
| /linux/sound/soc/fsl/ |
| H A D | imx-audmix.c | 307 priv->card.codec_conf = priv->dai_conf; in imx_audmix_probe()
|
| /linux/sound/soc/amd/ |
| H A D | acp3x-rt5682-max9836.c | 433 .codec_conf = rt1015_conf,
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 1405 struct snd_soc_codec_conf *map = &card->codec_conf[i]; in soc_set_name_prefix() 3065 struct snd_soc_codec_conf *codec_conf, in snd_soc_of_parse_node_prefix() argument 3078 codec_conf->dlc.of_node = of_node; in snd_soc_of_parse_node_prefix() 3079 codec_conf->name_prefix = str; in snd_soc_of_parse_node_prefix()
|