diff options
Diffstat (limited to 'kernel/sound/synth/emux/emux_oss.c')
-rw-r--r-- | kernel/sound/synth/emux/emux_oss.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/sound/synth/emux/emux_oss.c b/kernel/sound/synth/emux/emux_oss.c index 82e350e95..ac75816ad 100644 --- a/kernel/sound/synth/emux/emux_oss.c +++ b/kernel/sound/synth/emux/emux_oss.c @@ -69,7 +69,8 @@ snd_emux_init_seq_oss(struct snd_emux *emu) struct snd_seq_oss_reg *arg; struct snd_seq_device *dev; - if (snd_seq_device_new(emu->card, 0, SNDRV_SEQ_DEV_ID_OSS, + /* using device#1 here for avoiding conflicts with OPL3 */ + if (snd_seq_device_new(emu->card, 1, SNDRV_SEQ_DEV_ID_OSS, sizeof(struct snd_seq_oss_reg), &dev) < 0) return; |