summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\
| * Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar2018-10-232-1/+4
| |\
| * | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-1/+1
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-2117-21/+43
|\ \ \ \ | |_|_|/ |/| | |
| | * | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-0717-21/+43
| |/ /
* | | ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760Kai-Heng Feng2018-10-041-0/+1
* | | ALSA: hda: Fix the audio-component completion timeoutTakashi Iwai2018-09-201-1/+3
| |/ |/|
* | Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-09-1720-33/+151
|\ \
| * | sound: don't call skl_init_chip() to reset intel skl socYu Zhao2018-09-122-4/+5
| * | sound: enable interrupt after dma buffer initializationYu Zhao2018-09-121-2/+6
| * | Revert "ASoC: Intel: Skylake: Acquire irq after RIRB allocation"Yu Zhao2018-09-121-6/+4
| * | ASoC: cs4265: fix MMTLR Data switch controlSébastien Szymanski2018-09-101-2/+2
| * | ASoC: AMD: Ensure reset bit is cleared before configuringAkshu Agrawal2018-09-101-0/+21
| * | ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFERKuninori Morimoto2018-09-062-1/+13
| * | ASoC: rsnd: adg: care clock-frequency sizeKuninori Morimoto2018-09-061-0/+5
| * | ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang2018-09-033-6/+28
| * | ASoC: q6routing: initialize data correctlySrinivas Kandagatla2018-09-031-1/+3
| * | ASoC: tas6424: Save last fault register even when clearAndrew F. Davis2018-08-311-3/+9
| * | ASoC: sigmadsp: safeload should not have lower byte limitDanny Smith2018-08-281-2/+1
| * | ASoC: wm8804: Add ACPI supportPierre-Louis Bossart2018-08-281-1/+14
| * | ASoC: rt5682: Change DAC/ADC volume scaleShuming Fan2018-08-281-4/+4
| * | ASoC: max98373: Added 10ms sleep after amp software resetRyan Lee2018-08-281-0/+2
| * | ASoC: rt5514: Fix the issue of the delay volume applied againOder Chiou2018-08-161-4/+4
| * | ASoC: max98373: Added speaker FS gain cotnrol register to volatile.Ryan Lee2018-08-161-0/+1
| * | ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIsCharles Keepax2018-08-152-2/+6
| * | ASoC: Intel: Skylake: Acquire irq after RIRB allocationYong Zhi2018-08-141-4/+6
| * | ASoC: wm9712: fix replace codec to componentMarcel Ziswiler2018-08-141-1/+1
| * | ASoC: Intel: bytcr_rt5640: Add quirks for 2 more devicesHans de Goede2018-08-141-0/+26
* | | ALSA: fireworks: fix memory leak of response buffer at error pathTakashi Sakamoto2018-09-171-0/+2
* | | ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto2018-09-171-0/+7
* | | ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto2018-09-171-0/+2
* | | ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2018-09-172-4/+2
* | | ALSA: hda - Enable runtime PM only for discrete GPUTakashi Iwai2018-09-132-23/+64
* | | ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
* | | ALSA: firewire-tascam: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
* | | ALSA: firewire-digi00x: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
* | | ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau2018-09-101-1/+1
* | | ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()Takashi Sakamoto2018-09-101-3/+6
* | | ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto2018-09-101-10/+14
* | | ALSA: hda: Fix several mismatch for register mask and valueKeyon Jie2018-09-031-15/+7
* | | ALSA: rawmidi: Initialize allocated buffersTakashi Iwai2018-09-031-2/+2
* | | ALSA: hda - Fix cancel_work_sync() stall from jackpoll workTakashi Iwai2018-08-301-1/+2
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-231-2/+2
|\ \
| * | treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-231-2/+2
* | | Merge tag 'sound-fix-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-234-6/+40
|\ \ \ | |/ / |/| |
| * | ALSA: hda/realtek - Fix HP Headset Mic can't recordKailang Yang2018-08-211-1/+17
| * | ALSA: ac97: fix unbalanced pm_runtime_enableLihua Yao2018-08-191-0/+2
| * | ALSA: ac97: fix check of pm_runtime_get_sync failureLihua Yao2018-08-191-1/+1
| * | ALSA: ac97: fix device initialization in the compat layerLihua Yao2018-08-191-2/+17
| * | ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai2018-08-141-2/+3