Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
Dmapper.c108 snd_pcm_access_name(mapper->access)); in mapper_context_pre_process()
Dxfer.c209 snd_pcm_access_name(*access)); in xfer_context_pre_process()
/third_party/alsa-lib/src/pcm/
Dpcm.c1565 SNDMSG("invalid access type %s", snd_pcm_access_name(pcm->access)); in snd_pcm_writei()
1604 SNDMSG("invalid access type %s", snd_pcm_access_name(pcm->access)); in snd_pcm_writen()
1643 SNDMSG("invalid access type %s", snd_pcm_access_name(pcm->access)); in snd_pcm_readi()
1682 SNDMSG("invalid access type %s", snd_pcm_access_name(pcm->access)); in snd_pcm_readn()
2107 const char *snd_pcm_access_name(const snd_pcm_access_t acc) in snd_pcm_access_name() function
2289 snd_output_printf(out, " access : %s\n", snd_pcm_access_name(pcm->access)); in snd_pcm_dump_hw_setup()
Dpcm_params.c43 fprintf(stderr, "%s", snd_pcm_access_name(val)); in dump_hw_params()
1231 s = snd_pcm_access_name(k); in snd_pcm_hw_param_dump()
/third_party/alsa-lib/include/
Dpcm.h1078 const char *snd_pcm_access_name(const snd_pcm_access_t _access);
/third_party/alsa-utils/alsaloop/
Dpcmjob.c2069 …OUT(" access = %s, format = %s, rate = %u, channels = %u\n", snd_pcm_access_name(lhandle->acces… in show_handle()