Searched defs:vx_core (Results 1 – 2 of 2) sorted by relevance
153 struct vx_core { struct155 struct snd_card *card;156 struct snd_pcm *pcm[VX_MAX_CODECS];157 int type; /* VX_TYPE_XXX */159 int irq;163 struct snd_vx_hardware *hw;164 struct snd_vx_ops *ops;166 struct mutex lock;168 unsigned int chip_status;169 unsigned int pcm_running;[all …]
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 …]