Home
last modified time | relevance | path

Searched refs:SOUND_MIXER_SPEAKER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h752 #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)
/openbmc/linux/sound/core/oss/
H A Dmixer_oss.c1305 { SOUND_MIXER_SPEAKER, "Beep", 0 }, in snd_mixer_oss_build()
1306 { SOUND_MIXER_SPEAKER, "PC Speaker", 0 }, /* fallback */ in snd_mixer_oss_build()
1307 { SOUND_MIXER_SPEAKER, "Speaker", 0 }, /* fallback */ in snd_mixer_oss_build()
/openbmc/linux/Documentation/sound/designs/
H A Doss-emulation.rst244 SOUND_MIXER_SPEAKER PC Speaker 0
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2344 #define TARGET_SOUND_MIXER_READ_SPEAKER TARGET_MIXER_READ(SOUND_MIXER_SPEAKER)
2375 #define TARGET_SOUND_MIXER_WRITE_SPEAKER TARGET_MIXER_WRITE(SOUND_MIXER_SPEAKER)