Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170324
b: refs/heads/master
c: 01a1796
h: refs/heads/master
v: v3
  • Loading branch information
akpm@linux-foundation.org authored and Takashi Iwai committed Nov 14, 2009
1 parent 229a07c commit eee9e90
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7288561af9a931c59e431336b553d897ee37b67d
refs/heads/master: 01a1796bc52f625edc23bf995d200e1556eec544
5 changes: 4 additions & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -2043,7 +2043,10 @@ static void via_speaker_automute(struct hda_codec *codec)
/* mute line-out and internal speaker if HP is plugged */
static void via_hp_bind_automute(struct hda_codec *codec)
{
unsigned int hp_present, present = 0;
/* use long instead of int below just to avoid an internal compiler
* error with gcc 4.0.x
*/
unsigned long hp_present, present = 0;
struct via_spec *spec = codec->spec;
int i;

Expand Down

0 comments on commit eee9e90

Please sign in to comment.