8 Jan
2026
8 Jan
'26
8:53 a.m.
Hi José,
The machine likely similar to Book 4 Pro, it is an HDA+companion amp setup: https://github.com/thesofproject/linux/issues/5002
The bounty for Book 4 Pro resulted (as far as I know) working audio, which can be replicated: https://github.com/stephanlensky/galaxy-book4-linux-sound
You might need to add the quirk for the Ultra and by luck it might work as well.
SOF is not needed, used in these machines as they are pure HDA devices.
--
Péter
On 08/01/2026 00:26, José Augusto de Almeida Neto wrote:
> Hi ALSA developers,
>
> I'm reporting a hardware support issue with the Samsung Galaxy Book 4 Ultra
> (NP960XGL-XG1BR) running on Intel Meteor Lake (MTL) platform.
>
> SUMMARY:
> The laptop has MAX98390 smart speaker amplifiers that are not supported in
> the current Linux kernel. Headphones work (ALC298 HDA codec) but speakers
> are completely non-functional.
>
> HARDWARE:
> - System: Samsung Galaxy Book 4 Ultra (NP960XGL-XG1BR)
> - CPU: Intel Meteor Lake-P
> - Audio Controller: Intel MTL HD Audio (8086:7728)
> - HDA Codec: Realtek ALC298 (working for headphones)
> - Speaker Amps: 4x Maxim MAX98390 on I2C bus 2 (addresses 0x38, 0x39,
> 0x3C, 0x3D)
> - Kernel: 6.17.9 (also tested on 6.8.0 mainline)
>
> ROOT CAUSE:
> 1. No machine driver match in soc-acpi-intel-mtl-match.c for Samsung +
> MAX98390
> 2. No SOF topology file for MTL + HDA + MAX98390 combination
> 3. NHLT only shows SSP2 (Bluetooth), no SSP configured for speakers
> 4. SOF falls back to generic skl_hda_dsp_generic (2-channel HDA only)
>
> VERIFICATION:
> - MAX98390 chips respond on I2C (revision 0x42 confirmed on all 4 chips)
> - ACPI device MAX98390:00 present (status 15 - enabled)
> - ALC298 speaker DAC receives audio but no output from physical speakers
> - No I2S/TDM connection to MAX98390 amplifiers
>
> I have collected detailed technical information including:
> - DSDT and NHLT ACPI tables
> - Full HDA codec dump
> - I2C bus scans and MAX98390 register reads
> - dmesg logs showing current SOF behavior
>
> Full detailed report: BUG_REPORT.md attached
>
> QUESTION:
> Is there ongoing work to support MAX98390 on Meteor Lake platforms?
> I'm willing to test patches and provide additional debugging information.
>
> Thank you,
> Jose
>