lkml.org 
[lkml]   [2022]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.18 0013/1095] ASoC: amd: yc: Update DMI table entries
    Date
    From: syed sabakareem <Syed.SabaKareem@amd.com>

    commit be0aa8d4b0fcb4532bf7973141e911998ab39508 upstream.

    Removed intel DMI product id's 21AW/21AX/21D8/21D9/21BN/21BQ
    in DMI table and updated DMI entry for AMD platform X13 Gen 3
    platform 21CM/21CN.

    Link: https://bugzilla.kernel.org/show_bug.cgi?id=216267

    Signed-off-by: syed sabakareem <Syed.SabaKareem@amd.com>
    Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
    Reported-by: David Korth <gerbilsoft@gerbilsoft.com>
    Fixes: fa991481b8b2 ("ASoC: amd: add YC machine driver using dmic")
    Link: https://lore.kernel.org/r/20220722134603.316668-1-Syed.SabaKareem@amd.com
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    sound/soc/amd/yc/acp6x-mach.c | 32 ++------------------------------
    1 file changed, 2 insertions(+), 30 deletions(-)

    --- a/sound/soc/amd/yc/acp6x-mach.c
    +++ b/sound/soc/amd/yc/acp6x-mach.c
    @@ -104,28 +104,14 @@ static const struct dmi_system_id yc_acp
    .driver_data = &acp6x_card,
    .matches = {
    DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "21AW"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "21CM"),
    }
    },
    {
    .driver_data = &acp6x_card,
    .matches = {
    DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "21AX"),
    - }
    - },
    - {
    - .driver_data = &acp6x_card,
    - .matches = {
    - DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "21BN"),
    - }
    - },
    - {
    - .driver_data = &acp6x_card,
    - .matches = {
    - DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "21BQ"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "21CN"),
    }
    },
    {
    @@ -156,20 +142,6 @@ static const struct dmi_system_id yc_acp
    DMI_MATCH(DMI_PRODUCT_NAME, "21CL"),
    }
    },
    - {
    - .driver_data = &acp6x_card,
    - .matches = {
    - DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "21D8"),
    - }
    - },
    - {
    - .driver_data = &acp6x_card,
    - .matches = {
    - DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "21D9"),
    - }
    - },
    {}
    };


    \
     
     \ /
      Last update: 2022-08-15 22:06    [W:2.211 / U:1.544 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site