]> Pileus Git - ~andy/linux/blobdiff - sound/pci/hda/hda_intel.c
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[~andy/linux] / sound / pci / hda / hda_intel.c
index 02763827dde02c4b78de7cd41deb98c0cc87993c..7757536b9d5faccfdd33d5ff2ece304d4282a2d0 100644 (file)
@@ -1766,7 +1766,7 @@ static int azx_pcm_open(struct snd_pcm_substream *substream)
                                   buff_step);
        snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,
                                   buff_step);
-       snd_hda_power_up(apcm->codec);
+       snd_hda_power_up_d3wait(apcm->codec);
        err = hinfo->ops.open(hinfo, apcm->codec, substream);
        if (err < 0) {
                azx_release_device(azx_dev);