Home
last modified time | relevance | path

Searched refs:cpu_dai_name (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/sound/soc/intel/boards/
H A Dsof_sdw.c986 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", i); in create_ssp_dailinks() local
989 if (!name || !cpu_dai_name || !codec_name) in create_ssp_dailinks()
996 playback, capture, cpu_dai_name, in create_ssp_dailinks()
1057 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "iDisp%d Pin", i + 1); in create_hdmi_dailinks() local
1058 if (!name || !cpu_dai_name) in create_hdmi_dailinks()
1077 cpu_dai_name, platform_component->name, in create_hdmi_dailinks()
1097 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", port); in create_bt_dailinks() local
1098 if (!name || !cpu_dai_name) in create_bt_dailinks()
1104 1, 1, cpu_dai_name, platform_component->name, in create_bt_dailinks()
/linux-6.15/Documentation/sound/soc/
H A Dcodec-to-codec.rst66 .cpu_dai_name = "samsung-i2s.0",
79 .cpu_dai_name = "wm0010-sdi2",
H A Dmachine.rst66 .cpu_dai_name = "pxa-is2-dai",
H A Ddpcm.rst364 .cpu_dai_name = "dai2",
/linux-6.15/include/sound/
H A Dsoc_sdw_utils.h161 const char *cpu_dai_name, const char *platform_comp_name,
/linux-6.15/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1061 const char *cpu_dai_name, const char *platform_comp_name, in asoc_sdw_init_simple_dai_link() argument
1071 if (!dlc || !name || !cpu_dai_name || !platform_comp_name || !codec_name || !codec_dai_name) in asoc_sdw_init_simple_dai_link()
1074 dlc[0].dai_name = cpu_dai_name; in asoc_sdw_init_simple_dai_link()