Re: Default device in audioctl and mixerctl

2020-05-01 Thread Damien Couderc
Le 01/05/2020 à 14:51, Alexandre Ratchov a écrit : On Fri, May 01, 2020 at 01:34:54PM +0200, Damien Couderc wrote: Hi, I noticed that audioctl and mixerctl both use /dev/audioctl0 as a default since the reimplementation of the new api. Shouldn't it use the /dev/audioctl link instead to permit

Re: Default device in audioctl and mixerctl

2020-05-01 Thread Theo de Raadt
Alexandre Ratchov wrote: > On Fri, May 01, 2020 at 01:34:54PM +0200, Damien Couderc wrote: > > Hi, > > > > I noticed that audioctl and mixerctl both use /dev/audioctl0 as a default > > since the reimplementation of the new api. > > > > Shouldn't it use the /dev/audioctl link instead to permit c

Re: Default device in audioctl and mixerctl

2020-05-01 Thread Alexandre Ratchov
On Fri, May 01, 2020 at 01:34:54PM +0200, Damien Couderc wrote: > Hi, > > I noticed that audioctl and mixerctl both use /dev/audioctl0 as a default > since the reimplementation of the new api. > > Shouldn't it use the /dev/audioctl link instead to permit choosing which > device we want as the def

Default device in audioctl and mixerctl

2020-05-01 Thread Damien Couderc
Hi, I noticed that audioctl and mixerctl both use /dev/audioctl0 as a default since the reimplementation of the new api. Shouldn't it use the /dev/audioctl link instead to permit choosing which device we want as the default? --- audioctl.c.orig    Fri May  1 13:29:01 2020 +++ audioctl.c