mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
linux-am33x-legacy: Include MIDI support modules
This commit is contained in:
parent
efd08cfa8b
commit
bc84e7bbc0
2 changed files with 10 additions and 6 deletions
|
@ -8,7 +8,7 @@ pkgname=('linux-am33x-legacy' 'linux-headers-am33x-legacy')
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.8
|
||||
pkgver=${_basekernel}.13
|
||||
pkgrel=31
|
||||
pkgrel=32
|
||||
bonerel=64
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -24,7 +24,7 @@ source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
|||
md5sums=('1c738edfc54e7c65faeb90c436104e2f'
|
||||
'412da22dabe4d7fcb78b3c14e53cd892'
|
||||
'9e8c4f4922cecc0b5c20194d7e67556d'
|
||||
'e10d1e214198c41338de7951915a89c5'
|
||||
'f7cb81045ef76dd9b87fe22f7c8269bd'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'd819af0969e0726cbf9ae6be5e044a75')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.8.13-31 Kernel Configuration
|
||||
# Linux/arm 3.8.13-32 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3186,12 +3186,15 @@ CONFIG_SND_HWDEP=m
|
|||
CONFIG_SND_RAWMIDI=m
|
||||
CONFIG_SND_COMPRESS_OFFLOAD=y
|
||||
CONFIG_SND_JACK=y
|
||||
# CONFIG_SND_SEQUENCER is not set
|
||||
CONFIG_SND_SEQUENCER=y
|
||||
CONFIG_SND_SEQ_DUMMY=y
|
||||
CONFIG_SND_OSSEMUL=y
|
||||
CONFIG_SND_MIXER_OSS=y
|
||||
CONFIG_SND_PCM_OSS=y
|
||||
CONFIG_SND_PCM_OSS_PLUGINS=y
|
||||
# CONFIG_SND_SEQUENCER_OSS is not set
|
||||
CONFIG_SND_HRTIMER=y
|
||||
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
|
||||
CONFIG_SND_DYNAMIC_MINORS=y
|
||||
CONFIG_SND_SUPPORT_OLD_API=y
|
||||
CONFIG_SND_VERBOSE_PROCFS=y
|
||||
|
@ -3200,7 +3203,7 @@ CONFIG_SND_DEBUG=y
|
|||
# CONFIG_SND_DEBUG_VERBOSE is not set
|
||||
# CONFIG_SND_PCM_XRUN_DEBUG is not set
|
||||
CONFIG_SND_VMASTER=y
|
||||
# CONFIG_SND_RAWMIDI_SEQ is not set
|
||||
CONFIG_SND_RAWMIDI_SEQ=m
|
||||
# CONFIG_SND_OPL3_LIB_SEQ is not set
|
||||
# CONFIG_SND_OPL4_LIB_SEQ is not set
|
||||
# CONFIG_SND_SBAWE_SEQ is not set
|
||||
|
@ -3209,8 +3212,9 @@ CONFIG_SND_AC97_CODEC=m
|
|||
CONFIG_SND_DRIVERS=y
|
||||
# CONFIG_SND_DUMMY is not set
|
||||
# CONFIG_SND_ALOOP is not set
|
||||
CONFIG_SND_VIRMIDI=m
|
||||
# CONFIG_SND_MTPAV is not set
|
||||
# CONFIG_SND_SERIAL_U16550 is not set
|
||||
CONFIG_SND_SERIAL_U16550=m
|
||||
# CONFIG_SND_MPU401 is not set
|
||||
CONFIG_SND_AC97_POWER_SAVE=y
|
||||
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
|
||||
|
|
Loading…
Reference in a new issue