mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
ucm: fix compilation error in set_defaults_user()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3cab9018cf
commit
2d6eff3927
1 changed files with 0 additions and 2 deletions
|
|
@ -1867,8 +1867,6 @@ static int set_once_user(snd_use_case_mgr_t *uc_mgr,
|
||||||
static int set_defaults_user(snd_use_case_mgr_t *uc_mgr,
|
static int set_defaults_user(snd_use_case_mgr_t *uc_mgr,
|
||||||
const char *value)
|
const char *value)
|
||||||
{
|
{
|
||||||
int err;
|
|
||||||
|
|
||||||
if (value != NULL && *value) {
|
if (value != NULL && *value) {
|
||||||
uc_error("error: wrong value for _defaults (%s)", value);
|
uc_error("error: wrong value for _defaults (%s)", value);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue