Skip to content

Commit 7b761be

Browse files
committed
Merge pull request #103 from erikano/odroidxu3-3.10.y-enable-midi
Enable MIDI by setting CONFIG_SND_SEQUENCER=m through menuconfig.
2 parents e9d7edb + 3a21fab commit 7b761be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

arch/arm/configs/odroidxu3_defconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,17 +2762,19 @@ CONFIG_SND_HWDEP=m
27622762
CONFIG_SND_RAWMIDI=m
27632763
CONFIG_SND_COMPRESS_OFFLOAD=y
27642764
CONFIG_SND_JACK=y
2765-
# CONFIG_SND_SEQUENCER is not set
2765+
CONFIG_SND_SEQUENCER=m
2766+
# CONFIG_SND_SEQ_DUMMY is not set
27662767
# CONFIG_SND_MIXER_OSS is not set
27672768
# CONFIG_SND_PCM_OSS is not set
2769+
# CONFIG_SND_SEQUENCER_OSS is not set
27682770
# CONFIG_SND_HRTIMER is not set
27692771
# CONFIG_SND_DYNAMIC_MINORS is not set
27702772
CONFIG_SND_SUPPORT_OLD_API=y
27712773
CONFIG_SND_VERBOSE_PROCFS=y
27722774
# CONFIG_SND_VERBOSE_PRINTK is not set
27732775
# CONFIG_SND_DEBUG is not set
27742776
CONFIG_SND_VMASTER=y
2775-
# CONFIG_SND_RAWMIDI_SEQ is not set
2777+
CONFIG_SND_RAWMIDI_SEQ=m
27762778
# CONFIG_SND_OPL3_LIB_SEQ is not set
27772779
# CONFIG_SND_OPL4_LIB_SEQ is not set
27782780
# CONFIG_SND_SBAWE_SEQ is not set
@@ -2781,6 +2783,7 @@ CONFIG_SND_AC97_CODEC=m
27812783
CONFIG_SND_DRIVERS=y
27822784
# CONFIG_SND_DUMMY is not set
27832785
# CONFIG_SND_ALOOP is not set
2786+
# CONFIG_SND_VIRMIDI is not set
27842787
# CONFIG_SND_MTPAV is not set
27852788
# CONFIG_SND_MTS64 is not set
27862789
# CONFIG_SND_SERIAL_U16550 is not set

0 commit comments

Comments
 (0)