Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88067
b: refs/heads/master
c: 1a002eb
h: refs/heads/master
i:
  88065: ee5baf8
  88063: 6c3bac0
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Mauro Carvalho Chehab committed Apr 1, 2008
1 parent 37ea120 commit a707b14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c137918978889fa4711d286e0a8ca3d93fdcb991
refs/heads/master: 1a002ebf60c011ed6574b8e3ed9aa85f1ead6a95
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3518,8 +3518,12 @@ static int radio_enum_input(struct file *file, void *priv,
static int radio_g_audio(struct file *file, void *priv,
struct v4l2_audio *a)
{
if (a->index != 0)
return -EINVAL;

memset(a, 0, sizeof(*a));
strcpy(a->name, "Radio");

return 0;
}

Expand Down

0 comments on commit a707b14

Please sign in to comment.