diff options
Diffstat (limited to 'sound/core/pcm_native.c')
-rw-r--r-- | sound/core/pcm_native.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index fe5c8036beb..1a07750f383 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c | |||
@@ -460,7 +460,7 @@ static int snd_pcm_hw_params(struct snd_pcm_substream *substream, | |||
460 | PM_QOS_CPU_DMA_LATENCY, usecs); | 460 | PM_QOS_CPU_DMA_LATENCY, usecs); |
461 | return 0; | 461 | return 0; |
462 | _error: | 462 | _error: |
463 | /* hardware might be unuseable from this time, | 463 | /* hardware might be unusable from this time, |
464 | so we force application to retry to set | 464 | so we force application to retry to set |
465 | the correct hardware parameter settings */ | 465 | the correct hardware parameter settings */ |
466 | runtime->status->state = SNDRV_PCM_STATE_OPEN; | 466 | runtime->status->state = SNDRV_PCM_STATE_OPEN; |