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