[GIT PULL] sound fixes for 3.13-rc3

From: Takashi Iwai
Date: Thu Dec 05 2013 - 06:34:42 EST


Linus,

please pull sound fixes for v3.13-rc3 from:

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

The topmost commit is 0756f09c4946fe2d9ce2ebcb6f2e3c58830d22a3

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

sound fixes for 3.13-rc3

A usual pattern of half ASoC and half HD-audio fixes, although
HD-audio fixups have more volumes, in addition to a couple of
trivial fixes. Nothing to worry much is found here.

For ASoC side: a few fixes for PCM rate constraints calculations,
regmap byte-order fix, the rest driver specific fixes (atmel, fsl,
omap, kirkwood, wm codecs).

For HD-audio: Dell headset and mono out fix, ELD update in polling
mode, ALC283 Chromebook fixes, a few fixes for old AD codecs and
MBA2,1 regression fix.

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

Bo Shen (2):
ASoC: atmel: sam9x5_wm8731: fix oops when unload module
ASoC: wm8731: fix dsp mode configuration

Charles Keepax (2):
ASoC: wm5110: Remove output OSR and PGA volume controls
ASoC: core: Use consistent byte ordering in snd_soc_bytes_get

Dan Carpenter (1):
ALSA: dice: fix array limits in dice_proc_read()

David Henningsson (3):
ALSA: hda - Add mono speaker quirk for Dell Inspiron 5439
ALSA: hda - Fix headset mic input after muted internal mic (Dell/Realtek)
ALSA: hda - Fix missing ELD info when using jackpoll_ms parameter

Fabio Estevam (1):
ASoC: fsl: imx-pcm-fiq: Remove unused 'runtime' variable

Jarkko Nikula (1):
ASoC: omap: n810: Convert to clk_prepare_enable/clk_disable_unprepare

Jean-Francois Moine (2):
ASoC: kirkwood: Fix invalid S/PDIF format
ASoC: kirkwood: Fix erroneous double output while playing

Kailang Yang (2):
ALSA: hda/realtek - Independent of model for HP
ALSA: hda/realtek - remove hp_automute_hook from alc283_fixup_chromebook

Kuninori Morimoto (1):
ASoC: rcar: select REGMAP

Lars-Peter Clausen (2):
ASoC: pcm: Fix rate_max calculation
ASoC: pcm: Always honor DAI min and max sample rate constraints

Mark Brown (1):
ASoC: wm8990: Mark the register map as dirty when powering down

Oskar Schirmer (1):
ASoC: fsl: imx-pcm-fiq: remove bogus period delta calculation

Shawn Guo (1):
ASoC: core: fix devres parameter in devm_snd_soc_register_card()

Stephen Warren (1):
ASoC: dapm: Use SND_SOC_DAPM_INIT_REG_VAL in SND_SOC_DAPM_MUX

Takashi Iwai (8):
ALSA: hda - Fix silent output on ASUS W7J laptop
ALSA: hda - Fix bad EAPD setup for HP machines with AD1984A
ALSA: hda - Fix complete_all() timing in deferred probes
ALSA: atmel: Fix possible array overflow
ALSA: hda - Another fixup for ASUS laptop with ALC660 codec
ALSA: hda/analog - Handle inverted EAPD properly in vmaster hook
ALSA: hda - Use always amps for auto-mute on AD1986A codec
ALSA: hda - Fix silent output on MacBook Air 2,1

Wei Yongjun (1):
ASoC: fsl: set correct platform drvdata in pcm030_fabric_probe()

---
include/sound/soc-dapm.h | 3 +-
sound/atmel/abdac.c | 3 +-
sound/firewire/dice.c | 4 +-
sound/pci/hda/hda_intel.c | 9 ++--
sound/pci/hda/patch_analog.c | 6 +++
sound/pci/hda/patch_hdmi.c | 27 ++++++-----
sound/pci/hda/patch_realtek.c | 92 +++++++++++++++++++++++++++++--------
sound/soc/atmel/sam9x5_wm8731.c | 2 +
sound/soc/codecs/wm5110.c | 25 ----------
sound/soc/codecs/wm8731.c | 4 +-
sound/soc/codecs/wm8990.c | 2 +
sound/soc/fsl/pcm030-audio-fabric.c | 3 +-
sound/soc/kirkwood/kirkwood-i2s.c | 22 +++++----
sound/soc/omap/n810.c | 4 +-
sound/soc/sh/Kconfig | 1 +
sound/soc/soc-core.c | 4 +-
sound/soc/soc-devres.c | 4 +-
sound/soc/soc-pcm.c | 18 +++++---
18 files changed, 146 insertions(+), 87 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/