Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219436
b: refs/heads/master
c: fe023ad
h: refs/heads/master
v: v3
  • Loading branch information
Janne Grunau authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent f405b39 commit f95fbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d4533332c0c60335f117ffc65cc4a067314bb441
refs/heads/master: fe023ad15e4a9147c208e4c4cac98d7fd40ab0bd
3 changes: 1 addition & 2 deletions trunk/drivers/media/video/hdpvr/hdpvr-control.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ int hdpvr_set_audio(struct hdpvr_device *dev, u8 input,
if (ret == 2)
ret = 0;
} else
ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE,
dev->options.audio_input+1);
ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE, input);
error:
return ret;
}
Expand Down

0 comments on commit f95fbc7

Please sign in to comment.