Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
6d6cd631
Commit
6d6cd631
authored
Jul 07, 2020
by
Dmitriy Terekhin
Committed by
Anton Midyukov
Aug 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm-rpi4: pulseaudio customization
Changed audio scheduling from timer-based to interrupt-driven to prevent unwanted crackle.
parent
f30d929a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
82-timer-based-to-interrupt-driven
...m-rpi4/image-scripts.d/82-timer-based-to-interrupt-driven
+11
-0
No files found.
features.in/arm-rpi4/image-scripts.d/82-timer-based-to-interrupt-driven
0 → 100755
View file @
6d6cd631
#!/bin/sh -efu
# Changed audio scheduling from timer-based to
# interrupt-driven to prevent unwanted crackle.
pafile
=
"/etc/pulse/default.pa"
if
[
-f
"
$pafile
"
]
then
sed
-i
's/^load-module module-udev-detect$/load-module module-udev-detect tsched=0/'
"
$pafile
"
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment