Searched defs:snd_mixart (Results 1 – 1 of 1) sorted by relevance
169 struct snd_mixart { struct170 struct snd_card *card;171 struct mixart_mgr *mgr;172 int chip_idx; /* zero based */173 struct snd_hwdep *hwdep; /* DSP loader, only for the first card */175 struct snd_pcm *pcm; /* PCM analog i/o */176 struct snd_pcm *pcm_dig; /* PCM digital i/o */179 struct mixart_pipe pipe_in_ana;180 struct mixart_pipe pipe_out_ana;183 struct mixart_pipe pipe_in_dig;[all …]