Searched refs:SOUND_MIXER_SPEAKER (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | soundcard.h | 1021 #define SOUND_MIXER_SPEAKER 5 /* Output level for the PC speaker macro 1095 #define SOUND_MASK_SPEAKER (1 << SOUND_MIXER_SPEAKER) 1127 #define SOUND_MIXER_READ_SPEAKER MIXER_READ(SOUND_MIXER_SPEAKER) 1165 #define SOUND_MIXER_WRITE_SPEAKER MIXER_WRITE(SOUND_MIXER_SPEAKER)
|
/freebsd/sys/dev/sound/pcm/ |
H A D | ac97.c | 92 [SOUND_MIXER_SPEAKER] = { AC97_MIX_BEEP, 4, 1, 0, 1, 0, 0, 0 },
|
H A D | mixer.c | 82 [SOUND_MIXER_SPEAKER] = 75,
|
/freebsd/sys/dev/sound/pci/ |
H A D | als4000.c | 543 [SOUND_MIXER_SPEAKER] = { 0x3b, 0x00, 2, 0x00, 0x00 },
|
H A D | cmi.c | 630 [SOUND_MIXER_SPEAKER] = {CMPCI_SB16_MIXER_SPEAKER, 0, 0, 2, 0, 0},
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 4724 { SOUND_MIXER_SPEAKER, -1 }, /* speaker */ in hdaa_audio_assign_names() 4782 use = SOUND_MIXER_SPEAKER; in hdaa_audio_assign_names()
|