MAX_TV_FREQ
dev->tv_freq = clamp_t(unsigned, vf->frequency, MIN_TV_FREQ, MAX_TV_FREQ);
vt->rangehigh = MAX_TV_FREQ;