Searched refs:DUMMY_VOLUME (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/isa/msnd/ |
D | msnd_pinnacle_mixer.c | 269 #define DUMMY_VOLUME(xname, xindex, addr) \ macro 277 DUMMY_VOLUME("Master Volume", 0, MSND_MIXER_VOLUME), 278 DUMMY_VOLUME("PCM Volume", 0, MSND_MIXER_PCM), 279 DUMMY_VOLUME("Aux Volume", 0, MSND_MIXER_AUX), 280 DUMMY_VOLUME("Line Volume", 0, MSND_MIXER_LINE), 281 DUMMY_VOLUME("Mic Volume", 0, MSND_MIXER_MIC), 282 DUMMY_VOLUME("Monitor", 0, MSND_MIXER_IMIX),
|
/linux-6.1.9/sound/drivers/ |
D | dummy.c | 710 #define DUMMY_VOLUME(xname, xindex, addr) \ macro 860 DUMMY_VOLUME("Master Volume", 0, MIXER_ADDR_MASTER), 862 DUMMY_VOLUME("Synth Volume", 0, MIXER_ADDR_SYNTH), 864 DUMMY_VOLUME("Line Volume", 0, MIXER_ADDR_LINE), 866 DUMMY_VOLUME("Mic Volume", 0, MIXER_ADDR_MIC), 868 DUMMY_VOLUME("CD Volume", 0, MIXER_ADDR_CD),
|