Searched refs:SOUND_MIXER_SYNTH (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | ad1848_mixer.h | 110 MIX_ENT(SOUND_MIXER_SYNTH, 4, 1, 0, 5, 5, 1, 0, 5, 7), 130 MIX_ENT(SOUND_MIXER_SYNTH, 4, 1, 0, 5, 5, 1, 0, 5, 7), 152 MIX_ENT(SOUND_MIXER_SYNTH, 4, 1, 0, 5, 5, 1, 0, 5, 7), 181 MIX_ENT(SOUND_MIXER_SYNTH, 4, 1, 1, 4, 5, 1, 1, 4, 7), 201 MIX_ENT2(SOUND_MIXER_SYNTH, 4, 1, 1, 4, 23, 0, 3, 0, 0, 8,
|
D | sb_ess.c | 1370 #define ES_REC_MIXER_RECDIFF (ES_REC_MIXER_RECBASE - SOUND_MIXER_SYNTH) 1372 #define ES_REC_MIXER_RECSYNTH (SOUND_MIXER_SYNTH + ES_REC_MIXER_RECDIFF) 1391 MIX_ENT(SOUND_MIXER_SYNTH, 0x36, 7, 4, 0x36, 3, 4), 1418 MIX_ENT(SOUND_MIXER_SYNTH, 0x36, 7, 4, 0x36, 3, 4), 1438 MIX_ENT(SOUND_MIXER_SYNTH, 0x36, 7, 4, 0x36, 3, 4), 1462 MIX_ENT(SOUND_MIXER_SYNTH, 0x36, 7, 4, 0x36, 3, 4), 1501 MIX_ENT(SOUND_MIXER_SYNTH, 0x36, 7, 4, 0x36, 3, 4),
|
D | sb_mixer.c | 70 MIX_ENT(SOUND_MIXER_SYNTH, 0x26, 7, 4, 0x26, 3, 4), 85 MIX_ENT(SOUND_MIXER_SYNTH, 0x34, 7, 5, 0x35, 7, 5), 103 MIX_ENT(SOUND_MIXER_SYNTH, 0x66, 7, 4, 0x66, 3, 4),
|
D | pas2_mixer.c | 146 case SOUND_MIXER_SYNTH: /* Internal synthesizer (0-31) */ in pas_mixer_set()
|
D | pss.c | 518 (cmdf != SOUND_MIXER_TREBLE) && (cmdf != SOUND_MIXER_SYNTH) && in pss_mixer_ioctl() 567 case SOUND_MIXER_SYNTH: in pss_mixer_ioctl() 627 case SOUND_MIXER_SYNTH: in pss_mixer_ioctl()
|
D | waveartist.c | 980 case SOUND_MIXER_SYNTH: in waveartist_mixer_update() 1053 case SOUND_MIXER_SYNTH: in waveartist_decode_mixer() 1633 case SOUND_MIXER_SYNTH: in netwinder_decode_mixer() 1673 case SOUND_MIXER_SYNTH: in netwinder_get_mixer()
|
D | trix.c | 260 AD1848_REROUTE(SOUND_MIXER_LINE3, SOUND_MIXER_SYNTH); /* OPL4 */ in init_trix_wss()
|
D | msnd_pinnacle.c | 389 case SOUND_MIXER_SYNTH: in mixer_get() 472 case SOUND_MIXER_SYNTH: /* synth vol (dsp mix) */ in mixer_set() 488 update_volm(SOUND_MIXER_SYNTH, wCurrMHdrVol); in mixer_set() 504 update_volm(SOUND_MIXER_SYNTH, wCurrMHdrVol); in mixer_setup()
|
D | swarm_cs4297a.c | 382 [SOUND_MIXER_SYNTH] = 5, // FM in cs_printioctl() 533 case SOUND_MIXER_SYNTH: in cs_printioctl() 1174 [SOUND_MIXER_SYNTH] = 5, // FM in mixer_ioctl() 1466 case SOUND_MIXER_SYNTH: in mixer_ioctl()
|
/linux-4.4.14/include/uapi/linux/ |
D | soundcard.h | 750 #define SOUND_MIXER_SYNTH 3 macro 822 #define SOUND_MASK_SYNTH (1 << SOUND_MIXER_SYNTH) 854 #define SOUND_MIXER_READ_SYNTH MIXER_READ(SOUND_MIXER_SYNTH) 884 #define SOUND_MIXER_WRITE_SYNTH MIXER_WRITE(SOUND_MIXER_SYNTH)
|
/linux-4.4.14/sound/core/oss/ |
D | mixer_oss.c | 1271 { SOUND_MIXER_SYNTH, "Synth", 0 }, in snd_mixer_oss_build() 1272 { SOUND_MIXER_SYNTH, "FM", 0 }, /* fallback */ in snd_mixer_oss_build() 1273 { SOUND_MIXER_SYNTH, "Music", 0 }, /* fallback */ in snd_mixer_oss_build()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 219 SOUND_MIXER_SYNTH Synth 0
|