Home
last modified time | relevance | path

Searched defs:snd_cs4231 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/sparc/
H A Dcs4231.c80 struct snd_cs4231 { struct
81 spinlock_t lock; /* registers access lock */
82 void __iomem *port;
84 struct cs4231_dma_control p_dma;
85 struct cs4231_dma_control c_dma;
87 u32 flags;
92 struct snd_card *card;
93 struct snd_pcm *pcm;
117 struct snd_cs4231 *next; argument