mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-07 04:06:06 -05:00
Make all the remaining ops structure constants.
This excludes the mixer for now since it requires a change to the public headers. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
This commit is contained in:
parent
8b14625cc3
commit
2eaf9403d2
8 changed files with 12 additions and 12 deletions
|
|
@ -402,7 +402,7 @@ static int snd_ctl_ext_poll_revents(snd_ctl_t *handle, struct pollfd *pfds, unsi
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
static snd_ctl_ops_t snd_ctl_ext_ops = {
|
||||
static const snd_ctl_ops_t snd_ctl_ext_ops = {
|
||||
.close = snd_ctl_ext_close,
|
||||
.nonblock = snd_ctl_ext_nonblock,
|
||||
.async = snd_ctl_ext_async,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue