[Bug 202578] audio/libmatemixer: mate_mixer_applet doesn't save the "track to control"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 20 14:44:57 UTC 2016


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

Attila <gamma62 at citromail.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gamma62 at citromail.hu

--- Comment #2 from Attila <gamma62 at citromail.hu> ---
Created attachment 178143
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178143&action=edit
patch for selecting default audio device in libmatemixer-1.12.1

See also my comment about the problem originally found:
https://forums.freebsd.org/threads/58957/

There are more problems to fix:
SOUND_MIXER_INFO defines hides the code under SOUND_MIXER_INFO define
where g_strchomp() is necessary for matching "default" in the text
switch off SOUND_MIXER_INFO only for FreeBSD

In my environment:
$ cat /dev/sndstat 
Installed devices:
pcm0: <Intel Broadwell (HDMI/DP 8ch)> (play)
pcm1: <Intel Broadwell (HDMI/DP 8ch)> (play)
pcm2: <Intel Broadwell (HDMI/DP 8ch)> (play)
pcm3: <Realtek (0x0293) (Analog 2.0+HP/2.0)> (play/rec) default
pcm4: <Realtek (0x0293) (Analog)> (play/rec)
No devices installed from userspace.

The pcm0-pcm2 should be skipped, pcm3 is the real audio device. 
After the port patch the instelled libmatemixer backend works fine. 

Attila

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


More information about the freebsd-gnome mailing list