]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: Fix sysw sequence command not working when requesting to ignore errors
authorHans de Goede <hdegoede@redhat.com>
Mon, 3 May 2021 20:52:44 +0000 (22:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 4 May 2021 08:36:22 +0000 (10:36 +0200)
commit06543e06e913bafb4e2766c244f07be6a232ac4e
tree0800ae7b8cd66bae25f2092f3ace9c024c8bca25
parent6ddba54a073050ac55f4dd596d71dc3df4f0cb08
ucm: Fix sysw sequence command not working when requesting to ignore errors

When the user requests to ignore sysfs write errors by prefixing
the path with a '-' then we need to skip the '-' when building the
actual path otherwise the write will never work.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/ucm/main.c