]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5677: Reintroduce I2C device IDs
authorTom Rini <trini@konsulko.com>
Wed, 23 Aug 2017 01:51:46 +0000 (21:51 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Aug 2017 16:04:29 +0000 (18:04 +0200)
commitcbc3231eab8306359ae115097296dbd6c0cc0ab1
tree9735680c664bc9af560cc53d371346884426594f
parentdf74ed06f56196e69356e5395882e44fa65d6551
ASoC: rt5677: Reintroduce I2C device IDs

Not all devices with ACPI and this combination of sound devices will
have the required information provided via ACPI.  Reintroduce the I2C
device ID to restore sound functionality on on the Chromebook 'Samus'
model.

[ More background note:
 the commit 548af1864e01 ("ASoC: rt5677: Introduce proper table...")
 moved the i2c ID probed via ACPI ("RT5677CE:00") to a proper
 acpi_device_id table.  Although the action itself is correct per se,
 the overseen issue is the reference id->driver_data at
 rt5677_i2c_probe() for retrieving the corresponding chip model for
 the given id.  Since id=NULL is passed for ACPI matching case, we get
 an Oops now.

 We already have queued more fixes for 4.14 and they already address
 the issue, but they are bigger changes that aren't preferable for the
 late 4.13-rc stage.  So, this patch just papers over the bug as a
 once-off quick fix for a particular ACPI matching.  -- tiwai ]

Fixes: 548af1864e01 ("ASoC: rt5677: Introduce proper table for ACPI enumeration")
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/rt5677.c