Re: AUDIO_DEV_SOUND

2017-05-15 Thread Jan Stary
On May 15 16:36:41, a...@caoua.org wrote: > On Mon, May 15, 2017 at 10:14:48AM +0200, Jan Stary wrote: > > While /dev/sound is no more, the > > > > #define AUDIO_DEV_SOUND 0 /* minor of /dev/sound0 */ > > > > apparently cannot

Re: AUDIO_DEV_SOUND

2017-05-15 Thread Alexandre Ratchov
On Mon, May 15, 2017 at 10:14:48AM +0200, Jan Stary wrote: > While /dev/sound is no more, the > > #define AUDIO_DEV_SOUND 0 /* minor of /dev/sound0 */ > > apparently cannot be just removed from dev/audio.c > - with the diff below, all audio app

AUDIO_DEV_SOUND

2017-05-15 Thread Jan Stary
While /dev/sound is no more, the #define AUDIO_DEV_SOUND 0 /* minor of /dev/sound0 */ apparently cannot be just removed from dev/audio.c - with the diff below, all audio applications complain that the default audio device cannot be opened. Why is that? That comment seems