Searched defs:bcm2835_alsa_stream (Results 1 – 1 of 1) sorted by relevance
118 struct bcm2835_alsa_stream { struct119 struct bcm2835_chip *chip;120 struct snd_pcm_substream *substream;121 struct snd_pcm_indirect pcm_indirect;123 spinlock_t lock;125 int open;126 int running;127 int draining;129 int channels;130 int params_rate;[all …]