Re: [PATCH 0/4] ASoC: mt8192: Fixes from initial glance at kselftest run

From: Nícolas F. R. A. Prado
Date: Fri Feb 24 2023 - 14:40:42 EST


On Fri, Feb 24, 2023 at 02:03:54PM +0000, Mark Brown wrote:
> This is a collection of fixes I came up after glancing through an
> initial test run with the Spherion Chromebook on KernelCI. There are
> more issues flagged, this is just what I fixed thus far - the volume
> controls on the MT6359 have issues for example, and a lot of controls
> aren't marked as Switches like they should be.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>

Thanks for the fixes.

Tested on a spherion chromebook to make sure audio still works as expected, and
the following tests from mixer-test in the alsa kselftest are fixed:

# No event generated for MTKAIF_ADDA6_ONLY Switch
not ok 1910 event_missing.0.13

# No event generated for MTKAIF_DMIC Switch
not ok 1917 event_missing.0.12

# No event generated for Sidetone_Positive_Gain_dB
# Sidetone_Positive_Gain_dB.0 value -1 less than minimum 0
# Sidetone_Positive_Gain_dB.0 value 101 more than maximum 100
not ok 1930 write_invalid.0.10

(no change in pcm-test results)

So,

Tested-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>

Thanks,
Nícolas