Home
last modified time | relevance | path

Searched refs:name_prefix (Results 1 – 25 of 40) sorted by relevance

12

/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-tgl-match.c74 .name_prefix = "rt711"
83 .name_prefix = "rt711"
92 .name_prefix = "rt1308-1"
98 .name_prefix = "rt1308-2"
107 .name_prefix = "rt1308-1"
116 .name_prefix = "rt1308-1"
125 .name_prefix = "rt1308-1"
134 .name_prefix = "rt1308-2"
143 .name_prefix = "rt715"
152 .name_prefix = "rt715"
[all …]
H A Dsoc-acpi-intel-lnl-match.c223 .name_prefix = "AMP1"
229 .name_prefix = "AMP2"
238 .name_prefix = "AMP3"
244 .name_prefix = "AMP4"
253 .name_prefix = "AMP1"
259 .name_prefix = "AMP2"
268 .name_prefix = "AMP1"
274 .name_prefix = "AMP2"
280 .name_prefix = "AMP3"
289 .name_prefix = "AMP4"
[all …]
H A Dsoc-acpi-intel-ptl-match.c235 .name_prefix = "cs42l43"
244 .name_prefix = "cs42l43"
253 .name_prefix = "AMP1"
259 .name_prefix = "AMP2"
268 .name_prefix = "AMP1"
274 .name_prefix = "AMP2"
280 .name_prefix = "AMP3"
289 .name_prefix = "AMP4"
295 .name_prefix = "AMP5"
301 .name_prefix = "AMP6"
[all …]
H A Dsoc-acpi-intel-arl-match.c78 .name_prefix = "AMP1"
84 .name_prefix = "AMP2"
93 .name_prefix = "AMP1"
99 .name_prefix = "AMP2"
108 .name_prefix = "AMP3"
114 .name_prefix = "AMP4"
123 .name_prefix = "AMP1"
129 .name_prefix = "AMP2"
138 .name_prefix = "AMP2"
147 .name_prefix = "AMP1"
[all …]
H A Dsoc-acpi-intel-cml-match.c121 .name_prefix = "rt700"
139 .name_prefix = "rt711"
148 .name_prefix = "rt1308-1"
157 .name_prefix = "rt1308-1"
166 .name_prefix = "rt1308-2"
175 .name_prefix = "rt715"
184 .name_prefix = "rt711"
193 .name_prefix = "rt1316-1"
202 .name_prefix = "rt1316-2"
211 .name_prefix = "rt714"
H A Dsoc-acpi-intel-icl-match.c67 .name_prefix = "rt700"
85 .name_prefix = "rt711"
94 .name_prefix = "rt1308-1"
103 .name_prefix = "rt1308-1"
112 .name_prefix = "rt1308-2"
121 .name_prefix = "rt715"
H A Dsoc-acpi-intel-cnl-match.c50 .name_prefix = "rt5682"
/linux/sound/soc/amd/acp/
H A Damd-acp70-acpi-match.c52 .name_prefix = "rt711"
58 .name_prefix = "rt1316-1"
64 .name_prefix = "rt1316-2"
73 .name_prefix = "rt714"
116 .name_prefix = "rt722"
125 .name_prefix = "rt1320-1"
161 .name_prefix = "cs42l43"
170 .name_prefix = "cs42l43"
176 .name_prefix = "AMP1"
182 .name_prefix = "AMP2"
[all …]
H A Damd-acp63-acpi-match.c38 .name_prefix = "rt711"
44 .name_prefix = "rt1316-1"
50 .name_prefix = "rt1316-2"
59 .name_prefix = "rt714"
102 .name_prefix = "rt722"
H A Dacp-sdw-sof-mach.c83 if (sof_end->name_prefix) { in create_sdw_dailink()
85 (*codec_conf)->name_prefix = sof_end->name_prefix; in create_sdw_dailink()
H A Dacp-sdw-legacy-mach.c127 if (soc_end->name_prefix) { in create_sdw_dailink()
129 (*codec_conf)->name_prefix = soc_end->name_prefix; in create_sdw_dailink()
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c63 .name_prefix = "tas2783",
82 .name_prefix = "rt700",
100 .name_prefix = "rt711",
121 .name_prefix = "rt711",
142 .name_prefix = "rt712",
184 .name_prefix = "rt712-dmic",
199 .name_prefix = "rt713",
227 .name_prefix = "rt713-dmic",
242 .name_prefix = "rt1308",
265 .name_prefix = "rt1316",
[all …]
H A Dsoc_sdw_rt_sdca_jack_common.c106 card->components, component->name_prefix); in asoc_sdw_rt_sdca_jack_rtd_init()
111 if (strstr(component->name_prefix, need_sdca_suffix[i])) { in asoc_sdw_rt_sdca_jack_rtd_init()
121 if (strstr(component->name_prefix, "rt711")) { in asoc_sdw_rt_sdca_jack_rtd_init()
124 } else if (strstr(component->name_prefix, "rt712")) { in asoc_sdw_rt_sdca_jack_rtd_init()
127 } else if (strstr(component->name_prefix, "rt713")) { in asoc_sdw_rt_sdca_jack_rtd_init()
130 } else if (strstr(component->name_prefix, "rt721")) { in asoc_sdw_rt_sdca_jack_rtd_init()
133 } else if (strstr(component->name_prefix, "rt722")) { in asoc_sdw_rt_sdca_jack_rtd_init()
137 dev_err(card->dev, "%s is not supported\n", component->name_prefix); in asoc_sdw_rt_sdca_jack_rtd_init()
H A Dsoc_sdw_cs_amp.c20 int asoc_sdw_cs35l56_volume_limit(struct snd_soc_card *card, const char *name_prefix) in asoc_sdw_cs35l56_volume_limit() argument
25 volume_ctl_name = kasprintf(GFP_KERNEL, "%s Speaker Volume", name_prefix); in asoc_sdw_cs35l56_volume_limit()
52 codec_dai->component->name_prefix); in asoc_sdw_cs_spk_rtd_init()
54 ret = asoc_sdw_cs35l56_volume_limit(card, codec_dai->component->name_prefix); in asoc_sdw_cs_spk_rtd_init()
H A Dsoc_sdw_rt_dmic.c28 if (!strcmp(component->name_prefix, "rt714")) in asoc_sdw_rt_dmic_rtd_init()
31 mic_name = devm_kasprintf(card->dev, GFP_KERNEL, "%s", component->name_prefix); in asoc_sdw_rt_dmic_rtd_init()
H A Dsoc_sdw_bridge_cs35l56.c64 ret = asoc_sdw_cs35l56_volume_limit(card, codec_dai->component->name_prefix); in asoc_sdw_bridge_cs35l56_asp_init()
133 (*codec_conf)->name_prefix = bridge_cs35l56_name_prefixes[i]; in asoc_sdw_bridge_cs35l56_add_sidecar()
H A Dsoc_sdw_rt_amp.c200 if (strstr(codec_dai->component->name_prefix, "-1")) in asoc_sdw_rt_amp_spk_rtd_init()
202 else if (strstr(codec_dai->component->name_prefix, "-2")) in asoc_sdw_rt_amp_spk_rtd_init()
H A Dsoc_sdw_maxim.c58 codec_dai->component->name_prefix); in asoc_sdw_mx8373_enable_spk_pin()
/linux/sound/soc/intel/boards/
H A Dsof_maxim_common.c57 .name_prefix = "Right",
61 .name_prefix = "Left",
208 codec_dai->component->name_prefix); in max_98373_trigger()
323 .name_prefix = "Left",
327 .name_prefix = "Right",
334 .name_prefix = "Right",
338 .name_prefix = "Left",
342 .name_prefix = "Tweeter Right",
346 .name_prefix = "Tweeter Left",
H A Dsof_realtek_common.c80 .name_prefix = "Left",
84 .name_prefix = "Right",
91 .name_prefix = "WL",
95 .name_prefix = "WR",
99 .name_prefix = "TL",
103 .name_prefix = "TR",
461 .name_prefix = "Left",
465 .name_prefix = "Right",
/linux/sound/soc/codecs/
H A Dframer-codec.c314 if (component->name_prefix) { in framer_component_probe()
315 name = kasprintf(GFP_KERNEL, "%s carrier", component->name_prefix); in framer_component_probe()
321 if (component->name_prefix) in framer_component_probe()
H A Drt9123.c113 if (comp && comp->name_prefix) in rt9123_kcontrol_name_comp()
114 kctlname += strlen(comp->name_prefix) + 1; in rt9123_kcontrol_name_comp()
H A Dtas2781-i2c.c1662 if (tas_priv->name_prefix) in tasdevice_fw_ready()
1664 tas_priv->name_prefix, tas_priv->dev_name); in tasdevice_fw_ready()
1696 if (tas_priv->name_prefix) in tasdevice_fw_ready()
1699 tas_priv->name_prefix, in tasdevice_fw_ready()
1726 if (tas_priv->name_prefix) in tasdevice_fw_ready()
1728 GFP_KERNEL, "%s_acoustic_ctl", tas_priv->name_prefix); in tasdevice_fw_ready()
1937 tas_priv->name_prefix = codec->name_prefix; in tasdevice_codec_probe()
/linux/sound/soc/qcom/
H A Dsdm845.c151 if (!strcmp(codec_dai->component->name_prefix, "Left")) { in sdm845_tdm_snd_hw_params()
163 if (!strcmp(codec_dai->component->name_prefix, "Right")) { in sdm845_tdm_snd_hw_params()
386 if (!strcmp(codec_dai->component->name_prefix, in sdm845_snd_startup()
397 if (!strcmp(codec_dai->component->name_prefix, in sdm845_snd_startup()
/linux/include/sound/
H A Dsoc-acpi.h114 * @name_prefix: string used for codec controls
120 const char *name_prefix; member

12