Home
last modified time | relevance | path

Searched refs:qlOutputDevs (Results 1 – 8 of 8) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DOSS.cpp109 QStringList qlOutputDevs = cards->qhOutput.keys(); in getDeviceChoices() local
110 qSort(qlOutputDevs); in getDeviceChoices()
112 if (qlOutputDevs.contains(g.s.qsOSSOutput)) { in getDeviceChoices()
113 qlOutputDevs.removeAll(g.s.qsOSSOutput); in getDeviceChoices()
114 qlOutputDevs.prepend(g.s.qsOSSOutput); in getDeviceChoices()
117 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
H A DJackAudio.cpp536 QStringList qlOutputDevs = jasys->qhOutput.keys(); in getDeviceChoices() local
537 qSort(qlOutputDevs); in getDeviceChoices()
539 if (qlOutputDevs.contains(g.s.qsJackAudioOutput)) { in getDeviceChoices()
540 qlOutputDevs.removeAll(g.s.qsJackAudioOutput); in getDeviceChoices()
541 qlOutputDevs.prepend(g.s.qsJackAudioOutput); in getDeviceChoices()
544 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
H A DALSAAudio.cpp126 QStringList qlOutputDevs = cards->qhOutput.keys(); in getDeviceChoices() local
127 qSort(qlOutputDevs); in getDeviceChoices()
129 if (qlOutputDevs.contains(g.s.qsALSAOutput)) { in getDeviceChoices()
130 qlOutputDevs.removeAll(g.s.qsALSAOutput); in getDeviceChoices()
131 qlOutputDevs.prepend(g.s.qsALSAOutput); in getDeviceChoices()
134 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
H A DPulseAudio.cpp883 QStringList qlOutputDevs = pasys->qhOutput.keys(); in getDeviceChoices() local
884 qSort(qlOutputDevs); in getDeviceChoices()
886 if (qlOutputDevs.contains(g.s.qsPulseAudioOutput)) { in getDeviceChoices()
887 qlOutputDevs.removeAll(g.s.qsPulseAudioOutput); in getDeviceChoices()
888 qlOutputDevs.prepend(g.s.qsPulseAudioOutput); in getDeviceChoices()
891 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DOSS.cpp109 QStringList qlOutputDevs = cards->qhOutput.keys(); in getDeviceChoices() local
110 qSort(qlOutputDevs); in getDeviceChoices()
112 if (qlOutputDevs.contains(g.s.qsOSSOutput)) { in getDeviceChoices()
113 qlOutputDevs.removeAll(g.s.qsOSSOutput); in getDeviceChoices()
114 qlOutputDevs.prepend(g.s.qsOSSOutput); in getDeviceChoices()
117 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
H A DJackAudio.cpp536 QStringList qlOutputDevs = jasys->qhOutput.keys(); in getDeviceChoices() local
537 qSort(qlOutputDevs); in getDeviceChoices()
539 if (qlOutputDevs.contains(g.s.qsJackAudioOutput)) { in getDeviceChoices()
540 qlOutputDevs.removeAll(g.s.qsJackAudioOutput); in getDeviceChoices()
541 qlOutputDevs.prepend(g.s.qsJackAudioOutput); in getDeviceChoices()
544 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
H A DALSAAudio.cpp126 QStringList qlOutputDevs = cards->qhOutput.keys(); in getDeviceChoices() local
127 qSort(qlOutputDevs); in getDeviceChoices()
129 if (qlOutputDevs.contains(g.s.qsALSAOutput)) { in getDeviceChoices()
130 qlOutputDevs.removeAll(g.s.qsALSAOutput); in getDeviceChoices()
131 qlOutputDevs.prepend(g.s.qsALSAOutput); in getDeviceChoices()
134 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()
H A DPulseAudio.cpp883 QStringList qlOutputDevs = pasys->qhOutput.keys(); in getDeviceChoices() local
884 qSort(qlOutputDevs); in getDeviceChoices()
886 if (qlOutputDevs.contains(g.s.qsPulseAudioOutput)) { in getDeviceChoices()
887 qlOutputDevs.removeAll(g.s.qsPulseAudioOutput); in getDeviceChoices()
888 qlOutputDevs.prepend(g.s.qsPulseAudioOutput); in getDeviceChoices()
891 foreach(const QString &dev, qlOutputDevs) { in getDeviceChoices()