diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c index e4aa02252d46e1b3d3d8178a395ce89779d10e96..66dd05f12e25f6818d6869f2897459cbca6d7d76 100644 --- a/modules/access/v4l2.c +++ b/modules/access/v4l2.c @@ -1561,7 +1561,7 @@ static int OpenVideoDev( vlc_object_t *p_obj, const char *path, bottom_first = false; /* Tune the tuner */ - uint32_t freq = var_InheritInteger( p_obj, CFG_PREFIX"frequency" ); + uint32_t freq = var_InheritInteger( p_obj, CFG_PREFIX"tuner-frequency" ); if( freq != (uint32_t)-1 ) { struct v4l2_frequency frequency = {