Home
last modified time | relevance | path

Searched refs:tplg_suffix (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-ssp-common.c15 .tplg_suffix = s, \
22 const char *tplg_suffix; member
143 return codecs[i].tplg_suffix; in snd_soc_acpi_intel_get_codec_tplg_suffix()
159 return amps[i].tplg_suffix; in snd_soc_acpi_intel_get_amp_tplg_suffix()
/linux/sound/soc/sof/intel/
H A Dhda.c1222 const char *tplg_suffix; in hda_machine_select() local
1402 tplg_suffix = snd_soc_acpi_intel_get_amp_tplg_suffix(amp_type); in hda_machine_select()
1403 if (!tplg_suffix) { in hda_machine_select()
1412 tplg_suffix); in hda_machine_select()
1423 tplg_suffix = snd_soc_acpi_intel_get_codec_tplg_suffix(codec_type); in hda_machine_select()
1424 if (!tplg_suffix) { in hda_machine_select()
1433 tplg_suffix); in hda_machine_select()