]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ASoC: amd: Add driver data to acp6x machine driver
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 5 Jul 2022 07:56:00 +0000 (09:56 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Jul 2022 08:30:49 +0000 (10:30 +0200)
commit11701200cc2859c7e0edcad70fde333ad4d0c180
tree5ec9479ddc360db8c3d0beb5cd0250a3ea687b41
parent468f8aa14123639808edfc38c20c1c9965b117be
ASoC: amd: Add driver data to acp6x machine driver

BugLink: https://bugs.launchpad.net/bugs/1980700
Currently all of the quirked systems use the same card and so the
DMI quirk list doesn't contain driver data.

Add driver data to these quirks and then check the data was present
or not.  This will allow potentially setting quirks for systems with
faulty firmware that claims to have a DMIC but doesn't really.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20220411134532.13538-2-mario.limonciello@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit e521f087780d07731e8c950f2f34d08358c86bc9)
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
sound/soc/amd/yc/acp6x-mach.c