Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_OGAIN (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/oss/
Dad1848_mixer.h120 MIX_ENT(SOUND_MIXER_OGAIN, 0, 0, 0, 0, 0, 0, 0, 0, 8),
140 MIX_ENT(SOUND_MIXER_OGAIN, 0, 0, 0, 0, 0, 0, 0, 0, 8),
166 MIX_ENT(SOUND_MIXER_OGAIN, 0, 0, 0, 0, 0, 0, 0, 0, 8),
191 MIX_ENT(SOUND_MIXER_OGAIN, 0, 0, 0, 0, 0, 0, 0, 0, 8),
215 MIX_ENT (SOUND_MIXER_OGAIN, 17, 1, 6, 1, 0, 0, 0, 0, 8),
Dsb_ess.c1382 #define ES_REC_MIXER_RECOGAIN (SOUND_MIXER_OGAIN + ES_REC_MIXER_RECDIFF)
1401 MIX_ENT(SOUND_MIXER_OGAIN, 0x00, 0, 0, 0x00, 0, 0),
1428 MIX_ENT(SOUND_MIXER_OGAIN, 0x00, 0, 0, 0x00, 0, 0),
1448 MIX_ENT(SOUND_MIXER_OGAIN, 0x00, 0, 0, 0x00, 0, 0),
1472 MIX_ENT(SOUND_MIXER_OGAIN, 0x00, 0, 0, 0x00, 0, 0),
1511 MIX_ENT(SOUND_MIXER_OGAIN, 0x00, 0, 0, 0x00, 0, 0),
Dsb_mixer.c95 MIX_ENT(SOUND_MIXER_OGAIN, 0x41, 7, 2, 0x42, 7, 2)
113 MIX_ENT(SOUND_MIXER_OGAIN, 0x00, 0, 0, 0x00, 0, 0)
/linux-4.4.14/include/uapi/linux/
Dsoundcard.h760 #define SOUND_MIXER_OGAIN 13 /* Output gain */ macro
832 #define SOUND_MASK_OGAIN (1 << SOUND_MIXER_OGAIN)
864 #define SOUND_MIXER_READ_OGAIN MIXER_READ(SOUND_MIXER_OGAIN)
894 #define SOUND_MIXER_WRITE_OGAIN MIXER_WRITE(SOUND_MIXER_OGAIN)
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt229 SOUND_MIXER_OGAIN Playback 0
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c1287 { SOUND_MIXER_OGAIN, "Playback", 0 }, in snd_mixer_oss_build()