Lines Matching defs:snd_harmony
16 struct snd_harmony { struct
17 int irq;
19 unsigned long hpa; /* hard physical address */
20 void __iomem *iobase; /* remapped io address */
22 struct parisc_device *dev;
24 struct {
31 } st;
33 struct snd_dma_device dma; /* playback/capture */
34 struct harmony_buffer pbuf;
35 struct harmony_buffer cbuf;
37 struct snd_dma_buffer gdma; /* graveyard */
38 struct snd_dma_buffer sdma; /* silence */
40 struct {
45 } stats;
47 struct snd_pcm *pcm;
48 struct snd_card *card;
49 struct snd_pcm_substream *psubs;
50 struct snd_pcm_substream *csubs;
51 struct snd_info_entry *proc;
53 spinlock_t lock;
54 spinlock_t mixer_lock;