Linus, please pull sound fixes for v4.2-rc6 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.2-rc6 The topmost commit is 6ac7ada210a8d23a56fbf18b6e1e00528844565c ---------------------------------------------------------------- The only bulk changes in this request is ABI updates for ASoC topology API. It's a new API that was introduced in 4.2, and we'd like to avoid ABI change after the release, so it's taken now. As there is no real in-tree user for this API, it should be fairly safe. Other than that, the usual small fixes are found in various drivers: ASoC cs4265, rt5645, intel-sst, firewire, oxygen and HD-audio. ---------------------------------------------------------------- Axel Lin (1): ASoC: cs4265: Fix setting dai format for Left/Right Justified Bard Liao (1): ASoC: rt5645: Fix lost pin setting for DMIC1 Hui Wang (1): ALSA: hda - one Dell machine needs the headphone white noise fixup Jeeja KP (2): ALSA: HDA: Fix stream assignment for host in decoupled mode ALSA: HDA: Dont check return for snd_hdac_chip_readl Jie Yang (2): ASoC: Intel: haswell: fix initialize 'NULL device *' issue ASoC: Intel: sst_byt: fix initialize 'NULL device *' issue Liam Girdwood (1): ASoC: topology: Add private data type and bump ABI version to 3 Mengdong Lin (3): ASoC: topology: fix typo in soc_tplg_kcontrol_bind_io() ASoC: topology: Update TLV support so we can support more TLV types ASoC: topology: Add ops support to byte controls UAPI Subhransu S. Prusty (1): ASoC: topology: Add subsequence in topology Takashi Sakamoto (2): Revert "ALSA: fireworks: add support for AudioFire2 quirk" ALSA: fireworks/firewire-lib: add support for recent firmware quirk Tomer Barletz (1): ALSA: oxygen: Fix logical-not-parentheses warning Vinod Koul (1): ASoC: topology: add private data to manifest --- include/uapi/sound/asoc.h | 35 +++++++++++------ sound/firewire/amdtp.c | 5 ++- sound/firewire/amdtp.h | 2 + sound/firewire/fireworks/fireworks.c | 10 ++++- sound/firewire/fireworks/fireworks.h | 2 +- sound/firewire/fireworks/fireworks_stream.c | 12 ++++-- sound/hda/ext/hdac_ext_controller.c | 6 --- sound/hda/ext/hdac_ext_stream.c | 2 +- sound/pci/hda/patch_realtek.c | 1 + sound/pci/oxygen/oxygen_mixer.c | 2 +- sound/soc/codecs/cs4265.c | 10 ++--- sound/soc/codecs/rt5645.c | 2 + sound/soc/codecs/rt5645.h | 4 ++ sound/soc/intel/baytrail/sst-baytrail-ipc.c | 2 + sound/soc/intel/haswell/sst-haswell-ipc.c | 2 + sound/soc/soc-topology.c | 61 ++++++++++++++++++++--------- 16 files changed, 108 insertions(+), 50 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/