Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124427
b: refs/heads/master
c: 381aaba
h: refs/heads/master
i:
  124425: b1b2874
  124423: c8a892e
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 86c413e commit aa74939
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 16a5e53d09227a080410b0385a7884bf7b84bc06
refs/heads/master: 381aaba91de9659ccb8c061d6b7248e606903374
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,10 @@ buffer_setup(struct videobuf_queue *vq, unsigned int *count, unsigned int *size)
if (*count < EM28XX_MIN_BUF)
*count = EM28XX_MIN_BUF;

/* Ask tuner to go to analog mode */
/* Ask tuner to go to analog or radio mode */
memset(&f, 0, sizeof(f));
f.frequency = dev->ctl_freq;
f.type = fh->radio ? V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;

em28xx_i2c_call_clients(dev, VIDIOC_S_FREQUENCY, &f);

Expand Down

0 comments on commit aa74939

Please sign in to comment.