Home
last modified time | relevance | path

Searched defs:snd_pcxhr (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/sound/pci/pcxhr/
Dpcxhr.h170 struct snd_pcxhr { struct
171 struct snd_card *card;
172 struct pcxhr_mgr *mgr;
173 int chip_idx; /* zero based */
175 struct snd_pcm *pcm; /* PCM */
177 struct pcxhr_pipe playback_pipe; /* 1 stereo pipe only */
178 struct pcxhr_pipe capture_pipe[2]; /* 1 stereo or 2 mono pipes */
180 struct pcxhr_stream playback_stream[PCXHR_PLAYBACK_STREAMS];
181 struct pcxhr_stream capture_stream[2]; /* 1 stereo or 2 mono streams */
182 int nb_streams_play;
[all …]