]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8af36009020721af56679bb8a0f141049b48884b
tree5d479dbe2e3e9af61cccbdbb4eb7ffc1f073d842
parent7303e1b6578d8bba80bd5742b3f6a9ef74f3e243
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