projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c517d83
)
ASoC: rt286: Change the DMI mapping for Dino
author
Bard Liao
<bardliao@realtek.com>
Fri, 6 Mar 2015 02:12:58 +0000
(10:12 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 6 Mar 2015 20:34:45 +0000
(20:34 +0000)
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>
sound/soc/codecs/rt286.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt286.c
b/sound/soc/codecs/rt286.c
index f374840a5a7ce376272d8f7e3290f91c099cb19f..9b541e52da8c77da4134fdf8e0c551d35a2a402b 100644
(file)
--- 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
")
}
},
{ }