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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
b4bd672d
Commit
b4bd672d
authored
Nov 13, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm-rpi4: remove 82-timer-based-to-interrupt-driven
We migrated from pulseaudio to pipewire.
parent
9116a44f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
82-timer-based-to-interrupt-driven
...m-rpi4/image-scripts.d/82-timer-based-to-interrupt-driven
+0
-11
No files found.
features.in/arm-rpi4/image-scripts.d/82-timer-based-to-interrupt-driven
deleted
100755 → 0
View file @
9116a44f
#!/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