On Sat, Jun 23, 2018 at 08:48:57PM +0100, Laurence Tratt wrote: > On Sat, Jun 23, 2018 at 06:43:04PM +0200, Alexandre Ratchov wrote: > > Hello Alexandre, > > >> As of the last two snapshots, digital audio out via S/PDIF on my > >> machine > >> no longer works: > >> > >> $ doas mixerctl outputs.mode=digital > >> mixerctl: field outputs.mode does not exist > >> > >> There also seems to be something odd with mixerctl's output which may > >> or may > >> be related? Note the "invalid format" near the end and the incomplete > >> formatting of "volume.record". > > Could you confirm that this diff fixes the problem? > > I am happy to confirm that this completely solves the problem. Thanks so much > for doing this!
Also fixes mixerctl on a secondary device/mic, before the patch: $mixerctl -f /dev/mixer1 -av record.enable=sysctl [ off on sysctl ] After the patch: $mixerctl -f /dev/mixer1 -av record.mic.mute=off [ off on ] record.mic=191 volume record.enable=sysctl [ off on sysctl ] Thanks ! Landry