mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
control ext: fix the default .rawmidi_next_device callback
The previous default settings caused an endless loop. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
dc4325d8c1
commit
b6c760868f
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ static const snd_ctl_ops_t snd_ctl_ext_ops = {
|
|||
.pcm_next_device = snd_ctl_ext_next_device,
|
||||
.pcm_info = snd_ctl_ext_pcm_info,
|
||||
.pcm_prefer_subdevice = snd_ctl_ext_prefer_subdevice,
|
||||
.rawmidi_next_device = snd_ctl_rawmidi_next_device,
|
||||
.rawmidi_next_device = snd_ctl_ext_next_device,
|
||||
.rawmidi_info = snd_ctl_ext_rawmidi_info,
|
||||
.rawmidi_prefer_subdevice = snd_ctl_ext_prefer_subdevice,
|
||||
.set_power_state = snd_ctl_ext_set_power_state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue