]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: init - iterate through all cards for the initial settings
authorJaroslav Kysela <perex@perex.cz>
Thu, 14 May 2020 16:14:31 +0000 (18:14 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 14 May 2020 16:18:22 +0000 (18:18 +0200)
commit598488c4af555c31c234ea2e88e52cb39a2c045a
tree96340afc845836db6a4e3ee76cb7b59026365d97
parentf9abf36d34765e1fdb2af218c1da304607924a85
alsactl: init - iterate through all cards for the initial settings

The generic initialization code returns error code 99 (-99). Take
all those codes equal or above (bellow) this value as non-fatal.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/init_parse.c