]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'asoc-fix-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
authorTakashi Iwai <tiwai@suse.de>
Tue, 17 Mar 2015 15:30:26 +0000 (16:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Mar 2015 15:30:26 +0000 (16:30 +0100)
commit3fc6c5a1cfb979c768de003ee3c5783e671b156d
tree0eb300fa4dfa983e8fdf9d7d74a4c1d474b30805
parentcc261738add93947d138d2fabad9f4dbed4e5c00
parent33484c67398295108ab31e17b50b5a6fba1f5eef
Merge tag 'asoc-fix-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus

ASoC: Fixes for v4.0

As well as the usual collection of driver specific fixes there's a few
more generic things:

 - Lots of fixes from Takashi for drivers using the wrong field in the
   control union to communicate with userspace, leading to potential
   errors on 64 bit systems.
 - A fix from Lars for locking of the lists of devices we maintain,
   mostly only likely to trigger during device probe and removal.