Searched defs:snd_mixart (Results 1 – 1 of 1) sorted by relevance
152 struct snd_mixart { struct153 struct snd_card *card;154 struct mixart_mgr *mgr;155 int chip_idx; /* zero based */156 struct snd_hwdep *hwdep; /* DSP loader, only for the first card */158 struct snd_pcm *pcm; /* PCM analog i/o */159 struct snd_pcm *pcm_dig; /* PCM digital i/o */162 struct mixart_pipe pipe_in_ana;163 struct mixart_pipe pipe_out_ana;166 struct mixart_pipe pipe_in_dig;[all …]