Page MenuHomeSolus

pipewire: put ALSA configs in dir where they are actually picked up
ClosedPublic

Authored by Staudey on Oct 17 2021, 5:48 PM.
Tags
None
Referenced Files
F11036371: D12048.id.diff
Wed, Aug 9, 7:15 PM
F11036369: D12048.id29260.diff
Wed, Aug 9, 7:15 PM
F11036366: D12048.id29286.diff
Wed, Aug 9, 7:15 PM
F11036362: D12048.id29288.diff
Wed, Aug 9, 7:15 PM
F11036361: D12048.id29273.diff
Wed, Aug 9, 7:15 PM
F11026821: D12048.diff
Wed, Aug 9, 3:03 AM
F11017904: D12048.diff
Sun, Aug 6, 7:30 AM
F10844113: D12048.id29288.diff
Jun 10 2023, 8:06 PM

Details

Summary

pipewire: put ALSA configs in dir where they are actually picked up

Fixes issues with e.g. fmod games on Steam, see here

Depends on D12037

Test Plan

Played Project Zomboid with pipewire and sound

Diff Detail

Repository
R4226 pipewire
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 2046
Build 2046: arc lint + arc unit

Event Timeline

livingsilver94 added inline comments.
package.yml
53

I know I'm being pedantic, but IMO slashes as separators in the sed syntax should be avoided. They often get confused with path separators. Pipes, or hash signs, or colons are more suitable characters (|, #, :).

@livingsilver: I have no strong opinion on this, and can change it if you think it would be best. I just usually use slashes.

JoshStrobl added a subscriber: JoshStrobl.

Seems legit otherwise ?

package.yml
53

Agreed, would prefer : but I too am pedantic.

This revision now requires changes to proceed.Oct 18 2021, 4:32 PM

Use less ambiguous separators for sed

but I too am pedantic

You don't say ?

You could still do with the single quotes around the string

Update sed command yet again

This revision is now accepted and ready to land.Oct 18 2021, 5:43 PM