Skip to content

Commit 441cdd8

Browse files
committed
ASoC: macaudio: Alias f413 fixups to j314
This works as far as following the same intent as j314, but we *know* these limits are not sufficient, so this one really needs the module parameter gate. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent d979aaa commit 441cdd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/apple/macaudio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ static const struct of_device_id macaudio_snd_device_id[] = {
866866
{ .compatible = "apple,j274-macaudio", .data = macaudio_j274_fixup_controls },
867867
{ .compatible = "apple,j314-macaudio", .data = macaudio_j314_fixup_controls },
868868
{ .compatible = "apple,j375-macaudio", .data = macaudio_j375_fixup_controls },
869+
{ .compatible = "apple,j413-macaudio", .data = macaudio_j314_fixup_controls },
869870
{ .compatible = "apple,j493-macaudio", .data = macaudio_j493_fixup_controls },
870871
{ .compatible = "apple,macaudio"},
871872
{ }

0 commit comments

Comments
 (0)