[GIT PULL] sound fixes for 4.5

From: Takashi Iwai
Date: Tue Mar 08 2016 - 09:55:18 EST


Linus,

please pull sound fixes for v4.5 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.5

The topmost commit is ad09ef2cce91e3a98a32e3bb0a5982a6e8920aa1

----------------------------------------------------------------

sound fixes for 4.5

It's always an ambivalent feeling to send a large pull request at the
late stage like this, especially when most of patches came from me.
In anyway, this is a collection of lots of small fixes that slipped
from the previous pull request.

All fixes are about ASoC, and the majority of changes are corrections
of the wrong access types in ALSA ctl enum items. They are mostly
harmless on 32bit architectures, but actually buggy on 64bit. So we
addressed all these now in a shot. The rest are various small ASoC
driver fixes.

Among them, only two changes have been done to ASoC core, and both of
them are trivial. The rest are all device-specific. So overall, they
should be safe to apply.

----------------------------------------------------------------

Alan (1):
ASoC: Intel: Skylake: fix pointer scaling

Andreas IrestÃl (1):
ASoC: adau17x1: Fix incorrect BCLK ratio definitions

Arnd Bergmann (1):
ASoC: trace: fix printing jack name

Carlo Caione (1):
ASoC: cht_bsw_rt5645: Fix writing to string literal

Charles Keepax (1):
ASoC: samsung: Use IRQ safe spin lock calls

Fabio Estevam (1):
ASoC: fsl_ssi: Go back to explicit register defaults

Robert Jarzmik (1):
ASoC: wm9713: fix regmap free path

Stephen Boyd (1):
ASoC: qcom: Don't specify LE device endianness

Takashi Iwai (25):
ASoC: dapm: Fix ctl value accesses in a wrong type
ASoC: pxa: corgi: Fix enum ctl accesses in a wrong type
ASoC: pxa: magician: Fix enum ctl accesses in a wrong type
ASoC: pxa: poodle: Fix enum ctl accesses in a wrong type
ASoC: pxa: spitz: Fix enum ctl accesses in a wrong type
ASoC: pxa: tosa: Fix enum ctl accesses in a wrong type
ASoC: omap: n810: Fix enum ctl accesses in a wrong type
ASoC: omap: rx51: Fix enum ctl accesses in a wrong type
ASoC: intel: mfld: Fix enum ctl accesses in a wrong type
ASoC: cs42l51: Fix enum ctl accesses in a wrong type
ASoC: da732x: Fix enum ctl accesses in a wrong type
ASoC: ab8500: Fix enum ctl accesses in a wrong type
ASoC: max98088: Fix enum ctl accesses in a wrong type
ASoC: max98095: Fix enum ctl accesses in a wrong type
ASoC: tlv320dac33: Fix enum ctl accesses in a wrong type
ASoC: wl1273: Fix enum ctl accesses in a wrong type
ASoC: wm8753: Fix enum ctl accesses in a wrong type
ASoC: wm8904: Fix enum ctl accesses in a wrong type
ASoC: wm8958: Fix enum ctl accesses in a wrong type
ASoC: wm8983: Fix enum ctl accesses in a wrong type
ASoC: wm8985: Fix enum ctl accesses in a wrong type
ASoC: wm8994: Fix enum ctl accesses in a wrong type
ASoC: wm8996: Fix enum ctl accesses in a wrong type
ASoC: wm9081: Fix enum ctl accesses in a wrong type
ASoC: wm_adsp: Fix enum ctl accesses in a wrong type

---
include/trace/events/asoc.h | 8 +++----
sound/soc/codecs/ab8500-codec.c | 8 +++----
sound/soc/codecs/adau17x1.h | 6 ++---
sound/soc/codecs/cs42l51.c | 8 +++----
sound/soc/codecs/da732x.c | 8 +++----
sound/soc/codecs/max98088.c | 2 +-
sound/soc/codecs/max98095.c | 4 ++--
sound/soc/codecs/tlv320dac33.c | 9 ++++---
sound/soc/codecs/wl1273.c | 13 +++++-----
sound/soc/codecs/wm8753.c | 6 ++---
sound/soc/codecs/wm8904.c | 4 ++--
sound/soc/codecs/wm8958-dsp2.c | 8 +++----
sound/soc/codecs/wm8983.c | 14 +++++------
sound/soc/codecs/wm8985.c | 14 +++++------
sound/soc/codecs/wm8994.c | 4 ++--
sound/soc/codecs/wm8996.c | 2 +-
sound/soc/codecs/wm9081.c | 8 +++----
sound/soc/codecs/wm9713.c | 2 +-
sound/soc/codecs/wm_adsp.c | 8 +++----
sound/soc/fsl/fsl_ssi.c | 42 ++++++++++++++++-----------------
sound/soc/intel/boards/cht_bsw_rt5645.c | 6 ++++-
sound/soc/intel/boards/mfld_machine.c | 16 ++++++-------
sound/soc/intel/skylake/skl-topology.c | 2 +-
sound/soc/omap/n810.c | 18 +++++++-------
sound/soc/omap/rx51.c | 18 +++++++-------
sound/soc/pxa/corgi.c | 12 +++++-----
sound/soc/pxa/magician.c | 6 ++---
sound/soc/pxa/poodle.c | 12 +++++-----
sound/soc/pxa/spitz.c | 12 +++++-----
sound/soc/pxa/tosa.c | 12 +++++-----
sound/soc/qcom/lpass-cpu.c | 1 -
sound/soc/samsung/i2s.c | 21 ++++++++++-------
sound/soc/soc-dapm.c | 8 +++----
33 files changed, 162 insertions(+), 160 deletions(-)