Searched refs:PAIR_PS (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/pci/emu10k1/ |
| H A D | emumixer.c | 78 #define PAIR_PS(base, one, two, sfx) base " " one sfx, base " " two sfx macro 79 #define LR_PS(base, sfx) PAIR_PS(base, "Left", "Right", sfx) 104 #define PAIR_TEXTS(base, one, two) PAIR_PS(base, one, two, "")
|