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