aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/acp-rt286-load/files/modprobe.d/snd-soc-acp-rt286-mach.conf
blob: 130de3d8c476698b8543215ba7562b6ae2cb3052 (plain)
1
2
#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