Skip to content

Commit

Permalink
fix volume
Browse files Browse the repository at this point in the history
  • Loading branch information
imilka committed Nov 1, 2012
1 parent b04e879 commit 425601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/audio_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ struct route_setting default_input[] = {
{ .ctl_name = "MainMicBias Mode", .intval = 1, },
{ .ctl_name = "IN2L Volume", .intval = 30, },
{ .ctl_name = "MIXINL IN2L Switch", .intval = 1, },
{ .ctl_name = "MIXINL IN2L Volume", .intval = 0, },
{ .ctl_name = "MIXINL IN2L Volume", .intval = 1, },
{ .ctl_name = "AIF1ADC1 HPF Mode", .intval = 0, },
{ .ctl_name = "AIF1ADC1 HPF Switch", .intval = 1, },
{ .ctl_name = NULL, },
Expand Down

0 comments on commit 425601c

Please sign in to comment.