Lines Matching defs:pcm
409 /* get pcm */
411 if (!value) /* take pcm from verb playback default */
412 pa_log("UCM playback device %s fetch pcm failed", device_name);
430 /* get pcm */
432 if (!value) /* take pcm from verb capture default */
433 pa_log("UCM capture device %s fetch pcm failed", device_name);
722 /* if modifier has no specific pcm, we add role intent to its supported devices */
1667 } else if (!m->ucm_context.ucm_modifiers) /* share pcm with device */
1886 static void mapping_init_eld(pa_alsa_mapping *m, snd_pcm_t *pcm)
1896 if (snd_pcm_info(pcm, info) < 0)
1916 snd_pcm_t* pcm;
1933 pcm = pa_alsa_open_by_device_string(m->device_strings[0], NULL, &try_ss,
1936 if (pcm) {
1939 mapping_init_eld(m, pcm);
1942 return pcm;