mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #5185 from HiassofT/le10-rpi-alsa-prealloc
RPi: add udev rule to increase alsa buffer size to 1.2MB
This commit is contained in:
commit
e12ff4354f
@ -0,0 +1,3 @@
|
||||
ACTION=="add", SUBSYSTEM=="sound", KERNEL=="pcmC*", ATTRS{id}=="vc4hdmi*", \
|
||||
ENV{.snd_card}="$id", \
|
||||
RUN+="/bin/sh -c 'echo 1280 > /proc/asound/$env{.snd_card}/pcm0p/sub0/prealloc'"
|
Loading…
x
Reference in New Issue
Block a user