mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
alsa-endpoint: add a FIXME for some missing code
We call setup_alsa_ucm_endpoint() before the setup_alsa_fallback_endpoint(), but this function always returns -ENOTSUP. Add a FIXME comment to make this more obvious.
This commit is contained in:
parent
51a177eb6d
commit
436eefc625
1 changed files with 2 additions and 0 deletions
|
|
@ -610,6 +610,8 @@ static int setup_alsa_ucm_endpoint(struct device *device)
|
||||||
pw_log_debug("verb: %s", verb_list[i]);
|
pw_log_debug("verb: %s", verb_list[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: implement this */
|
||||||
|
|
||||||
snd_use_case_free_list(verb_list, num_verbs);
|
snd_use_case_free_list(verb_list, num_verbs);
|
||||||
|
|
||||||
res = -ENOTSUP;
|
res = -ENOTSUP;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue