summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-01-1823-184/+208
|\
| * ASoC: amd: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-151-2/+4
| * ASoC: imx-audmux: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-12/+12
| * ASoC: rt5514-spi: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-151-0/+2
| * ASoC: dapm: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-5/+5
| * ASoC: rt5682: Fix PLL source register definitionsShuming Fan2019-01-151-12/+12
| * ASoC: core: Don't defer probe on optional, NULL componentsMatthias Reichl2019-01-151-2/+4
| * ASoC: core: Make snd_soc_find_component() more robustMark Brown2019-01-151-1/+1
| * ASoC: soc-core: fix init platform memory handlingCurtis Malainey2019-01-142-5/+12
| * ASoC: soc-core: Hold client_mutex around soc_init_dai_link()Rohit kumar2019-01-101-0/+4
| * ASoC: Intel: Boards: move the codec PLL configuration to _initMac Chiang2019-01-091-38/+7
| * ASoC: soc-core: defer card probe until all component is added to listAjit Pandey2019-01-091-1/+16
| * ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pagesKangjie Lu2019-01-071-1/+7
| * ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby modeb-ak2019-01-071-0/+4
| * ASoC: ti: davinci-mcasp: Move context save/restore to runtime_pm callbacksPeter Ujfalusi2019-01-041-72/+64
| * ASoC: Variable "val" in function rt274_i2c_probe() could be uninitializedYizhuo2019-01-041-1/+4
| * ASoC: rt5682: Fix recording no sound issueShuming Fan2019-01-031-0/+1
| * ASoC: Intel: atom: Make PCI dependency explicitSinan Kaya2019-01-031-1/+1
| * ALSA: compress: prevent potential divide by zero bugsDan Carpenter2019-01-031-1/+2
| * ASoC: qdsp6: q6asm-dai: Fix a small memory leakDan Carpenter2019-01-031-3/+9
| * ASoC: qdsp6: q6asm-dai: Fix a NULL vs IS_ERR() bugDan Carpenter2019-01-031-2/+3
| * ASoC: qdsp6: q6asm-dai: Off by one in of_q6asm_parse_dai_data()Dan Carpenter2019-01-031-1/+1
| * ASoC: pcm512x: Fix a double unlock in pcm512x_digital_mute()Dan Carpenter2019-01-031-7/+4
| * ASoC: xlnx: change license header format styleMaruthi Srinivas Bayyavarapu2019-01-031-8/+7
| * ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic fieldRander Wang2019-01-032-2/+2
| * ASoC: xlnx: Grammar s/the the/the/Geert Uytterhoeven2019-01-031-1/+1
| * ASoC: dma-sh7760: cleanup a debug printkDan Carpenter2019-01-031-1/+1
| * ASoC: sdm845: set jack only for a specific backendRohit kumar2019-01-031-9/+22
* | ASoC: intel: skl: Fix display power regressionTakashi Iwai2019-01-142-112/+17
* | ALSA: hda/realtek - Fix typo for ALC225 modelKailang Yang2019-01-141-1/+1
* | ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225Kailang Yang2019-01-091-1/+15
* | ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for...Kailang Yang2019-01-091-0/+1
* | ALSA: usb-audio: fix CM6206 register definitionsAmadeusz Sławiński2019-01-081-1/+1
* | ALSA: cs46xx: Potential NULL dereference in probeDan Carpenter2019-01-081-0/+3
* | ALSA: hda/realtek - Support Dell headset mode for New AIO platformKailang Yang2019-01-071-0/+1
* | ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirksHui Peng2019-01-071-0/+6
* | ALSA: usb-audio: Always check descriptor sizes in parser codeTakashi Iwai2019-01-073-12/+30
* | ALSA: usb-audio: Check mixer unit descriptors more strictlyTakashi Iwai2019-01-071-4/+11
* | ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()Takashi Iwai2019-01-071-2/+8
* | Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-071-3/+3
* | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0794-694/+150
|\ \
| * | kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * | kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * | kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * | arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * | kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * | arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * | riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * | kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * | kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16