Searched defs:snd_harmony (Results 1 – 1 of 1) sorted by relevance
17 struct snd_harmony { struct18 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;[all …]