Takashi Iwai
96042eddda
- Backport upstream fix patches: 0055-pcm-fix-and-optimize-snd_pcm_areas_copy-function.patch 0056-USB-audio-Add-HP-Digital-Stereo-Headset-to-SPDIF-bla.patch 0057-pcm-fix-typo-should-be-SND_PCM_STATE_PREPARED.patch - Fix typos in comments in joystick script (bnc#805765) OBS-URL: https://build.opensuse.org/request/show/162894 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=127
28 lines
897 B
Diff
28 lines
897 B
Diff
From 730c833dd8b76cc280246be698980422cb1bce47 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Svensson <dsvensson@gmail.com>
|
|
Date: Thu, 4 Apr 2013 23:47:19 +0200
|
|
Subject: [PATCH] pcm: fix typo, should be SND_PCM_STATE_PREPARED.
|
|
|
|
Signed-off-by: Daniel Svensson <dsvensson@gmail.com>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
src/pcm/pcm.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/pcm/pcm.c b/src/pcm/pcm.c
|
|
index 05737d9..0868dd5 100644
|
|
--- a/src/pcm/pcm.c
|
|
+++ b/src/pcm/pcm.c
|
|
@@ -162,7 +162,7 @@ The PCM device has accepted communication parameters and it is waiting
|
|
for #snd_pcm_prepare() call to prepare the hardware for
|
|
selected operation (playback or capture).
|
|
|
|
-\par SND_PCM_STATE_PREPARE
|
|
+\par SND_PCM_STATE_PREPARED
|
|
The PCM device is prepared for operation. Application can use
|
|
#snd_pcm_start() call, write or read data to start
|
|
the operation.
|
|
--
|
|
1.8.1.4
|
|
|