summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-063-6/+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-062-0/+67
* 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-0111-18/+18
* 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
|\
| * ALSA: hda/realtek - Apply ALC294 hp init also for S4 resumeTakashi Iwai2019-01-291-1/+3
| * ALSA: hda - Record the current power state before suspend/resume callsTakashi Iwai2019-01-291-2/+41
| * ALSA: hda/realtek - Fixed hp_pin no valueKailang Yang2019-01-291-33/+45
* | ALSA: usb-audio: Cleanup DSD whitelistJussi Laako2019-01-291-16/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-01-2930-300/+256
|\|
| * ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai2019-01-251-1/+8
| * ALSA: usb-audio: Add Opus #3 to quirks for native DSD supportOlek Poplavsky2019-01-251-0/+1
| * ALSA: hda - Add mute LED support for HP ProBook 470 G5Anthony Wong2019-01-211-0/+1
| * 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