|
[General] |
|
auto-profiles = no |
|
|
|
[Mapping builtin-speaker] |
|
description = Built-in Speaker |
|
device-strings = front:%f |
|
paths-output = builtin-speaker-output |
|
channel-map = left,right |
|
priority = 100 |
|
direction = output |
|
|
|
[Mapping builtin-mic] |
|
description = Built-in Mic |
|
device-strings = front:%f |
|
paths-output = builtin-mic-input |
|
channel-map = left,center,right |
|
priority = 100 |
|
direction = input |
|
|
|
[Mapping codec-output] |
|
description = Headphone |
|
device-strings = front:%f,1 |
|
paths-output = codec-output |
|
channel-map = left,right |
|
priority = 100 |
|
direction = output |
|
|
|
[Mapping codec-input] |
|
description = Headphone Mic |
|
device-strings = front:%f,1 |
|
paths-output = codec-input |
|
channel-map = mono |
|
priority = 100 |
|
direction = input |
|
|
|
[Profile output:builtin-speaker+input:builtin-mic] |
|
description = Built-in Speaker + Built-in Mic |
|
output-mappings = builtin-speaker |
|
input-mappings = builtin-mic |
|
skip-probe = yes |
|
|
|
[Profile output:codec-output+input:builtin-mic] |
|
description = Headphones + Built-in Mic |
|
output-mappings = codec-output |
|
input-mappings = builtin-mic |
|
|
|
[Profile output:codec-output+input:codec-input] |
|
description = Headphones + External Mic |
|
output-mappings = codec-output |
|
input-mappings = codec-input |
|
|
|
[Profile output:builtin-speaker+input:codec-input] |
|
description = Built-in Speaker + External Mic |
|
output-mappings = builtin-speaker |
|
input-mappings = codec-input |
Hi @bigbadmonster17 - thanks for the guide. You said you're on Fedora 34, which already includes Pipewire I believe.
May I ask where you saved apple-t2.conf?
/usr/share/pulseaudio/alsa-mixer/profile-sets/apple-t2.conf
doesn't exist on Fedora 34, as that's in the pulseaudio directory... did you save it to /usr/share/pipewire?Thank you! Working great on Fedora otherwise :)