Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170316
b: refs/heads/master
c: 9ad6a46
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 6, 2009
1 parent e3b4ceb commit 7293cba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 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: 7d5ab418702e17565b6cf6eacc31b6b0852f6dc8
refs/heads/master: 9ad6a46b6497ae64e7fec307deb0de88e6a8ca06
40 changes: 20 additions & 20 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4668,6 +4668,26 @@ static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
}
}

static int hp_bseries_system(u32 subsystem_id)
{
switch (subsystem_id) {
case 0x103c307e:
case 0x103c307f:
case 0x103c3080:
case 0x103c3081:
case 0x103c1722:
case 0x103c1723:
case 0x103c1724:
case 0x103c1725:
case 0x103c1726:
case 0x103c1727:
case 0x103c1728:
case 0x103c1729:
return 1;
}
return 0;
}

#ifdef CONFIG_PROC_FS
static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
struct hda_codec *codec, hda_nid_t nid)
Expand Down Expand Up @@ -4733,26 +4753,6 @@ static int stac92xx_resume(struct hda_codec *codec)
return 0;
}

static int hp_bseries_system(u32 subsystem_id)
{
switch (subsystem_id) {
case 0x103c307e:
case 0x103c307f:
case 0x103c3080:
case 0x103c3081:
case 0x103c1722:
case 0x103c1723:
case 0x103c1724:
case 0x103c1725:
case 0x103c1726:
case 0x103c1727:
case 0x103c1728:
case 0x103c1729:
return 1;
}
return 0;
}

/*
* using power check for controlling mute led of HP notebooks
* check for mute state only on Speakers (nid = 0x10)
Expand Down

0 comments on commit 7293cba

Please sign in to comment.