Searched defs:cx23885_audio_dev (Results 1 – 1 of 1) sorted by relevance
332 struct cx23885_audio_dev { struct333 struct cx23885_dev *dev;335 struct pci_dev *pci;337 struct snd_card *card;339 spinlock_t lock;341 atomic_t count;343 unsigned int dma_size;344 unsigned int period_size;345 unsigned int num_periods;347 struct cx23885_audio_buffer *buf;[all …]