|
Linux Kernel
3.7.1
|
#include <pd-common.h>
Data Fields | |
| struct urb * | urb_array [AUDIO_BUFS] |
| unsigned int | copied_position |
| struct snd_pcm_substream * | capture_pcm_substream |
| unsigned int | rcv_position |
| struct snd_card * | card |
| int | card_close |
| int | users |
| int | pm_state |
| enum pcm_stream_state | capture_stream |
Definition at line 102 of file pd-common.h.
| struct snd_pcm_substream* capture_pcm_substream |
Definition at line 105 of file pd-common.h.
| enum pcm_stream_state capture_stream |
Definition at line 113 of file pd-common.h.
Definition at line 108 of file pd-common.h.
| int card_close |
Definition at line 109 of file pd-common.h.
| unsigned int copied_position |
Definition at line 104 of file pd-common.h.
| int pm_state |
Definition at line 112 of file pd-common.h.
| unsigned int rcv_position |
Definition at line 107 of file pd-common.h.
| struct urb* urb_array[AUDIO_BUFS] |
Definition at line 103 of file pd-common.h.
| int users |
Definition at line 111 of file pd-common.h.
1.8.2