Lines Matching defs:snd_mixart
173 struct snd_mixart { struct
174 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;
188 struct mixart_pipe pipe_out_dig;
190 …ixart_stream playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = pcm_dig */
191 …ixart_stream capture_stream[MIXART_PCM_TOTAL]; /* 0 = pcm, 1 = pcm_dig */
194 struct mixart_uid uid_out_analog_physio;
195 struct mixart_uid uid_in_analog_physio;
197 int analog_playback_active[2]; /* Mixer : Master Playback active (!mute) */
198 int analog_playback_volume[2]; /* Mixer : Master Playback Volume */
199 int analog_capture_volume[2]; /* Mixer : Master Capture Volume */
200 …RT_PLAYBACK_STREAMS][2]; /* Mixer : Digital Playback Active [(analog+AES output)*streams][stereo]*/
224 int snd_mixart_create_pcm(struct snd_mixart * chip); argument