Searched refs:DUMMY_VOLUME (Results 1 – 1 of 1) sorted by relevance
/linux/sound/isa/msnd/ |
H A 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),
|