[kde-freebsd] [Bug 208570] multimedia/qt5-multimedia: ALSA aliases not supported

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 13 12:42:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208570

--- Comment #10 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to groot from comment #9)
> 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?

Only natively[1], better fall back to "default" PCM. 4Front OSS on Linux (e.g.
oss4-dkms on Debian) likely has similar issue.

  $ aplay -l
  aplay: device_list:273: no soundcards found...

In-kernel ALSA (i.e. hw:X,Y) exists only on Linux, other systems are limited to
userland. OSS from alsa-plugins lacks support for MIDI sequencer,
selecting/enumerating devices and probably more. Unlike OpenBSD (sndio) we
don't have anyone actively working on adding OSSv4 support in ports/ tree.

[1] http://manuals.opensound.com/developer/SNDCTL_CARDINFO.html (see example)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list