summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2016-10-15Merge tag 'sound-fix-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-10-12ALSA: line6: fix a crash in line6_hwdep_write()Dan Carpenter
2016-10-12ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto
2016-10-12ALSA: hda - Fix a failure of micmute led when having multi adcsHui Wang
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-10ALSA: line6: Fix POD X3 Live audio inputAndrej Krutak
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-09-30Merge tag 'asoc-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai
2016-09-29Merge remote-tracking branches 'asoc/topic/tpa6130a2', 'asoc/topic/ux500', 'a...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/tas5086', 'asoc/topic/tegra', 'aso...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/sgtl5000', 'asoc/topic/simple', 'a...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/rt5659', 'asoc/topic/rt5660', 'aso...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/qcom', 'asoc/topic/rockchip' and '...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/nau8810', 'asoc/topic/of-bool', 'a...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/max98371', 'asoc/topic/max9867', '...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topi...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/da7219' and '...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/cs35l30', 'asoc/topic/cs42l73', 'a...Mark Brown
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...Mark Brown
2016-09-29Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown
2016-09-29Merge remote-tracking branch 'asoc/topic/pcm' into asoc-nextMark Brown
2016-09-29Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown
2016-09-29Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown
2016-09-29Merge remote-tracking branch 'asoc/fix/tpa6130a2' into asoc-linusMark Brown
2016-09-29Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/da7219', 'asoc/f...Mark Brown
2016-09-29Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown
2016-09-29Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown
2016-09-29ASoC: fsl: Fix lockups with recent cache changesMark Brown
2016-09-29ASoC: Intel: Skylake: fix memory leak of module on error exit pathColin Ian King
2016-09-29ASoC: rsnd: add SNDRV_PCM_TRIGGER_SUSPEND/RESUMEKuninori Morimoto
2016-09-29Merge branch 'for-linus' into for-nextTakashi Iwai
2016-09-28ASoC: wm8960: remove usage of obsoleted TLV-related macroTakashi Sakamoto
2016-09-28ASoC: rt5616: remove usage of obsoleted TLV-related macroTakashi Sakamoto
2016-09-28ASoC: max9867: remove usage of obsoleted TLV-related macroTakashi Sakamoto
2016-09-28ASoC: trivial: system spelling fixMarek Vasut
2016-09-27ASoC: da7219: fix inappropriate condition statementTakashi Sakamoto
2016-09-27ASoC: tlv320aic31xx: do not declare support for mono DAINikita Yushchenko
2016-09-27ASoC: stac9766: fix wrong usage of DECLARE_TLV_DB_LINEAR()Takashi Sakamoto
2016-09-27ASoC: wm8991: remove unused variableTakashi Sakamoto
2016-09-27ASoC: wm8991: fix wrong usage of DECLARE_TLV_DB_LINEAR()Takashi Sakamoto
2016-09-27ASOC: tpa6130a2: add static qualifier for file local symbolsTakashi Sakamoto
2016-09-27ASoC: sst-bxt-rt298: fix obsoleted initializers for arrayTakashi Sakamoto
2016-09-27ASoC: sst-bxt-da7219_max98357a: fix obsoleted initializers for arrayTakashi Sakamoto
2016-09-27ASoC: rt5616: add static qualifier for file local symbolsTakashi Sakamoto
2016-09-27ASoC: arizona: Add output power up/down delays for speaker pathCharles Keepax
2016-09-27ASoC: arizona: Add debug prints for output power up/down timesCharles Keepax
2016-09-27ALSA: hda - Add the top speaker pin config for HP Spectre x360Takashi Iwai
2016-09-26ASoC: Intel: Add DMIC channel constraint for bxt machineYong Zhi
2016-09-26ASoC: dpcm: print dai_link name of BE other than FE.彭东林