Re: [PATCH] ALSA: aloop: Mark paused device as inactive

2018-03-26 Thread Takashi Iwai
On Tue, 27 Mar 2018 07:41:44 +0200, Robert Rosengren wrote: > > On 03/26/2018 04:43 PM, Takashi Iwai wrote: > > On Mon, 26 Mar 2018 07:24:49 +0200, > > Robert Rosengren wrote: > >> > >> Show paused ALSA aloop device as inactive, i.e. the control > >> "PCM Slave Active" set as false. Notification s

Re: [PATCH] ALSA: aloop: Mark paused device as inactive

2018-03-26 Thread Robert Rosengren
On 03/26/2018 04:43 PM, Takashi Iwai wrote: > On Mon, 26 Mar 2018 07:24:49 +0200, > Robert Rosengren wrote: >> >> Show paused ALSA aloop device as inactive, i.e. the control >> "PCM Slave Active" set as false. Notification sent upon state change. >> >> This makes it possible for client capturing fr

Re: [PATCH] ALSA: aloop: Mark paused device as inactive

2018-03-26 Thread Takashi Iwai
On Mon, 26 Mar 2018 07:24:49 +0200, Robert Rosengren wrote: > > Show paused ALSA aloop device as inactive, i.e. the control > "PCM Slave Active" set as false. Notification sent upon state change. > > This makes it possible for client capturing from aloop device to know if > data is expected. With

[PATCH] ALSA: aloop: Mark paused device as inactive

2018-03-25 Thread Robert Rosengren
Show paused ALSA aloop device as inactive, i.e. the control "PCM Slave Active" set as false. Notification sent upon state change. This makes it possible for client capturing from aloop device to know if data is expected. Without it the client expects data even if playback is paused. Signed-off-by