Home
last modified time | relevance | path

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

/linux/sound/soc/intel/boards/
H A Dsof_sdw.c1065 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", i); in create_ssp_dailinks() local
1068 if (!name || !cpu_dai_name || !codec_name) in create_ssp_dailinks()
1075 playback, capture, cpu_dai_name, in create_ssp_dailinks()
1133 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "iDisp%d Pin", i + 1); in create_hdmi_dailinks() local
1134 if (!name || !cpu_dai_name) in create_hdmi_dailinks()
1153 cpu_dai_name, "dummy", in create_hdmi_dailinks()
1170 char *cpu_dai_name; in create_bt_dailinks() local
1181 cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", port); in create_bt_dailinks()
1182 if (!name || !cpu_dai_name) in create_bt_dailinks()
1186 1, 1, cpu_dai_name, "dummy", in create_bt_dailinks()
/linux/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/include/sound/
H A Dsoc_sdw_utils.h170 const char *cpu_dai_name, const char *platform_comp_name,
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1322 const char *cpu_dai_name, const char *platform_comp_name, in asoc_sdw_init_simple_dai_link() argument
1331 if (!dlc || !name || !cpu_dai_name || !platform_comp_name || !codec_name || !codec_dai_name) in asoc_sdw_init_simple_dai_link()
1334 dlc[0].dai_name = cpu_dai_name; in asoc_sdw_init_simple_dai_link()