87f2283286
- Backport upstream fixes: A couple of USB-audio config addition/fix, dmix PCM stop fix, a memory leak fix, DSD format endianess fix, PCM timestamp fixes, etc. 0050-USB-Audio-Add-Scarlett-2i4-USB-to-S-PDIF-blacklist.patch 0051-snd_user_file-fix-memory-leak.patch 0052-pcm-dmix-Don-t-ignore-SND_TIMER_EVENT_MSTOP.patch 0053-snd_dlsym-only-do-versioning-checks-if-built-with-ve.patch 0054-dlmisc-Remove-unused-label.patch 0055-USB-audio-Add-five-more-cards-to-IEC958-blacklist.patch 0056-pcm-Fix-DSD-sample-format-endianess-and-add-big-endi.patch 0057-mixer-Fix-inclusion-of-config.h.patch 0058-mixer-Fix-unused-parameter-warnings.patch 0059-ucm-Fix-uninitialized-err-in-snd_use_case_set.patch 0060-pcm-Fix-assorted-tstamp_type-bugs-omissions.patch OBS-URL: https://build.opensuse.org/request/show/264171 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=174
29 lines
645 B
Diff
29 lines
645 B
Diff
From 1eecc3a548839a71dfda5c65c9dc9369d868f665 Mon Sep 17 00:00:00 2001
|
|
From: Takashi Iwai <tiwai@suse.de>
|
|
Date: Sun, 16 Nov 2014 09:43:39 +0100
|
|
Subject: [PATCH 54/60] dlmisc: Remove unused label
|
|
|
|
Fix a compile warning
|
|
dlmisc.c:329:2: warning: label 'unlock' defined but not used [-Wunused-label]
|
|
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
src/dlmisc.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/dlmisc.c b/src/dlmisc.c
|
|
index 62f7047149ff..b36c48fc8ac5 100644
|
|
--- a/src/dlmisc.c
|
|
+++ b/src/dlmisc.c
|
|
@@ -326,7 +326,6 @@ void snd_dlobj_cache_cleanup(void)
|
|
free(c);
|
|
}
|
|
|
|
- unlock:
|
|
snd_dlobj_unlock();
|
|
}
|
|
#endif
|
|
--
|
|
2.1.3
|
|
|