Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 14:44:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 202578] audio/libmatemixer: mate_mixer_applet doesn't save the "track to control"
Message-ID:  <bug-202578-6497-mw9sJI2Pc1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202578-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202578-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202578

Attila <gamma62@citromail.hu> changed:

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

--- Comment #2 from Attila <gamma62@citromail.hu> ---
Created attachment 178143
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178143&action=
=3Dedit
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=20
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.=20
After the port patch the instelled libmatemixer backend works fine.=20

Attila

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202578-6497-mw9sJI2Pc1>