diff options
author | Bard Liao <bardliao@realtek.com> | 2015-03-06 03:12:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-06 21:34:45 +0100 |
commit | a4ee556137a5bb4b542c5023e6fead4b7cf33495 (patch) | |
tree | dd7b7a0dd95f81bda90d25bbd9b5b8316f7cbb29 /sound/soc/codecs/rt286.c | |
parent | Linux 4.0-rc1 (diff) | |
download | linux-a4ee556137a5bb4b542c5023e6fead4b7cf33495.tar.xz linux-a4ee556137a5bb4b542c5023e6fead4b7cf33495.zip |
ASoC: rt286: Change the DMI mapping for Dino
The board ID will be changed between revisions. So, it is better
to map it by project name.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt286.c')
-rw-r--r-- | sound/soc/codecs/rt286.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index f374840a5a7c..9b541e52da8c 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c @@ -1198,7 +1198,7 @@ static struct dmi_system_id dmi_dell_dino[] = { .ident = "Dell Dino", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), - DMI_MATCH(DMI_BOARD_NAME, "0144P8") + DMI_MATCH(DMI_PRODUCT_NAME, "XPS 13 9343") } }, { } |