Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376780
b: refs/heads/master
c: 087c2e3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 3, 2013
1 parent 4cf16e8 commit aad6237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0c6d309c6df14655f9962f666d1da96318b0b7c
refs/heads/master: 087c2e3b4e062573dbbc8a50b9208992e3768dcf
5 changes: 5 additions & 0 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,14 @@ static void vt1708_update_hp_work(struct hda_codec *codec)

static void set_widgets_power_state(struct hda_codec *codec)
{
#if 0 /* FIXME: the assumed connections don't match always with the
* actual routes by the generic parser, so better to disable
* the control for safety.
*/
struct via_spec *spec = codec->spec;
if (spec->set_widgets_power_state)
spec->set_widgets_power_state(codec);
#endif
}

static void update_power_state(struct hda_codec *codec, hda_nid_t nid,
Expand Down

0 comments on commit aad6237

Please sign in to comment.