diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 3df20d377..add768ce5 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -720,7 +720,7 @@ static int open_radio_capture_device(v4l_input_plugin_t *this) DBGPRINT("Opening radio device\n"); entry = this->stream->xine->config->lookup_entry( - this->stream->xine->config, "input.v4l_audio_device_path"); + this->stream->xine->config, "input.v4l_radio_device_path"); this->radio_fd = open(entry->str_value, O_RDWR); |