Disable SND_HDA_INTEL_DETECT_DMIC
It's not ready; the drivers that are supposed to step in when snd-hda-intel aborts probing aren't working yet. v5.5 will have a better solution for driver selection, anyway.
This commit is contained in:
parent
72e584c261
commit
f3603dadd9
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -25,7 +25,7 @@ validpgpkeys=(
|
|||
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
|
||||
)
|
||||
sha256sums=('SKIP'
|
||||
'b7f23bbc09b6c571b76f851f0389386a6f3a64f3d7b1b8509c8550228b0f4537')
|
||||
'5d58a2115892839997ae7dcca226697c34b656de7685cb3eb8696451dc5100a0')
|
||||
|
||||
export KBUILD_BUILD_HOST=archlinux
|
||||
export KBUILD_BUILD_USER=$pkgbase
|
||||
|
|
2
config
2
config
|
@ -6759,7 +6759,7 @@ CONFIG_SND_YMFPCI=m
|
|||
#
|
||||
CONFIG_SND_HDA=m
|
||||
CONFIG_SND_HDA_INTEL=m
|
||||
CONFIG_SND_HDA_INTEL_DETECT_DMIC=y
|
||||
# CONFIG_SND_HDA_INTEL_DETECT_DMIC is not set
|
||||
CONFIG_SND_HDA_HWDEP=y
|
||||
CONFIG_SND_HDA_RECONFIG=y
|
||||
CONFIG_SND_HDA_INPUT_BEEP=y
|
||||
|
|
Loading…
Reference in a new issue