Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293126
b: refs/heads/master
c: 350eba4
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Mar 16, 2012
1 parent abd0d44 commit 575894e
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 7907ae3e50613ae1c6d1a10f34fcd63f4123b93d
refs/heads/master: 350eba43fca735733a51185f26bdc30899c64a20
9 changes: 9 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5043,6 +5043,11 @@ static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
afg_power_state);
snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
}
#else
#define stac92xx_suspend NULL
#define stac92xx_resume NULL
#define stac92xx_pre_resume NULL
#define stac92xx_set_power_state NULL
#endif /* CONFIG_PM */

/* update mute-LED accoring to the master switch */
Expand Down Expand Up @@ -5588,7 +5593,9 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
codec->patch_ops.set_power_state =
stac92xx_set_power_state;
}
#ifdef CONFIG_PM
codec->patch_ops.pre_resume = stac92xx_pre_resume;
#endif
}

err = stac92xx_parse_auto_config(codec);
Expand Down Expand Up @@ -5895,7 +5902,9 @@ static int patch_stac92hd71bxx(struct hda_codec *codec)
codec->patch_ops.set_power_state =
stac92xx_set_power_state;
}
#ifdef CONFIG_PM
codec->patch_ops.pre_resume = stac92xx_pre_resume;
#endif
}

spec->multiout.dac_nids = spec->dac_nids;
Expand Down

0 comments on commit 575894e

Please sign in to comment.