Lines Matching defs:snd_pcxhr
167 struct snd_pcxhr { struct
168 struct snd_card *card;
169 struct pcxhr_mgr *mgr;
170 int chip_idx; /* zero based */
172 struct snd_pcm *pcm; /* PCM */
174 struct pcxhr_pipe playback_pipe; /* 1 stereo pipe only */
175 struct pcxhr_pipe capture_pipe[2]; /* 1 stereo or 2 mono pipes */
177 struct pcxhr_stream playback_stream[PCXHR_PLAYBACK_STREAMS];
178 struct pcxhr_stream capture_stream[2]; /* 1 stereo or 2 mono streams */
179 int nb_streams_play;
180 int nb_streams_capt;
182 int analog_playback_active[2]; /* Mixer : Master Playback !mute */
183 int analog_playback_volume[2]; /* Mixer : Master Playback Volume */
207 int pcxhr_create_pcm(struct snd_pcxhr *chip); argument