diff options
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index d98d470b0f26..7d941ef54172 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -435,7 +435,7 @@ static void conexant_set_power(struct hda_codec *codec, hda_nid_t fg, | |||
435 | /* partial workaround for "azx_get_response timeout" */ | 435 | /* partial workaround for "azx_get_response timeout" */ |
436 | if (power_state == AC_PWRST_D0) | 436 | if (power_state == AC_PWRST_D0) |
437 | msleep(10); | 437 | msleep(10); |
438 | snd_hda_codec_set_power_to_all(codec, fg, power_state, true); | 438 | snd_hda_codec_set_power_to_all(codec, fg, power_state); |
439 | } | 439 | } |
440 | 440 | ||
441 | static int conexant_init(struct hda_codec *codec) | 441 | static int conexant_init(struct hda_codec *codec) |