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