aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai3-56/+63
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai2-12/+8
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai1-33/+33
2019-11-06ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu1-5/+6
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai1-3/+3
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai1-0/+10
2019-11-06ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component()Kuninori Morimoto1-5/+15
2019-11-06ASoC: soc-core: fix RIP warning on card removalPierre-Louis Bossart1-1/+3
2019-11-06ASoC: SOF: topology: Fix bytes control size checksDragos Tarcatu1-5/+6
2019-11-06ALSA: docs: Remove snd_dma_pci_data() usage in documentationTakashi Iwai1-5/+5
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai46-116/+145
2019-11-06ALSA: rme: Avoid non-standard macro usageTakashi Iwai3-13/+3
2019-11-06ALSA: es1968: Avoid non-standard macro usageTakashi Iwai1-3/+1
2019-11-06ALSA: echoaudio: Avoid non-standard macro usageTakashi Iwai1-13/+7
2019-11-06ALSA: aoa: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai12-24/+0
2019-11-06ALSA: mips: Convert to the common vmalloc memallocTakashi Iwai1-6/+6
2019-11-06ALSA: pdaudiocf: Convert to the common vmalloc memallocTakashi Iwai1-4/+5
2019-11-06ALSA: vx: Convert to the common vmalloc memallocTakashi Iwai1-5/+5
2019-11-06ALSA: ua101: Convert to the common vmalloc memallocTakashi Iwai1-7/+7
2019-11-06ALSA: hiface: Convert to the common vmalloc memallocTakashi Iwai1-4/+5
2019-11-06ALSA: caiaq: Convert to the common vmalloc memallocTakashi Iwai1-4/+4
2019-11-06ALSA: 6fire: Convert to the common vmalloc memallocTakashi Iwai1-4/+5
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai9-47/+40
2019-11-06ALSA: aloop: Convert to the common vmalloc memallocTakashi Iwai1-4/+4
2019-11-06ALSA: usb-audio: Convert to the common vmalloc memallocTakashi Iwai1-42/+8
2019-11-06ALSA: 6fire: Drop the dead codeTakashi Iwai1-7/+0
2019-11-06ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai3-7/+5
2019-11-06ALSA: sparc: Remove superfluous snd_dma_continuous_data()Takashi Iwai2-2/+2
2019-11-06ALSA: sh: Remove superfluous snd_dma_continuous_data()Takashi Iwai2-2/+2
2019-11-06ALSA: rme32: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-2/+2
2019-11-06ALSA: mips: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-2/+1
2019-11-06ALSA: drivers: Remove superfluous snd_dma_continuous_data()Takashi Iwai3-4/+4
2019-11-06ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai1-1/+2
2019-11-06ALSA: pcm: Warn if doubly preallocatedTakashi Iwai1-0/+2
2019-11-06ALSA: docs: Update documentation about SG- and vmalloc-buffersTakashi Iwai1-29/+37
2019-11-06ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai1-1/+13
2019-11-06ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai2-4/+17
2019-11-06ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS typeTakashi Iwai2-9/+16
2019-11-05ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGYKuninori Morimoto1-1/+8
2019-11-05ASoC: soc-core: remove topology specific operationKuninori Morimoto1-24/+4
2019-11-05ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais()Kuninori Morimoto1-8/+8
2019-11-05ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register_dai()Kuninori Morimoto3-28/+24
2019-11-05ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto3-4/+6
2019-11-05ASoC: soc-core: add snd_soc_unregister_dai()Kuninori Morimoto2-5/+15
2019-11-05ASoC: soc-core: move snd_soc_unregister_dais()Kuninori Morimoto1-16/+16
2019-11-05ASoC: soc-core: move snd_soc_register_dai()Kuninori Morimoto1-36/+36
2019-11-05ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()Kuninori Morimoto1-15/+5
2019-11-05ASoC: soc-core: remove snd_soc_component_add/del()Kuninori Morimoto1-33/+25
2019-11-05ASoC: soc-core: add snd_soc_del_component_unlocked()Kuninori Morimoto1-11/+9