tinkerboard PA ignore ALC4040

sets udev rule to specifically ignore the USB soundcard on Tinker.
Enumeration of ALC4040 is done with manual config.
This commit is contained in:
Thomas McKahan 2018-08-27 22:59:31 -04:00
parent f541cee88d
commit 9b6a1c23a3
2 changed files with 5 additions and 2 deletions

View File

@ -69,7 +69,7 @@ family_tweaks()
family_tweaks_bsp()
{
#HDMI Hotplug
#Graphics and media
mkdir -p $destination/etc/udev/rules.d
mkdir -p $destination/usr/local/bin
cp $SRC/packages/bsp/rockchip/hdmi.rules $destination/etc/udev/rules.d
@ -89,7 +89,9 @@ family_tweaks_bsp()
install -m 755 $SRC/packages/bsp/rockchip/rtk_hciattach $destination/usr/bin
install -m 755 $SRC/packages/bsp/rockchip/start_bt.sh $destination/usr/local/bin
cp $SRC/packages/bsp/rockchip/tinker-bluetooth.service $destination/lib/systemd/system/
# Sound
cp $SRC/packages/bsp/rockchip/asound.conf $destination/etc/
cp $SRC/packages/bsp/rockchip/89-pulseaudio-usb.rules $destination/etc/udev/rules.d
}

View File

@ -0,0 +1 @@
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="481a", ENV{PULSE_IGNORE}="1"