SV_DEVICES_PER_PORT
cp.dev = SV_FIRST_MIXER + idx * SV_DEVICES_PER_PORT + 1;
#define SV_LAST_MIXER (SV_DEVICES_PER_PORT * (ARRAY_SIZE(ports)) + SV_LAST_CLASS)
int mute = (off % SV_DEVICES_PER_PORT);
int idx = off / SV_DEVICES_PER_PORT;
int mute = (off % SV_DEVICES_PER_PORT);
idx = off / SV_DEVICES_PER_PORT;