[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <94782cf4-5317-49fb-bd8c-8dfc4eafae74@manjaro.org>
Date: Fri, 11 Oct 2024 12:20:10 +0700
From: Philip Müller <philm@...jaro.org>
To: Takashi Iwai <tiwai@...e.de>
Cc: Jonathan LoBue <jlobue10@...il.com>, perex@...ex.cz, tiwai@...e.com,
shenghao-ding@...com, kailang@...ltek.com, alsa-devel@...a-project.org,
linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
derekjohn.clark@...il.com, luke@...nes.dev, benato.denis96@...il.com,
Kyle Gospodnetich <me@...egospodneti.ch>,
Jan Drogehoff <sentrycraft123@...il.com>,
Richard Alvarez <alvarez.richard@...il.com>,
Miles Montierth <cyber_dopamine@...heblackmedia.com>,
"Chen, Robin" <robinchen@...com>, Antheas Kapenekakis <lkml@...heas.dev>,
"Xu, Baojun" <baojun.xu@...com>,
Mario Limonciello <mario.limonciello@....com>
Subject: Re: [PATCH] ALSA: hda/realtek: tas2781: Fix ROG ALLY X audio
On 15/8/24 19:58, Antheas Kapenekakis wrote:
> Hi everyone,
> I created the following Draft MR for the Ally firmware files:
> https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/272
>
> Please comment on it at your leisure. I will remove the Draft status once
> all the sign-off members verify it for correctness.
>
> @Shenghao: can you restate publicly the license of the firmware files and if
> there are no issues, sign-off on the MR?
>
> Best,
> Antheas
The firmware is now finally merged upstream:
https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/317/diffs
For now a symlink was added to make the current driver implementation by
Jonathan work:
https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/318/diffs
Jim and Robin from TI will adjust the tas2781_hda_i2c driver to load the
correct firmware per speaker vendor so the different optimized
protection parameters are given.
For example the following can be used to readout the GUID for
calibration data in UEFI BIOS:
status = efi.get_variable(efi_name, &efi_guid, &attr, &total_sz, data);
Example source:
find /sys/firmware/efi/efivars/ -name *-1f52* -print -exec hexdump -C {} \;
/sys/firmware/efi/efivars/CALI_DATA-1f52d2a1-bb3a-457d-bc09-43a3f4310a92
00000000 07 00 00 00 dd f5 15 41 4d ab bb 0f f4 11 bd 31
|.......AM......1|
00000010 bf 5e 97 00 00 00 00 24 2f 8d 10 3e 77 b9 7f 10
|.^.....$/..>w...|
00000020 f3 07 6e 2f b3 d0 93 00 00 00 00 24 00 00 00 00
|..n/.......$....|
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00000050 00 00 00 00 f2 e1 73 66 8e 08 d9 2b 00 00 00 01
|......sf...+....|
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
|................|
*
00000080 00 00 00 00 |....|
00000084
--
Best, Philip
Powered by blists - more mailing lists