tag | line | file | source code |
SOUND_PCM | 155 | include/linux/soundcard.h | #define SOUND_PCM_READ_RATE (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_RATE ) |
SOUND_PCM | 156 | include/linux/soundcard.h | #define SOUND_PCM_READ_CHANNELS (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_CHANNELS) |
SOUND_PCM | 157 | include/linux/soundcard.h | #define SOUND_PCM_READ_BITS (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_BITS ) |
SOUND_PCM | 158 | include/linux/soundcard.h | #define SOUND_PCM_READ_FILTER (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_FILTER ) |
SOUND_PCM | 160 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_RATE (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_RATE ) |
SOUND_PCM | 161 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_CHANNELS (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_CHANNELS) |
SOUND_PCM | 162 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_BITS (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_BITS ) |
SOUND_PCM | 163 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_FILTER (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_FILTER ) |