]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/drivers/opl3/opl3_seq.c
[ALSA] fix port type bits
[mirror_ubuntu-artful-kernel.git] / sound / drivers / opl3 / opl3_seq.c
index 57becf34f43efa83949ef5171d6e8853a515cc70..2aece1b18660b85f864a7d58d68c26dfd8d45318 100644 (file)
@@ -203,7 +203,7 @@ static int snd_opl3_synth_create_port(struct snd_opl3 * opl3)
                                                      SNDRV_SEQ_PORT_CAP_SUBS_WRITE,
                                                      SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC |
                                                      SNDRV_SEQ_PORT_TYPE_MIDI_GM |
-                                                     SNDRV_SEQ_PORT_TYPE_SYNTH,
+                                                     SNDRV_SEQ_PORT_TYPE_DIRECT_SAMPLE,
                                                      16, voices,
                                                      name);
        if (opl3->chset->port < 0) {