summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
diff options
context:
space:
mode:
authorMikko Ylinen <mikko.ylinen@linux.intel.com>2017-08-30 16:23:22 +0300
committerSaul Wold <sgw@linux.intel.com>2017-08-30 14:25:25 -0700
commit075b81ae1bcc6bb3ebfee4015294e3b8a4ba22da (patch)
tree76aba95408f54901a5ce75962bae6c3ba354ff72 /common/recipes-kernel
parentfbee56b78623808f9c6ed6f92b085ee7c504cf70 (diff)
downloadmeta-intel-075b81ae1bcc6bb3ebfee4015294e3b8a4ba22da.tar.gz
linux-intel: blacklist snd-soc-skl module
snd-soc-skl module init fails with an error: snd_soc_skl 0000:00:0e.0: ipc: set large config fail, err: -110 but the module remains loaded. An alternative driver 'snd-hda-intel' is also loaded but snd-soc-skl is "used". The end result is soundcards are missing (due to the failure) on, e.g., Intel 570x/Joule. As snd-soc-skl is known to be problematic, let's blacklist that and prefer snd-hda-intel to get audio working. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel')
-rw-r--r--common/recipes-kernel/linux/linux-intel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-intel.inc b/common/recipes-kernel/linux/linux-intel.inc
index 5c4afa04..3aa50979 100644
--- a/common/recipes-kernel/linux/linux-intel.inc
+++ b/common/recipes-kernel/linux/linux-intel.inc
@@ -46,3 +46,6 @@ do_compile_kernelmodules_append() {
46} 46}
47 47
48RDEPENDS_kernel-modules += "iwlwifi" 48RDEPENDS_kernel-modules += "iwlwifi"
49
50KERNEL_MODULE_PROBECONF_corei7-64-intel-common += "snd-soc-skl"
51module_conf_snd-soc-skl_corei7-64-intel-common = "blacklist snd-soc-skl"