• Home
  • Raw
  • Download

Lines Matching defs:pcm

154 	snd_pcm_t *pcm = file->gen.slave;  in snd_pcm_file_replace_fname()  local
290 static int snd_pcm_file_areas_read_infile(snd_pcm_t *pcm, in snd_pcm_file_areas_read_infile()
325 static void setup_wav_header(snd_pcm_t *pcm, struct wav_fmt *fmt) in setup_wav_header()
338 static int write_wav_header(snd_pcm_t *pcm) in write_wav_header()
389 static void fixup_wav_header(snd_pcm_t *pcm) in fixup_wav_header()
418 static int snd_pcm_file_write_bytes(snd_pcm_t *pcm, size_t bytes) in snd_pcm_file_write_bytes()
458 static int snd_pcm_file_add_frames(snd_pcm_t *pcm, in snd_pcm_file_add_frames()
492 static int snd_pcm_file_close(snd_pcm_t *pcm) in snd_pcm_file_close()
512 static int snd_pcm_file_reset(snd_pcm_t *pcm) in snd_pcm_file_reset()
524 static int snd_pcm_file_drop(snd_pcm_t *pcm) in snd_pcm_file_drop()
537 static int snd_pcm_file_drain(snd_pcm_t *pcm) in snd_pcm_file_drain()
550 static snd_pcm_sframes_t snd_pcm_file_rewindable(snd_pcm_t *pcm) in snd_pcm_file_rewindable()
560 static snd_pcm_sframes_t snd_pcm_file_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_file_rewind()
578 static snd_pcm_sframes_t snd_pcm_file_forwardable(snd_pcm_t *pcm) in snd_pcm_file_forwardable()
588 static snd_pcm_sframes_t snd_pcm_file_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_file_forward()
607 static snd_pcm_sframes_t snd_pcm_file_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t … in snd_pcm_file_writei()
625 static snd_pcm_sframes_t snd_pcm_file_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_file_writen()
643 static snd_pcm_sframes_t snd_pcm_file_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) in snd_pcm_file_readi()
667 static snd_pcm_sframes_t snd_pcm_file_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) in snd_pcm_file_readn()
690 static snd_pcm_sframes_t snd_pcm_file_mmap_commit(snd_pcm_t *pcm, in snd_pcm_file_mmap_commit()
714 static int snd_pcm_file_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, in snd_pcm_file_mmap_begin()
737 static int snd_pcm_file_hw_free(snd_pcm_t *pcm) in snd_pcm_file_hw_free()
751 static int snd_pcm_file_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t * params) in snd_pcm_file_hw_params()
809 static void snd_pcm_file_dump(snd_pcm_t *pcm, snd_output_t *out) in snd_pcm_file_dump()
904 snd_pcm_t *pcm; in snd_pcm_file_open() local