diff options
author | Mark Brown <broonie@kernel.org> | 2017-08-25 15:44:05 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-25 15:44:05 +0200 |
commit | b7e2672d1a23a53bd2657704bf94a8dc8880cc49 (patch) | |
tree | 7e315f84913b6cd896fda558724961b39a735587 /sound/soc/codecs/rt5677.c | |
parent | ASoC: rt5677: Remove never used variables (diff) | |
parent | ASoC: rt5677: Reintroduce I2C device IDs (diff) | |
download | linux-b7e2672d1a23a53bd2657704bf94a8dc8880cc49.tar.xz linux-b7e2672d1a23a53bd2657704bf94a8dc8880cc49.zip |
Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-rt5677
sound fixes for 4.13-rc7
We're keeping in a good shape, this batch contains just a few small
fixes (a regression fix for ASoC rt5677 codec, NULL dereference and
error-path fixes in firewire, and a corner-case ioctl error fix for
user TLV), as well as usual quirks for USB-audio and HD-audio.
Diffstat (limited to 'sound/soc/codecs/rt5677.c')
-rw-r--r-- | sound/soc/codecs/rt5677.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c index 9e9de0e274ea..9875c8d05b5c 100644 --- a/sound/soc/codecs/rt5677.c +++ b/sound/soc/codecs/rt5677.c @@ -5010,6 +5010,8 @@ static const struct regmap_config rt5677_regmap = { }; static const struct i2c_device_id rt5677_i2c_id[] = { + { "rt5677", RT5677 }, + { "rt5676", RT5676 }, { } }; MODULE_DEVICE_TABLE(i2c, rt5677_i2c_id); |