OSDN Git Service

ASoC: Intel: bytcr_rt5640: Fix Dell Venue 8 5830 Pro quirk
authorHans de Goede <hdegoede@redhat.com>
Sun, 13 May 2018 07:24:27 +0000 (09:24 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 17 May 2018 06:46:33 +0000 (15:46 +0900)
commit6748fb7e77ebff6a216243076cf162c1c700e9d6
tree603c0deeb31a00ef37ce58a62bc95c017a4fdbd1
parenta3ad29113ddc45a7b8469703b4a3f5e0c1078bcc
ASoC: Intel: bytcr_rt5640: Fix Dell Venue 8 5830 Pro quirk

This fixes the following 3 issues:

1) The sys_vendor match should be for "Dell Inc." not "DellInc.",
   without this fixed the quirk never gets applied
2) DMIC1 is used not DMIC2, this was not a problem sofar because for
   regular BYT boards (rather then BYTCR) we default to DMIC1 and because
   of 1. the quirk was not being applied
3) The Dell Venue 8 5830 Pro only has a single speaker

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bytcr_rt5640.c