Searched refs:SOUND_MIXER_SPEAKER (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/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 | 1383 #define ES_REC_MIXER_RECSPEAKER (SOUND_MIXER_SPEAKER + ES_REC_MIXER_RECDIFF) 1402 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1429 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1449 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1473 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0), 1512 MIX_ENT(SOUND_MIXER_SPEAKER, 0x3c, 2, 3, 0x00, 0, 0),
|
D | ac97_codec.c | 199 {SOUND_MIXER_SPEAKER, 0x4343}, 221 [SOUND_MIXER_SPEAKER] = {AC97_PCBEEP_VOL, 16}, 304 } else if (oss_channel == SOUND_MIXER_SPEAKER) { in ac97_read_mixer() 390 } else if (oss_channel == SOUND_MIXER_SPEAKER) { in ac97_write_mixer()
|
D | pas2_mixer.c | 161 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 | 367 [SOUND_MIXER_SPEAKER] = 7, // Speaker in cs_printioctl() 504 case SOUND_MIXER_SPEAKER: in cs_printioctl() 1159 [SOUND_MIXER_SPEAKER] = 7, // Speaker in mixer_ioctl() 1362 case SOUND_MIXER_SPEAKER: in mixer_ioctl()
|
D | waveartist.c | 1926 if ((cmd & 0xff) == SOUND_MIXER_SPEAKER) { in vnc_private_ioctl() 1935 devc->levels[SOUND_MIXER_SPEAKER] = val | (val << 8); in vnc_private_ioctl()
|
/linux-2.6.39/include/linux/ |
D | soundcard.h | 760 #define SOUND_MIXER_SPEAKER 5 macro 832 #define SOUND_MASK_SPEAKER (1 << SOUND_MIXER_SPEAKER) 864 #define SOUND_MIXER_READ_SPEAKER MIXER_READ(SOUND_MIXER_SPEAKER) 894 #define SOUND_MIXER_WRITE_SPEAKER MIXER_WRITE(SOUND_MIXER_SPEAKER)
|
/linux-2.6.39/sound/core/oss/ |
D | mixer_oss.c | 1265 { SOUND_MIXER_SPEAKER, "Beep", 0 }, in snd_mixer_oss_build() 1266 { SOUND_MIXER_SPEAKER, "PC Speaker", 0 }, /* fallback */ in snd_mixer_oss_build() 1267 { SOUND_MIXER_SPEAKER, "Speaker", 0 }, /* fallback */ in snd_mixer_oss_build()
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 221 SOUND_MIXER_SPEAKER PC Speaker 0
|