|
@@ -1531,7 +1531,8 @@ static int ivtv_log_status(struct file *file, void *fh)
|
|
|
ivtv_get_audio_input(itv, itv->audio_input, &audin);
|
|
|
IVTV_INFO("Video Input: %s\n", vidin.name);
|
|
|
IVTV_INFO("Audio Input: %s%s\n", audin.name,
|
|
|
- (itv->dualwatch_stereo_mode & ~0x300) == 0x200 ? " (Bilingual)" : "");
|
|
|
+ itv->dualwatch_stereo_mode == V4L2_MPEG_AUDIO_MODE_DUAL ?
|
|
|
+ " (Bilingual)" : "");
|
|
|
if (has_output) {
|
|
|
struct v4l2_output vidout;
|
|
|
struct v4l2_audioout audout;
|