Home
last modified time | relevance | path

Searched refs:pcm_name (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/sound/soc/codecs/
Dhdac_hda.c279 const char *pcm_name; in snd_soc_find_pcm_from_dai() local
283 pcm_name = "Analog"; in snd_soc_find_pcm_from_dai()
286 pcm_name = "Digital"; in snd_soc_find_pcm_from_dai()
289 pcm_name = "Alt Analog"; in snd_soc_find_pcm_from_dai()
297 if (strpbrk(cpcm->name, pcm_name)) in snd_soc_find_pcm_from_dai()
/Linux-v5.4/drivers/usb/gadget/function/
Du_audio.h76 int g_audio_setup(struct g_audio *g_audio, const char *pcm_name,
Du_audio.c492 int g_audio_setup(struct g_audio *g_audio, const char *pcm_name, in g_audio_setup() argument
571 err = snd_pcm_new(uac->card, pcm_name, 0, in g_audio_setup()
576 strlcpy(pcm->name, pcm_name, sizeof(pcm->name)); in g_audio_setup()
/Linux-v5.4/include/uapi/sound/
Dasoc.h513 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
613 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/Linux-v5.4/sound/soc/sof/
Dcore.c99 const char *pcm_name, int dir) in snd_sof_find_swidget_sname() argument
110 if (!strcmp(pcm_name, swidget->widget->sname) && swidget->id == type) in snd_sof_find_swidget_sname()
Dsof-priv.h496 const char *pcm_name,
Dpcm.c576 dev_dbg(sdev->dev, "creating new PCM %s\n", spcm->pcm.pcm_name); in sof_pcm_new()
/Linux-v5.4/sound/soc/
Dsoc-topology.c1894 if (strlen(pcm->pcm_name)) { in soc_tplg_fe_link_create()
1895 link->name = kstrdup(pcm->pcm_name, GFP_KERNEL); in soc_tplg_fe_link_create()
1896 link->stream_name = kstrdup(pcm->pcm_name, GFP_KERNEL); in soc_tplg_fe_link_create()
2000 memcpy(dest->pcm_name, src_v4->pcm_name, SNDRV_CTL_ELEM_ID_NAME_MAXLEN); in pcm_new_ver()