]> 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)
commit6ce6fefc76376f4e16e9ae0de741d82a4a6a1caf
tree5d479dbe2e3e9af61cccbdbb4eb7ffc1f073d842
parent92a19a3fbdee55de6cd25272a7514a1d45526ea1
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