Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr.h153 struct snd_pcxhr { struct
154 struct snd_card *card;
155 struct pcxhr_mgr *mgr;
156 int chip_idx; /* zero based */
158 struct snd_pcm *pcm; /* PCM */
160 struct pcxhr_pipe playback_pipe; /* 1 stereo pipe only */
161 struct pcxhr_pipe capture_pipe[2]; /* 1 stereo or 2 mono pipes */
163 struct pcxhr_stream playback_stream[PCXHR_PLAYBACK_STREAMS];
165 int nb_streams_play;
166 int nb_streams_capt;
[all …]