summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-07-268-30/+64
|\| |
| * | ALSA: hda - Add a conexant codec entry to let mute led workHui Wang2019-07-251-0/+1
| * | ALSA: hda - Fix intermittent CORB/RIRB stall on Intel chipsTakashi Iwai2019-07-251-3/+2Star
| * | ALSA: ac97: Fix double free of ac97_codec_deviceDing Xiang2019-07-231-9/+4Star
| * | ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-07-231-0/+6
| * | ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-07-231-0/+8
| * | ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-07-231-6/+24
| * | ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-07-231-5/+11
| * | ALSA: line6: Fix a typoChristophe JAILLET2019-07-221-1/+1
| * | ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai2019-07-191-4/+5
| * | ALSA: line6: Fix wrong altsetting for LINE6_PODHD500_1Kai-Heng Feng2019-07-181-1/+1
| * | ALSA: hda - Optimize resume for codecs without jack detectionTakashi Iwai2019-07-181-1/+1
* | | Merge tag 'sound-fix-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-189-27/+60
|\| |
| * | ALSA: hda - Don't resume forcibly i915 HDMI/DP codecTakashi Iwai2019-07-162-3/+11
| * | ALSA: hda/hdmi - Fix i915 reverse port/pin mappingTakashi Iwai2019-07-161-5/+19
| * | ALSA: hda/hdmi - Remove duplicated defineTakashi Iwai2019-07-161-1/+0Star
| * | ALSA: seq: Break too long mutex context in the write loopTakashi Iwai2019-07-161-1/+10
| * | ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machineHui Wang2019-07-161-0/+5
| * | ALSA: rme9652: Unneeded variable: "result".Hariprasad Kelam2019-07-151-2/+1Star
| * | ALSA: emu10k1: Remove unneeded variable "change"Hariprasad Kelam2019-07-151-2/+1Star
| * | ALSA: au88x0: Remove unneeded variable: "changed"Hariprasad Kelam2019-07-151-8/+7Star
| * | ALSA: hda/realtek - Fixed Headphone Mic can't record on Dell platformKailang Yang2019-07-151-1/+4
| * | ALSA: ps3: Remove Unneeded variable: "ret"Hariprasad Kelam2019-07-101-2/+1Star
| * | ALSA: lx6464es: Remove unneeded variable errHariprasad Kelam2019-07-101-2/+1Star
* | | kernel: fix typos and some coding style in commentsWeitao Hou2019-07-171-1/+1
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\ \ \
| * | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | | | Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-121-4/+4
|\ \ \ \
| * | | | mfd: cros_ec: Update I2S APIGwendal Grignou2019-06-101-4/+4
* | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-092-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
* | | | | ALSA: firewire-lib: code refactoring for local variablesTakashi Sakamoto2019-07-081-6/+8
* | | | | ALSA: firewire-lib: code refactoring for post operation to data block counterTakashi Sakamoto2019-07-081-10/+10
* | | | | ALSA: firewire-lib: code refactoring for error path of parser for CIP headerTakashi Sakamoto2019-07-081-9/+2Star
* | | | | ALSA: firewire-lib: fix different data block counter between probed event and...Takashi Sakamoto2019-07-081-3/+3
* | | | | ALSA: firewire-lib: fix initial value of data block count for IR context with...Takashi Sakamoto2019-07-081-2/+4
* | | | | ALSA: firewire-lib/fireface: fix initial value of data block counter for IR c...Takashi Sakamoto2019-07-081-1/+5
* | | | | ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint ev...Takashi Sakamoto2019-07-081-5/+7
* | | | | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081639-16159/+27241
|\ \ \ \ \
| * \ \ \ \ Merge branch 'asoc-5.3' into asoc-nextMark Brown2019-07-06278-4172/+25657
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | ASoC: SOF: Intel: implement runtime idle for CNL/APLKai Vehmanen2019-07-063-0/+15
| | * | | | ASoC: SOF: add runtime idle callbackKai Vehmanen2019-07-066-2/+21
| | * | | | ASoC: hdac_hdmi: report codec link up/down status to busKai Vehmanen2019-07-061-0/+2
| | * | | | ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write()Wei Yongjun2019-07-051-2/+2
| | * | | | ASoC: sunxi: sun50i-codec-analog: Add earpieceLuca Weiss2019-07-051-0/+50
| | * | | | ASoC: rt5665: remove redundant assignment to variable idxColin Ian King2019-07-051-1/+1
| | * | | | ASoC: wcd9335: remove multiple defines.Srinivas Kandagatla2019-07-051-5/+0Star
| | * | | | ASoC: qdsp6: q6afe-dai: Add missing Slimbus0 audio routeSrinivas Kandagatla2019-07-041-0/+1
| | * | | | ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation providedSrinivas Kandagatla2019-07-041-1/+1