Searched defs:cx23885_audio_dev (Results 1 – 1 of 1) sorted by relevance
333 struct cx23885_audio_dev { struct334 struct cx23885_dev *dev;336 struct pci_dev *pci;338 struct snd_card *card;340 spinlock_t lock;342 atomic_t count;344 unsigned int dma_size;345 unsigned int period_size;346 unsigned int num_periods;348 struct cx23885_audio_buffer *buf;[all …]