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