Searched defs:vx_core (Results 1 – 1 of 1) sorted by relevance
161 struct vx_core { struct163 struct snd_card *card;164 struct snd_pcm *pcm[VX_MAX_CODECS];165 int type; /* VX_TYPE_XXX */167 int irq;171 struct snd_vx_hardware *hw;172 struct snd_vx_ops *ops;174 spinlock_t lock;175 spinlock_t irq_lock;176 struct tasklet_struct tq;[all …]