Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17345
b: refs/heads/master
c: d3900bc
h: refs/heads/master
i:
  17343: 6380f3a
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent fef4d18 commit 07cee02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30b54d50f6e2b8f5a4c8b5ade3d25a02612f8f51
refs/heads/master: d3900bc42e6bc5e461c29951cc2a50df09e08771
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tvaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1706,12 +1706,12 @@ static int chip_command(struct i2c_client *client,
struct v4l2_tuner *vt = arg;
int mode = VIDEO_SOUND_MONO;

if (chip->radio)
break;
vt->audmode = 0;
vt->rxsubchans = 0;
vt->capability = V4L2_TUNER_CAP_STEREO |
V4L2_TUNER_CAP_LANG1 | V4L2_TUNER_CAP_LANG2;
if (chip->radio)
break;

if (desc->getmode)
mode = desc->getmode(chip);
Expand Down

0 comments on commit 07cee02

Please sign in to comment.