summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2019-08-02Merge tag 'sound-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-6/+9
2019-07-30ALSA: usb-audio: Fix gpf in snd_usb_pipe_sanity_checkHillf Danton1-1/+1
2019-07-29ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima1-1/+2
2019-07-27ALSA: hda: Fix 1-minute detection delay when i915 module is not availableSamuel Thibault1-4/+6
2019-07-26Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds8-30/+64
2019-07-25ALSA: hda - Add a conexant codec entry to let mute led workHui Wang1-0/+1
2019-07-25ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chipsTakashi Iwai1-3/+2
2019-07-23ALSA: ac97: Fix double free of ac97_codec_deviceDing Xiang1-9/+4
2019-07-23ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax1-0/+6
2019-07-23ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax1-0/+8
2019-07-23ALSA: compress: Prevent bypasses of set_paramsCharles Keepax1-6/+24
2019-07-23ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-5/+11
2019-07-22ALSA: line6: Fix a typoChristophe JAILLET1-1/+1
2019-07-19ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai1-4/+5
2019-07-18Merge tag 'sound-fix-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-27/+60
2019-07-18ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng1-1/+1
2019-07-18ALSA: hda - Optimize resume for codecs without jack detectionTakashi Iwai1-1/+1
2019-07-16kernel: fix typos and some coding style in commentsWeitao Hou1-1/+1
2019-07-16ALSA: hda - Don't resume forcibly i915 HDMI/DP codecTakashi Iwai2-3/+11
2019-07-16ALSA: hda/hdmi - Fix i915 reverse port/pin mappingTakashi Iwai1-5/+19
2019-07-16ALSA: hda/hdmi - Remove duplicated defineTakashi Iwai1-1/+0
2019-07-16ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-07-16ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machineHui Wang1-0/+5
2019-07-15ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam1-2/+1
2019-07-15ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam1-2/+1
2019-07-15ALSA: au88x0: Remove unneeded variable: "changed"Hariprasad Kelam1-8/+7
2019-07-15ALSA: hda/realtek - Fixed Headphone Mic can't record on Dell platformKailang Yang1-1/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+4
2019-07-10ALSA: ps3: Remove Unneeded variable: "ret"Hariprasad Kelam1-2/+1
2019-07-10ALSA: lx6464es: Remove unneeded variable errHariprasad Kelam1-2/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2-4/+4
2019-07-08ALSA: firewire-lib: code refactoring for local variablesTakashi Sakamoto1-6/+8
2019-07-08ALSA: firewire-lib: code refactoring for post operation to data block counterTakashi Sakamoto1-10/+10
2019-07-08ALSA: firewire-lib: code refactoring for error path of parser for CIP headerTakashi Sakamoto1-9/+2
2019-07-08ALSA: firewire-lib: fix different data block counter between probed event and...Takashi Sakamoto1-3/+3
2019-07-08ALSA: firewire-lib: fix initial value of data block count for IR context with...Takashi Sakamoto1-2/+4
2019-07-08ALSA: firewire-lib/fireface: fix initial value of data block counter for IR c...Takashi Sakamoto1-1/+5
2019-07-08ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint ev...Takashi Sakamoto1-5/+7
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1639-16159/+27241
2019-07-07Merge branch 'topic/hda-refresh-cleanup' into for-nextTakashi Iwai5-16/+24
2019-07-07ALSA: usb-audio: fix Line6 Helix audio format ratesNicola Lunghi1-3/+43
2019-07-07firewire-motu: fix wrong reference count for stream functionality at error pa...Takashi Sakamoto1-0/+2
2019-07-07ALSA: firewire-digi00x: fix wrong reference count for stream functionality at...Takashi Sakamoto1-0/+2
2019-07-07ALSA: dice: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto1-0/+2
2019-07-07ALSA: oxfw: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto1-0/+2
2019-07-07ALSA: fireworks: fix wrong reference count for stream functionality at error ...Takashi Sakamoto1-0/+2
2019-07-07ALSA: bebob: fix wrong reference count for stream functionality at error path...Takashi Sakamoto1-0/+2
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown278-4172/+25657
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown16-29/+91