aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner36-144/+36
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-12/+41
2019-06-13Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai4-12/+41
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-06-03ASoC: SOF: fix DSP oops definitions in FW ABIKai Vehmanen2-2/+28
2019-06-03ASoC: SOF: ipc: replace fw ready bitfield with explicit bit orderingSlawomir Blauciak1-10/+10
2019-06-03ASoC: SOF: soundwire: add initial soundwire supportPan Xiuli1-0/+1
2019-06-03ASoC: SOF: uapi: mirror firmware changesPierre-Louis Bossart1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-28/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner59-906/+59
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner12-65/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Thomas Gleixner1-14/+1
2019-05-17Merge tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2019-05-13ALSA: hda: Fix race between creating and refreshing sysfs entriesAmadeusz Sławiński1-0/+1
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds17-89/+1537
2019-05-06Merge tag 'asoc-v5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai13-78/+1518
2019-04-28ASoC: SOF: Add xtensa supportPierre-Louis Bossart1-0/+44
2019-04-28ASoC: SOF: Add Nocodec machine driver supportLiam Girdwood1-0/+6
2019-04-28ASoC: SOF: Add support for loading topologiesLiam Girdwood1-0/+256
2019-04-28ASoC: SOF: Add support for IPC IO between DSP and HostLiam Girdwood8-0/+950
2019-04-28ASoC: SOF: Add Sound Open Firmware driver coreLiam Girdwood1-0/+94
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-2/+7
2019-04-26ASoC: simple-card-utils: add asoc_simple_parse_pin_switches()Paul Cercueil1-0/+2
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai1-2/+14
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-2/+9
2019-04-13ALSA: hda: Initialize ext-bus-specific fields in snd_hdac_bus_init(), tooTakashi Iwai1-4/+3
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+9
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai1-1/+2
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai1-0/+1
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan1-2/+7
2019-03-28Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai1-1/+0
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, take#2Takashi Iwai1-4/+0
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai1-1/+0
2019-03-26Merge tag 'drm-intel-next-2019-03-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2019-03-21ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto1-45/+45
2019-03-21ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto1-31/+8
2019-03-21ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto1-1/+9
2019-03-21ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto1-0/+2
2019-03-21ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto1-3/+1
2019-03-21ASoC: simple-card-utils: share asoc_simple_hw_param()Kuninori Morimoto1-0/+2
2019-03-21ASoC: simple-card-utils: share asoc_simple_shutdown()Kuninori Morimoto1-1/+1
2019-03-21ASoC: simple-card-utils: share asoc_simple_startup()Kuninori Morimoto1-1/+1
2019-03-21ASoC: simple_card_utils: share common priv for simple-card/audio-graphKuninori Morimoto1-0/+23
2019-03-21ASoC: simple-card-utils: add asoc_simple_debug_info()Kuninori Morimoto1-0/+72
2019-03-21ASoC: da7219: Expose BCLK and WCLK control through CCFAdam Thomson1-1/+7
2019-03-18ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang1-0/+2
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown10-29/+59