Home
last modified time | relevance | path

Searched refs:set_chmap (Results 1 - 25 of 29) sorted by relevance

12

/third_party/alsa-lib/test/
H A Dchmap.c104 static int set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, in set_chmap() function
210 return set_chmap(pcm, format, channels, rate, in main()
/third_party/alsa-lib/include/
H A Dpcm_extplug.h170 int (*set_chmap)(snd_pcm_extplug_t *ext, const snd_pcm_chmap_t *map); member
H A Dpcm_ioplug.h213 int (*set_chmap)(snd_pcm_ioplug_t *io, const snd_pcm_chmap_t *map); member
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c455 ext->data->callback->set_chmap) in snd_pcm_extplug_set_chmap()
456 return ext->data->callback->set_chmap(ext->data, map); in snd_pcm_extplug_set_chmap()
475 .set_chmap = snd_pcm_extplug_set_chmap,
H A Dpcm_copy.c170 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_ioplug.c868 io->data->callback->set_chmap) in snd_pcm_ioplug_set_chmap()
869 return io->data->callback->set_chmap(io->data, map); in snd_pcm_ioplug_set_chmap()
925 .set_chmap = snd_pcm_ioplug_set_chmap,
H A Dpcm_lfloat.c367 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_linear.c411 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_mulaw.c422 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_null.c340 .set_chmap = NULL,
H A Dpcm_mmap_emul.c371 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_adpcm.c535 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_alaw.c409 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_hooks.c170 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_iec958.c546 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_dsnoop.c479 .set_chmap = snd_pcm_direct_set_chmap,
H A Dpcm_dshare.c607 .set_chmap = snd_pcm_direct_set_chmap,
H A Dpcm_dmix.c911 .set_chmap = snd_pcm_direct_set_chmap,
H A Dpcm_meter.c525 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_plug.c1131 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_route.c895 This is important in case set_chmap is not implemented. */ in route_chmap_init()
927 .set_chmap = NULL, /* NYI */
H A Dpcm_softvol.c893 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_file.c843 .set_chmap = snd_pcm_generic_set_chmap,
H A Dpcm_local.h158 int (*set_chmap)(snd_pcm_t *pcm, const snd_pcm_chmap_t *map); member
H A Dpcm_hw.c1538 .set_chmap = snd_pcm_hw_set_chmap,

Completed in 30 milliseconds

12