lkml.org 
[lkml]   [2021]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.11 290/775] ASoC: SOF: sof-pci-dev: add missing Up-Extreme quirk
    Date
    From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

    [ Upstream commit bd8036eb15263a720b8f846861c180b27d050a09 ]

    The UpExtreme board supports the community key and was missed in
    previous contributions. Add it to make sure the open firmware is
    picked by default without needing a symlink on the target.

    Fixes: 46207ca24545 ('ASoC: SOF: pci: change the default firmware path when the community key is used')
    Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    Reviewed-by: Bard Liao <bard.liao@intel.com>
    Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
    Link: https://lore.kernel.org/r/20210208231853.58761-1-pierre-louis.bossart@linux.intel.com
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    sound/soc/sof/sof-pci-dev.c | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c
    index 215711ac74509..9adf50b20a735 100644
    --- a/sound/soc/sof/sof-pci-dev.c
    +++ b/sound/soc/sof/sof-pci-dev.c
    @@ -65,6 +65,13 @@ static const struct dmi_system_id community_key_platforms[] = {
    DMI_MATCH(DMI_BOARD_NAME, "UP-APL01"),
    }
    },
    + {
    + .ident = "Up Extreme",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
    + DMI_MATCH(DMI_BOARD_NAME, "UP-WHL01"),
    + }
    + },
    {
    .ident = "Google Chromebooks",
    .matches = {
    --
    2.27.0


    \
     
     \ /
      Last update: 2021-03-02 03:10    [W:2.459 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site