mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
ALSA: aloop: Allow using global timers
Allow using global timers as a timer source when card id is equal to -1 in the timer_source parameter. Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20240813120701.171743-2-ivan.orlov0322@gmail.com
This commit is contained in:
parent
48f1434a46
commit
e949df0b02
@ -1129,6 +1129,8 @@ static int loopback_parse_timer_id(const char *str,
|
||||
}
|
||||
}
|
||||
}
|
||||
if (card_idx == -1)
|
||||
tid->dev_class = SNDRV_TIMER_CLASS_GLOBAL;
|
||||
if (!err && tid) {
|
||||
tid->card = card_idx;
|
||||
tid->device = dev;
|
||||
|
Loading…
Reference in New Issue
Block a user