Lines Matching defs:ENUM_GPR
1272 #define ENUM_GPR(name, size) name, name ## _dummy = name + (size) - 1
1282 ENUM_GPR(playback, SND_EMU10K1_PLAYBACK_CHANNELS),
1283 ENUM_GPR(stereo_mix, 2),
1284 ENUM_GPR(capture, 2),
1285 ENUM_GPR(bit_shifter16, 1),
1289 ENUM_GPR(bass_gpr, 2 * 5), // two sides, five coefficients
1290 ENUM_GPR(treble_gpr, 2 * 5),
1291 ENUM_GPR(bass_tmp, SND_EMU10K1_PLAYBACK_CHANNELS * 4), // four delay stages
1292 ENUM_GPR(treble_tmp, SND_EMU10K1_PLAYBACK_CHANNELS * 4),
1293 ENUM_GPR(tmp, 3),