Searched defs:cx23885_audio_dev (Results 1 – 1 of 1) sorted by relevance
342 struct cx23885_audio_dev { struct343 struct cx23885_dev *dev;345 struct pci_dev *pci;347 struct snd_card *card;349 spinlock_t lock;351 atomic_t count;353 unsigned int dma_size;354 unsigned int period_size;355 unsigned int num_periods;357 struct cx23885_audio_buffer *buf;[all …]