Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320015
b: refs/heads/master
c: 00fb185
h: refs/heads/master
i:
  320013: dc38ce4
  320011: 280ef71
  320007: 6ba9579
  319999: 0a16c7c
v: v3
  • Loading branch information
Daniel Glöckner authored and Mauro Carvalho Chehab committed Jun 18, 2012
1 parent 995cf3b commit f3a2206
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: f952848ddd441003ebd312533edf800f4c77a9aa
refs/heads/master: 00fb18503fee608beee5fb11cb8a6db8533e7e86
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/tvaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,10 @@ static void tda985x_setmode(struct CHIPSTATE *chip, int mode)
c6 |= TDA985x_MONO;
break;
case V4L2_TUNER_MODE_STEREO:
case V4L2_TUNER_MODE_LANG1:
c6 |= TDA985x_STEREO;
break;
case V4L2_TUNER_MODE_LANG1:
case V4L2_TUNER_MODE_SAP:
c6 |= TDA985x_SAP;
break;
default:
Expand Down

0 comments on commit f3a2206

Please sign in to comment.