[kde-freebsd] [Bug 208570] multimedia/qt5-multimedia: ALSA aliases not supported
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 13 10:09:33 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208570
--- Comment #9 from groot at kde.org ---
What is the problem that is being solved here, and what role does ALSA (aplay)
have here? For instance, I have a 10-STABLE machine here, with Qt 5.5.1
installed, and alsa-utils-1.1.1.
This is the output of aplay -L:
null
Discard all samples (playback) or generate zero samples (capture)
oss
Open Sound System
This is the output of my test application:
AUDIO "oss"
AUDIO "default"
With the patch applied, this is the output:
AUDIO "oss"
AUDIO "oss"
AUDIO "default"
Yes, that's an extra line of "oss". This does not seem to be an improvement.
My /dev/sndstat is this:
pcm0: <Realtek (0x0900) (Rear Analog 7.1/2.0)> (play/rec) default
pcm1: <Realtek (0x0900) (Front Analog)> (play/rec)
pcm2: <Realtek (0x0900) (Onboard Digital)> (play)
pcm3: <Intel (0x2809) (HDMI/DP 8ch)> (play)
Is there some configuration that I would need to do to find these devices
either with aplay or with the patched Qt5Multimedia?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list