Searched refs:SOUND_MIXER_SPEAKER (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/sound/oss/ |
D | ad1848_mixer.h | 112 MIX_ENT(SOUND_MIXER_SPEAKER, 26, 1, 0, 4, 0, 0, 0, 0, 8), 132 MIX_ENT(SOUND_MIXER_SPEAKER, 26, 1, 0, 4, 0, 0, 0, 0, 8), 154 MIX_ENT(SOUND_MIXER_SPEAKER, 26, 1, 0, 4, 0, 0, 0, 0, 8), 183 MIX_ENT(SOUND_MIXER_SPEAKER, 22, 1, 1, 5, 23, 1, 1, 5, 7), 204 MIX_ENT (SOUND_MIXER_SPEAKER, 18, 0, 3, 2, 0, 0, 0, 0, 8),
|
D | sb_mixer.c | 72 MIX_ENT(SOUND_MIXER_SPEAKER, 0x00, 0, 0, 0x00, 0, 0), 87 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3b, 7, 2, 0x00, 0, 0), 105 MIX_ENT(SOUND_MIXER_SPEAKER, 0x00, 0, 0, 0x00, 0, 0),
|
D | sb_ess.c | 1374 #define ES_REC_MIXER_RECSPEAKER (SOUND_MIXER_SPEAKER + ES_REC_MIXER_RECDIFF) 1393 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1420 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1440 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1464 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1503 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0),
|
D | pas2_mixer.c | 155 case SOUND_MIXER_SPEAKER: /* PC speaker (0-31) */ in pas_mixer_set()
|
D | trix.c | 261 AD1848_REROUTE(SOUND_MIXER_SPEAKER, SOUND_MIXER_ALTPCM); /* SB */ in init_trix_wss()
|
D | swarm_cs4297a.c | 384 [SOUND_MIXER_SPEAKER] = 7, // Speaker in cs_printioctl() 521 case SOUND_MIXER_SPEAKER: in cs_printioctl() 1176 [SOUND_MIXER_SPEAKER] = 7, // Speaker in mixer_ioctl() 1379 case SOUND_MIXER_SPEAKER: in mixer_ioctl()
|
D | waveartist.c | 1946 if ((cmd & 0xff) == SOUND_MIXER_SPEAKER) { in vnc_private_ioctl() 1955 devc->levels[SOUND_MIXER_SPEAKER] = val | (val << 8); in vnc_private_ioctl()
|
/linux-4.1.27/include/uapi/linux/ |
D | soundcard.h | 752 #define SOUND_MIXER_SPEAKER 5 macro 824 #define SOUND_MASK_SPEAKER (1 << SOUND_MIXER_SPEAKER) 856 #define SOUND_MIXER_READ_SPEAKER MIXER_READ(SOUND_MIXER_SPEAKER) 886 #define SOUND_MIXER_WRITE_SPEAKER MIXER_WRITE(SOUND_MIXER_SPEAKER)
|
/linux-4.1.27/sound/core/oss/ |
D | mixer_oss.c | 1274 { SOUND_MIXER_SPEAKER, "Beep", 0 }, in snd_mixer_oss_build() 1275 { SOUND_MIXER_SPEAKER, "PC Speaker", 0 }, /* fallback */ in snd_mixer_oss_build() 1276 { SOUND_MIXER_SPEAKER, "Speaker", 0 }, /* fallback */ in snd_mixer_oss_build()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 221 SOUND_MIXER_SPEAKER PC Speaker 0
|