mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
fbee56b786
commit
075b81ae1b
|
@ -46,3 +46,6 @@ do_compile_kernelmodules_append() {
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_kernel-modules += "iwlwifi"
|
RDEPENDS_kernel-modules += "iwlwifi"
|
||||||
|
|
||||||
|
KERNEL_MODULE_PROBECONF_corei7-64-intel-common += "snd-soc-skl"
|
||||||
|
module_conf_snd-soc-skl_corei7-64-intel-common = "blacklist snd-soc-skl"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user