kcm_phonon does not display all HDMI audio ports (#1232903)
parent
5c87d4c9f5
commit
8d8fa95c0c
@ -0,0 +1,27 @@
|
|||||||
|
From 4b576cd02867672069c8077a43bb7caf442de8cc Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bernie Innocenti <bernie@codewiz.org>
|
||||||
|
Date: Wed, 17 Jun 2015 10:26:46 -0700
|
||||||
|
Subject: [PATCH 18/18] Don't overwrite audio profile entries with same
|
||||||
|
priority
|
||||||
|
|
||||||
|
REVIEW: 124108
|
||||||
|
---
|
||||||
|
kcms/phonon/audiosetup.h | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/kcms/phonon/audiosetup.h b/kcms/phonon/audiosetup.h
|
||||||
|
index dfb25bf..72fb2be 100644
|
||||||
|
--- a/kcms/phonon/audiosetup.h
|
||||||
|
+++ b/kcms/phonon/audiosetup.h
|
||||||
|
@@ -33,7 +33,7 @@ typedef struct {
|
||||||
|
quint32 index;
|
||||||
|
QString name;
|
||||||
|
QString icon;
|
||||||
|
- QMap<quint32, QPair<QString, QString> > profiles;
|
||||||
|
+ QMultiMap<quint32, QPair<QString, QString> > profiles;
|
||||||
|
QString activeProfile;
|
||||||
|
} cardInfo;
|
||||||
|
|
||||||
|
--
|
||||||
|
2.4.3
|
||||||
|
|
Loading…
Reference in new issue