tag | line | file | source code |
SOUND_BASE | 117 | include/linux/soundcard.h | #define SOUND_MIXER_READ_VOLUME (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_VOLUME ) |
SOUND_BASE | 118 | include/linux/soundcard.h | #define SOUND_MIXER_READ_BASS (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_BASS ) |
SOUND_BASE | 119 | include/linux/soundcard.h | #define SOUND_MIXER_READ_TREBLE (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_TREBLE ) |
SOUND_BASE | 120 | include/linux/soundcard.h | #define SOUND_MIXER_READ_MIDI (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_MIDI ) |
SOUND_BASE | 121 | include/linux/soundcard.h | #define SOUND_MIXER_READ_PCM (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_PCM ) |
SOUND_BASE | 122 | include/linux/soundcard.h | #define SOUND_MIXER_READ_SPEAKER (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_SPEAKER) |
SOUND_BASE | 123 | include/linux/soundcard.h | #define SOUND_MIXER_READ_LINE (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_LINE ) |
SOUND_BASE | 124 | include/linux/soundcard.h | #define SOUND_MIXER_READ_MIC (SOUND_BASE | SOUND_MIXER | SOUND_READ | SOUND_MIXER_MIC ) |
SOUND_BASE | 126 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_VOLUME (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_VOLUME ) |
SOUND_BASE | 127 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_BASS (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_BASS ) |
SOUND_BASE | 128 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_TREBLE (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_TREBLE ) |
SOUND_BASE | 129 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_MIDI (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_MIDI ) |
SOUND_BASE | 130 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_PCM (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_PCM ) |
SOUND_BASE | 131 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_SPEAKER (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_SPEAKER) |
SOUND_BASE | 132 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_LINE (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_LINE ) |
SOUND_BASE | 133 | include/linux/soundcard.h | #define SOUND_MIXER_WRITE_MIC (SOUND_BASE | SOUND_MIXER | SOUND_WRITE | SOUND_MIXER_MIC ) |
SOUND_BASE | 155 | include/linux/soundcard.h | #define SOUND_PCM_READ_RATE (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_RATE ) |
SOUND_BASE | 156 | include/linux/soundcard.h | #define SOUND_PCM_READ_CHANNELS (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_CHANNELS) |
SOUND_BASE | 157 | include/linux/soundcard.h | #define SOUND_PCM_READ_BITS (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_BITS ) |
SOUND_BASE | 158 | include/linux/soundcard.h | #define SOUND_PCM_READ_FILTER (SOUND_BASE | SOUND_PCM | SOUND_READ | SOUND_FILTER ) |
SOUND_BASE | 160 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_RATE (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_RATE ) |
SOUND_BASE | 161 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_CHANNELS (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_CHANNELS) |
SOUND_BASE | 162 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_BITS (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_BITS ) |
SOUND_BASE | 163 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_FILTER (SOUND_BASE | SOUND_PCM | SOUND_WRITE | SOUND_FILTER ) |