Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apple/t8122-j504.dts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@

/ {
sound: sound {
compatible = "apple,j504-macaudio", "apple,macaudio";
compatible = "apple,j504-macaudio", "apple,j314-macaudio", "apple,macaudio";
model = "MacBook Pro J504";

dai-link@0 {
Expand Down
6 changes: 6 additions & 0 deletions sound/soc/apple/macaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,12 @@ static const struct of_device_id macaudio_snd_device_id[] = {
/* j475 AID25 sn012776 20 1× 1W Compat: apple,j375-macaudio */
/* j493 AID18 sn012776 15 2× 2W */
{ .compatible = "apple,j493-macaudio", .data = &macaudio_j493_cfg },
/* j504 AID24 sn012776 15 2× 2W+1T Compat: apple,j314-macaudio */
/* j514 AID28 sn012776 15 2x 2W+1T Compat: apple,j314-macaudio */
/* j516 AID29 sn012776 15 2x 2W+1T Compat: apple,j316-macaudio */
/* j575 AID33 sn012776 15 1x 1W Compat: apple,j375-macaudio */
/* j613 AID20 sn012776 15 2x 1W+1T Compat: apple,j413-macaudio */
/* j615 AID21 sn012776 15 2x 2W+1T Compat: apple,j415-macaudio */
/* Fallback, jack only */
{ .compatible = "apple,macaudio"},
{ }
Expand Down