mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:45:44 +01:00
fix name of hw sequencer definition
The name of the hardware sequencer definition is "hw", not "seq".
This commit is contained in:
parent
0a95822af5
commit
5c1b10dea0
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ static int probe_seq(snd_config_t *config)
|
|||
err = add_entry(c, "default", "Default Device", "Duplex", "Sequencer");
|
||||
if (err < 0)
|
||||
return err;
|
||||
err = add_entry(c, "seq", "Physical Device", "Duplex", "Sequencer");
|
||||
err = add_entry(c, "hw", "Physical Device", "Duplex", "Sequencer");
|
||||
if (err < 0)
|
||||
return err;
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue