aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 197-0/+197
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 197-0/+197
2017-11-01Merge tag 'asoc-fix-v4.14-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Takashi Iwai 10-73/+53
2017-11-01Merge remote-tracking branches 'asoc/fix/topology', 'asoc/fix/adau17x1', 'aso...Gravatar Mark Brown 10-73/+53
2017-10-31ALSA: seq: Fix nested rwsem annotation for lockdep splatGravatar Takashi Iwai 1-1/+1
2017-10-31ALSA: timer: Add missing mutex lock for compat ioctlsGravatar Takashi Iwai 1-2/+15
2017-10-24ALSA: hda - fix headset mic problem for Dell machines with alc236Gravatar Hui Wang 1-0/+8
2017-10-21ASoC: rt5616: fix 0x91 default valueGravatar Bard Liao 1-1/+1
2017-10-20ALSA: hda/realtek - Add support for ALC236/ALC3204Gravatar Kailang Yang 1-0/+11
2017-10-18ASoC: rt5659: connect LOUT Amp with Charge PumpGravatar Bard Liao 1-0/+1
2017-10-18ASoC: rt5659: register power bit of LOUT AmpGravatar Bard Liao 1-1/+2
2017-10-18ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removalGravatar Takashi Iwai 2-42/+86
2017-10-18ALSA: hda: Remove superfluous '-' added by printk conversionGravatar Takashi Iwai 1-1/+1
2017-10-18ALSA: hda: Abort capability probe at invalid register readGravatar Takashi Iwai 1-0/+5
2017-10-18ALSA: seq: Enable 'use' locking in all configurationsGravatar Ben Hutchings 2-16/+0
2017-10-16ALSA: usb-audio: Add native DSD support for Pro-Ject Pre Box S2 DigitalGravatar Jussi Laako 1-0/+1
2017-10-11ALSA: caiaq: Fix stray URB at probe error pathGravatar Takashi Iwai 1-3/+9
2017-10-11ALSA: seq: Fix use-after-free at creating a portGravatar Takashi Iwai 2-3/+10
2017-10-10ALSA: usb-audio: Kill stray URB at exitingGravatar Takashi Iwai 2-2/+12
2017-10-09ALSA: line6: Fix leftover URB at error-path during probeGravatar Takashi Iwai 1-3/+4
2017-10-09ALSA: line6: Fix NULL dereference at podhd_disconnect()Gravatar Takashi Iwai 1-1/+2
2017-10-09ALSA: line6: Fix missing initialization before error pathGravatar Takashi Iwai 1-2/+3
2017-10-09ALSA: seq: Fix copy_from_user() call inside lockGravatar Takashi Iwai 1-8/+19
2017-10-09ALSA: usb-audio: Add sample rate quirk for Plantronics P610Gravatar Kai-Heng Feng 1-0/+1
2017-10-05Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 8-11/+60
2017-10-02ALSA: usx2y: Suppress kernel warning at page allocation failuresGravatar Takashi Iwai 1-2/+4
2017-10-02Revert "ALSA: echoaudio: purge contradictions between dimension matrix member...Gravatar Takashi Sakamoto 1-3/+3
2017-09-25ASoC: rt5663: Change the dev getting function in rt5663_irqGravatar oder_chiou@realtek.com 1-1/+2
2017-09-22ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptorGravatar Takashi Iwai 1-0/+20
2017-09-22ALSA: pcm: Fix structure definition for X32 ABIGravatar Baolin Wang 1-0/+1
2017-09-20ALSA: usb-audio: Add sample rate quirk for Plantronics C310/C520-MGravatar Kai-Heng Feng 1-0/+2
2017-09-20ALSA: hda - program ICT bits to support HBR audioGravatar Sriram Periyasamy 1-0/+21
2017-09-19ALSA: asihpi: fix a potential double-fetch bug when copying puhmGravatar Meng Xu 1-4/+8
2017-09-18ALSA: compress: Remove unused variableGravatar Guneshwor Singh 1-2/+1
2017-09-15ASoC: rt5514: Revert Hotword Model controlGravatar Hsin-Yu Chao 2-66/+0
2017-09-14vfs: constify path argument to kernel_read_file_from_pathGravatar Mimi Zohar 1-1/+1
2017-09-14ASoC: topology: Fix a potential memory leak in 'soc_tplg_dapm_widget_denum_cr...Gravatar Christophe JAILLET 1-1/+1
2017-09-14ASoC: topology: Fix a potential NULL pointer dereference in 'soc_tplg_dapm_wi...Gravatar Christophe JAILLET 1-0/+3
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-33/+14
2017-09-13Merge tag 'sound-fix-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-149/+141
2017-09-13ASoC: rt5514-spi: check irq status to schedule data copyGravatar Hsin-Yu Chao 2-2/+18
2017-09-12ALSA: seq: Cancel pending autoload work at unbinding deviceGravatar Takashi Iwai 1-0/+3
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Gravatar Markus Elfring 1-8/+8
2017-09-08linux/kernel.h: move DIV_ROUND_DOWN_ULL() macroGravatar Masahiro Yamada 1-3/+0
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-1/+1
2017-09-07Merge tag 'sound-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 467-2941/+11713
2017-09-07ASoC: adau17x1: Workaround for noise bug in ADCGravatar Ricard Wanderlof 2-1/+25
2017-09-07ALSA: asihpi: Kill BUG_ON() usagesGravatar Takashi Iwai 1-5/+1
2017-09-07ALSA: core: Use %pS printk format for direct addressesGravatar Helge Deller 1-2/+2