ALSA: aloop: Support runtime change of snd_timer via info interface
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Wed, 20 Nov 2019 17:49:55 +0000 (11:49 -0600)
committerTakashi Iwai <tiwai@suse.de>
Wed, 20 Nov 2019 18:38:30 +0000 (19:38 +0100)
commitc6ae99605633cade7dc61a2b35b04dda90302dad
tree5d479dbe2e3e9af61cccbdbb4eb7ffc1f073d842
parent26c53379f98d22d6a3e50bb146651dc7824334d7
ALSA: aloop: Support runtime change of snd_timer via info interface

Show and change sound card timer source with read-write info
file in proc filesystem. Initial string can still be set as
module parameter.

The timer source string value can be changed at any time,
but it is latched by PCM substream open callback (the first one
for a particular cable). At this point it is actually used, that
is the string is parsed, and the timer is looked up and opened.

The timer source is set for a loopback card (the same as initial
setting by module parameter), but every cable uses the value,
current at the moment of open.

Setting the value to empty string switches the timer to jiffies.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Link: https://lore.kernel.org/r/20191120174955.6410-8-andrew_gabbasov@mentor.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/aloop.c