Lines Matching defs:snd_pcm_runtime
100901 struct snd_pcm_runtime { struct
100902 struct snd_pcm_substream *trigger_master;
100903 struct timespec trigger_tstamp;
100904 bool trigger_tstamp_latched;
100905 int overrange;
100906 snd_pcm_uframes_t avail_max;
100907 snd_pcm_uframes_t hw_ptr_base;
100908 snd_pcm_uframes_t hw_ptr_interrupt;
100909 long unsigned int hw_ptr_jiffies;
100910 long unsigned int hw_ptr_buffer_jiffies;
100911 snd_pcm_sframes_t delay;
100912 u64 hw_ptr_wrap;
100913 snd_pcm_access_t access;
100914 snd_pcm_format_t format;
100915 snd_pcm_subformat_t subformat;
100916 unsigned int rate;
100917 unsigned int channels;
100918 snd_pcm_uframes_t period_size;
100919 unsigned int periods;
100920 snd_pcm_uframes_t buffer_size;
100921 snd_pcm_uframes_t min_align;
100922 size_t byte_align;
100923 unsigned int frame_bits;
100947 void (*private_free)(struct snd_pcm_runtime *); argument
100948 struct snd_pcm_hardware hw;
100949 struct snd_pcm_hw_constraints hw_constraints;
100950 unsigned int timer_resolution;
100951 int tstamp_type;
100952 unsigned char *dma_area;
100953 dma_addr_t dma_addr;
100954 size_t dma_bytes;
100955 struct snd_dma_buffer *dma_buffer_p;
100956 unsigned int buffer_changed: 1;
100957 struct snd_pcm_audio_tstamp_config audio_tstamp_config;
100958 struct snd_pcm_audio_tstamp_report audio_tstamp_report;
100959 struct timespec driver_tstamp;