linux-postmarketos-qcom-msm8953: enable USB sound card module (MR 4724)
Closes #2531 [ci:skip-build]: Already built successfully in CI.
This commit is contained in:
parent
f6b8f9cf82
commit
f18fa3eabc
2 changed files with 7 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
_flavor="postmarketos-qcom-msm8953"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.6.10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Close to mainline linux kernel for Qualcomm Snapdragon MSM8953"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -61,5 +61,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
5114a563f14b391503b392ad7b72faefbe964c2530d75197fbe4d7c6f6acfcb606b511eda338923a297e4e0c84407edbe129c59988a094c449b37d1f5cac0120 linux-postmarketos-qcom-msm8953-v6.6.10-r0.tar.gz
|
||||
76351c35b7c39cbd37bbc675c32432ad53b8580593003d04a1b486b6bd911803b24da78ec6c995766a20806588806548b213a0be902166de1514b7004afed02b config-postmarketos-qcom-msm8953.aarch64
|
||||
8612cf9d411d48fc69057f945a9e3ab666175ab2224e851a639314afb137f10ff0dec4f423f2c7f9edd0ec82050fa152c572010d761c5988a7bb291d15ef36e7 config-postmarketos-qcom-msm8953.aarch64
|
||||
"
|
||||
|
|
|
@ -3715,6 +3715,8 @@ CONFIG_SND_PCM=y
|
|||
CONFIG_SND_PCM_ELD=y
|
||||
CONFIG_SND_PCM_IEC958=y
|
||||
CONFIG_SND_DMAENGINE_PCM=y
|
||||
CONFIG_SND_HWDEP=m
|
||||
CONFIG_SND_RAWMIDI=m
|
||||
CONFIG_SND_COMPRESS_OFFLOAD=y
|
||||
CONFIG_SND_JACK=y
|
||||
CONFIG_SND_JACK_INPUT_DEV=y
|
||||
|
@ -3748,7 +3750,9 @@ CONFIG_SND_DRIVERS=y
|
|||
CONFIG_SND_HDA_PREALLOC_SIZE=64
|
||||
CONFIG_SND_SPI=y
|
||||
CONFIG_SND_USB=y
|
||||
# CONFIG_SND_USB_AUDIO is not set
|
||||
CONFIG_SND_USB_AUDIO=m
|
||||
# CONFIG_SND_USB_AUDIO_MIDI_V2 is not set
|
||||
CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y
|
||||
# CONFIG_SND_USB_UA101 is not set
|
||||
# CONFIG_SND_USB_CAIAQ is not set
|
||||
# CONFIG_SND_USB_6FIRE is not set
|
||||
|
|
Loading…
Reference in a new issue