Home
last modified time | relevance | path

Searched refs:NUM_OUTPUT_CHAN_CHOICES (Results 1 – 2 of 2) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-prefs.c2716 #define NUM_OUTPUT_CHAN_CHOICES 4 macro
2717 static const char *output_chan_choices[NUM_OUTPUT_CHAN_CHOICES] = {"1 ", "2 ", "4 ", "8"};
2718 static int output_chans[NUM_OUTPUT_CHAN_CHOICES] = {1, 2, 4, 8};
2802 for (i = 0; i < NUM_OUTPUT_CHAN_CHOICES; i++) in chans_to_button()
H A Dsnd-motif.c19536 output_chan_choices, NUM_OUTPUT_CHAN_CHOICES, -1, in make_preferences_dialog()