ALSA: Drop superfluous argument from snd_power_wait()
[linux-2.6-microblaze.git] / sound / core / pcm_native.c
index 8dbe86c..82f80d0 100644 (file)
@@ -3193,7 +3193,7 @@ static int snd_pcm_common_ioctl(struct file *file,
        if (PCM_RUNTIME_CHECK(substream))
                return -ENXIO;
 
-       res = snd_power_wait(substream->pcm->card, SNDRV_CTL_POWER_D0);
+       res = snd_power_wait(substream->pcm->card);
        if (res < 0)
                return res;