mbox series

[0/3] alsa-utils: axfer: fulfill scheduling model section for manual

Message ID 20190105084210.29616-1-o-takashi@sakamocchi.jp (mailing list archive)
Headers show
Series alsa-utils: axfer: fulfill scheduling model section for manual | expand

Message

Takashi Sakamoto Jan. 5, 2019, 8:42 a.m. UTC
Hi,

This patchset fulfills a section about scheduling model for axfer manual.
This is my attempt to describe well-known issue for 'no-period-wakeup'
mode of PCM runtime, discussed in some recent Audio miniconferences[1].

[1] http://www.alsa-project.org/main/index.php/Miniconf_2018#PCM_improvements

Takashi Sakamoto (3):
  axfer: add an explanation about IRQ-based scheduling model
  axfer: add an explanation about Timer-based scheduling model
  axfer: add an explanation about advantages/issues of Timer-based
    scheduling model

 axfer/axfer-transfer.1 | 112 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 111 insertions(+), 1 deletion(-)

Comments

Takashi Iwai Jan. 7, 2019, 10:52 a.m. UTC | #1
On Sat, 05 Jan 2019 09:42:07 +0100,
Takashi Sakamoto wrote:
> 
> Hi,
> 
> This patchset fulfills a section about scheduling model for axfer manual.
> This is my attempt to describe well-known issue for 'no-period-wakeup'
> mode of PCM runtime, discussed in some recent Audio miniconferences[1].
> 
> [1] http://www.alsa-project.org/main/index.php/Miniconf_2018#PCM_improvements
> 
> Takashi Sakamoto (3):
>   axfer: add an explanation about IRQ-based scheduling model
>   axfer: add an explanation about Timer-based scheduling model
>   axfer: add an explanation about advantages/issues of Timer-based
>     scheduling model

Applied all three patches now.  Thanks.


Takashi