Add AppleT2x1 stereo profile#1
Open
truebest wants to merge 1 commit into
Open
Conversation
AdityaGarg8
reviewed
Apr 15, 2026
| [Mapping Speakers] | ||
| device-strings = hw:%f,0 | ||
| paths-output = t2-speakers | ||
| channel-map = left,right |
Member
There was a problem hiding this comment.
Shouldn't the channel map be mono if it is just one speaker?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the missing
apple-t2x1.confstereo profile.Why
On my Mac mini 2018 (T2) under Ubuntu 25.10, the Apple audio card is exposed as
AppleT2x1.The repo currently ships:
apple-t2x2.confapple-t2x4.confapple-t2x6.confAt the same time, the udev rule already maps the Apple audio device to
apple-t2x%c.conf, so on this machine the audio stack ends up looking forapple-t2x1.conf, which is missing.That leaves the T2 card without the expected profile data for the built-in speaker / headphone-jack layout.
What changed
This PR adds
files/profile-sets/apple-t2x1.conf.The mapping matches the stereo endpoint layout I observed on this Mac mini:
hw:%f,0speakershw:%f,2headphones / codec outputhw:%f,3headset mic / codec inputThe profile itself follows the same structure as
apple-t2x2.conf, using stereo speaker output plus headphone and mic mappings.Validation
Validated locally on a Mac mini 2018 (T2):
AppleT2x1, but the expected profile file was missingapple-t2x1.conf, both built-in speaker and 3.5 mm jack became usable