Lines Matching defs:snd_harmony
17 struct snd_harmony { struct
18 int irq;
20 unsigned long hpa; /* hard physical address */
21 void __iomem *iobase; /* remapped io address */
23 struct parisc_device *dev;
25 struct {
32 } st;
34 struct snd_dma_device dma; /* playback/capture */
35 struct harmony_buffer pbuf;
36 struct harmony_buffer cbuf;
38 struct snd_dma_buffer gdma; /* graveyard */
39 struct snd_dma_buffer sdma; /* silence */
41 struct {
46 } stats;
48 struct snd_pcm *pcm;
49 struct snd_card *card;
50 struct snd_pcm_substream *psubs;
51 struct snd_pcm_substream *csubs;
52 struct snd_info_entry *proc;
54 spinlock_t lock;
55 spinlock_t mixer_lock;