Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
authorMark Brown <broonie@kernel.org>
Fri, 25 Aug 2017 13:44:05 +0000 (14:44 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 25 Aug 2017 13:44:05 +0000 (14:44 +0100)
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.

1  2 
sound/soc/codecs/rt5677.c

@@@ -5010,6 -5019,9 +5010,8 @@@ static const struct regmap_config rt567
  };
  
  static const struct i2c_device_id rt5677_i2c_id[] = {
 -      { "RT5677CE:00", RT5677 },
+       { "rt5677", RT5677 },
+       { "rt5676", RT5676 },
        { }
  };
  MODULE_DEVICE_TABLE(i2c, rt5677_i2c_id);