aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf')
-rw-r--r--common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf b/common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf
deleted file mode 100644
index 130de3d8..00000000
--- a/common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-#install AMD ASoC ACP-12S driver only on non-embedded hardware by checking 6th bit of iGPU rev ID
-install snd-soc-acp-rt286-mach if [ $(( 2#$(echo "ibase=16; obase=2; $(lspci | awk '/VGA.*AMD.*ATI.*rev [0-9A-Fa-f]+/ {print toupper(substr($NF,1,length($NF)-1)); exit}')" | bc) & 2#00100000 )) -ne 0 ]; then /sbin/modprobe --ignore-install snd-soc-acp-rt286-mach; fi