Searched refs:cpu_dai_name (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/intel/boards/ |
| H A D | sof_sdw.c | 1077 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", i); in create_ssp_dailinks() local 1080 if (!name || !cpu_dai_name || !codec_name) in create_ssp_dailinks() 1087 playback, capture, cpu_dai_name, in create_ssp_dailinks() 1145 char *cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "iDisp%d Pin", i + 1); in create_hdmi_dailinks() local 1146 if (!name || !cpu_dai_name) in create_hdmi_dailinks() 1165 cpu_dai_name, "dummy", in create_hdmi_dailinks() 1182 char *cpu_dai_name; in create_bt_dailinks() local 1193 cpu_dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", port); in create_bt_dailinks() 1194 if (!name || !cpu_dai_name) in create_bt_dailinks() 1198 1, 1, cpu_dai_name, "dummy", in create_bt_dailinks()
|
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_utils.c | 1806 const char *cpu_dai_name, const char *platform_comp_name, in asoc_sdw_parse_sdw_endpoints() 1815 if (!dlc || !name || !cpu_dai_name || !platform_comp_name || !codec_name || !codec_dai_name) in asoc_sdw_parse_sdw_endpoints() 1818 dlc[0].dai_name = cpu_dai_name; in asoc_sdw_parse_sdw_endpoints() 1530 asoc_sdw_init_simple_dai_link(struct device * dev,struct snd_soc_dai_link * dai_links,int * be_id,char * name,int playback,int capture,const char * cpu_dai_name,const char * platform_comp_name,const char * codec_name,const char * codec_dai_name,int no_pcm,int (* init)(struct snd_soc_pcm_runtime * rtd),const struct snd_soc_ops * ops) asoc_sdw_init_simple_dai_link() argument
|