Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39567
b: refs/heads/master
c: 2e7cf3e
h: refs/heads/master
i:
  39565: a6a777d
  39563: 6b0be6f
  39559: 3e8262b
  39551: f65257b
v: v3
  • Loading branch information
Hartmut Hackmann authored and Mauro Carvalho Chehab committed Oct 14, 2006
1 parent 1ccaaf3 commit 6838b21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 7844d7561307d6f8b0dd18b91f4dc6cff53848b4
refs/heads/master: 2e7cf3ea5acc7ed57b8883cc6d35ffc06a5c95fa
6 changes: 5 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,11 @@ static int radio_do_ioctl(struct inode *inode, struct file *file,
t->type = V4L2_TUNER_RADIO;

saa7134_i2c_call_clients(dev, VIDIOC_G_TUNER, t);

if (dev->input->amux == TV) {
t->signal = 0xf800 - ((saa_readb(0x581) & 0x1f) << 11);
t->rxsubchans = (saa_readb(0x529) & 0x08) ?
V4L2_TUNER_SUB_STEREO : V4L2_TUNER_SUB_MONO;
}
return 0;
}
case VIDIOC_S_TUNER:
Expand Down

0 comments on commit 6838b21

Please sign in to comment.