Searched defs:vx_core (Results 1 – 1 of 1) sorted by relevance
140 struct vx_core { struct142 struct snd_card *card;143 struct snd_pcm *pcm[VX_MAX_CODECS];144 int type; /* VX_TYPE_XXX */146 int irq;150 const struct snd_vx_hardware *hw;151 const struct snd_vx_ops *ops;153 struct mutex lock;155 unsigned int chip_status;156 unsigned int pcm_running;[all …]