Lines Matching defs:snd_card_asihpi_pcm
128 struct snd_card_asihpi_pcm { struct
129 struct timer_list timer;
130 unsigned int respawn_timer;
131 unsigned int hpi_buffer_attached;
132 unsigned int buffer_bytes;
133 unsigned int period_bytes;
134 unsigned int bytes_per_sec;
135 unsigned int pcm_buf_host_rw_ofs; /* Host R/W pos */
136 unsigned int pcm_buf_dma_ofs; /* DMA R/W offset in buffer */
137 unsigned int pcm_buf_elapsed_dma_ofs; /* DMA R/W offset in buffer */
138 unsigned int drained_count;
139 struct snd_pcm_substream *substream;
140 u32 h_stream;
141 struct hpi_format format;