summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/memory-device-fixes-2' into for-nextTakashi Iwai2019-02-0835-242/+145
|\
| * ASoC: dmaengine: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-4/+1
| * ASoC: xtensa: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+3
| * ASoC: uniphier: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-1/+2
| * ASoC: txx9: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-1/+3
| * ASoC: stm: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-2/+3
| * ASoC: sh: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-063-17/+4
| * ASoC: meson: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+4
| * ASoC: mediatek: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+3
| * ASoC: intel: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-064-33/+10
| * ASoC: dwc: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-1/+2
| * ASoC: amd: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-062-20/+15
| * ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-062-22/+18
| * ALSA: spi: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-1/+1
| * ALSA: sparc: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-6/+3
| * ALSA: sh: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-8/+6
| * ALSA: ppc: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-5/+1
| * ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-0610-101/+63
| * ALSA: parisc: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-8/+2
| * ALSA: atmel: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-3/+1
* | ALSA: cs46xx: Clean up proc file creationsTakashi Iwai2019-02-063-73/+33
* | ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-062-30/+14
* | ALSA: info: Minor optimizationTakashi Iwai2019-02-061-15/+8
* | ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-062-5/+5
* | ALSA: usb: Clean up with new procfs helpersTakashi Iwai2019-02-063-16/+10
* | ALSA: sparc: Clean up with new procfs helpersTakashi Iwai2019-02-061-8/+2
* | ALSA: pcmcia: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* | ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-0638-278/+133
* | ALSA: i2c: Clean up with new procfs helpersTakashi Iwai2019-02-063-13/+5
* | ALSA: isa: Clean up with new procfs helpersTakashi Iwai2019-02-064-16/+5
* | ALSA: drivers: Clean up with new procfs helpersTakashi Iwai2019-02-063-20/+5
* | ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai2019-02-061-0/+32
* | ALSA: pci: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-063-58/+14
* | ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+1
* | ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-062-65/+37
* | ALSA: emux: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-4/+0
* | ALSA: opl4: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-4/+0
* | ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-068-84/+16
* | ALSA: info: Always register entries recursivelyTakashi Iwai2019-02-051-31/+34
|/
* ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai2019-02-051-0/+2
* ASoC: sh: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-051-1/+1
* ASoC: amd: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-051-1/+2
* ALSA: arm: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-041-1/+2
* ALSA: x86: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-041-1/+2
* ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-019-12/+13
* ALSA: mips: pass struct device to DMA API functionsChristoph Hellwig2019-02-011-3/+4
* ALSA: hal2: pass struct device to DMA API functionsChristoph Hellwig2019-02-011-14/+17
* ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski2019-01-311-2/+0
* ALSA: hda - Use standard device registration for beepTakashi Iwai2019-01-293-94/+72
* Merge branch 'topic/hda-pm-state' into for-nextTakashi Iwai2019-01-292-35/+88
|\