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