Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25134
b: refs/heads/master
c: 11cda10
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 2, 2006
1 parent ee8c167 commit f1dcf29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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: 39b6f687d31d662461e25dbfe70be990b4c4855b
refs/heads/master: 11cda1075d8c40e536b77fce6dbf4cdbf8f77736
15 changes: 0 additions & 15 deletions trunk/drivers/media/video/tvaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1706,21 +1706,6 @@ static int chip_command(struct i2c_client *client,
break;
}

case VIDIOC_S_AUDIO:
{
struct v4l2_audio *sarg = arg;

if (!(desc->flags & CHIP_HAS_INPUTSEL) || sarg->index >= 4)
return -EINVAL;
/* There are four inputs: tuner, radio, extern and intern. */
chip->input = sarg->index;
if (chip->muted)
break;
chip_write_masked(chip, desc->inputreg,
desc->inputmap[chip->input], desc->inputmask);
break;
}

case VIDIOC_S_TUNER:
{
struct v4l2_tuner *vt = arg;
Expand Down

0 comments on commit f1dcf29

Please sign in to comment.