index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
ALSA: timer: Fix incorrectly assigned timer instance
Takashi Iwai
1
-3
/
+3
2019-11-06
ALSA: timer: Limit max amount of slave instances
Takashi Iwai
1
-0
/
+10
2019-11-06
ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component()
Kuninori Morimoto
1
-5
/
+15
2019-11-06
ASoC: soc-core: fix RIP warning on card removal
Pierre-Louis Bossart
1
-1
/
+3
2019-11-06
ASoC: SOF: topology: Fix bytes control size checks
Dragos Tarcatu
1
-5
/
+6
2019-11-06
ALSA: docs: Remove snd_dma_pci_data() usage in documentation
Takashi Iwai
1
-5
/
+5
2019-11-06
ALSA: pci: Avoid non-standard macro usage
Takashi Iwai
46
-116
/
+145
2019-11-06
ALSA: rme: Avoid non-standard macro usage
Takashi Iwai
3
-13
/
+3
2019-11-06
ALSA: es1968: Avoid non-standard macro usage
Takashi Iwai
1
-3
/
+1
2019-11-06
ALSA: echoaudio: Avoid non-standard macro usage
Takashi Iwai
1
-13
/
+7
2019-11-06
ALSA: aoa: Avoid non-standard macro usage
Takashi Iwai
1
-1
/
+1
2019-11-06
ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_page
Takashi Iwai
12
-24
/
+0
2019-11-06
ALSA: mips: Convert to the common vmalloc memalloc
Takashi Iwai
1
-6
/
+6
2019-11-06
ALSA: pdaudiocf: Convert to the common vmalloc memalloc
Takashi Iwai
1
-4
/
+5
2019-11-06
ALSA: vx: Convert to the common vmalloc memalloc
Takashi Iwai
1
-5
/
+5
2019-11-06
ALSA: ua101: Convert to the common vmalloc memalloc
Takashi Iwai
1
-7
/
+7
2019-11-06
ALSA: hiface: Convert to the common vmalloc memalloc
Takashi Iwai
1
-4
/
+5
2019-11-06
ALSA: caiaq: Convert to the common vmalloc memalloc
Takashi Iwai
1
-4
/
+4
2019-11-06
ALSA: 6fire: Convert to the common vmalloc memalloc
Takashi Iwai
1
-4
/
+5
2019-11-06
ALSA: firewire: Convert to the common vmalloc memalloc
Takashi Iwai
9
-47
/
+40
2019-11-06
ALSA: aloop: Convert to the common vmalloc memalloc
Takashi Iwai
1
-4
/
+4
2019-11-06
ALSA: usb-audio: Convert to the common vmalloc memalloc
Takashi Iwai
1
-42
/
+8
2019-11-06
ALSA: 6fire: Drop the dead code
Takashi Iwai
1
-7
/
+0
2019-11-06
ALSA: usb: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
3
-7
/
+5
2019-11-06
ALSA: sparc: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
2
-2
/
+2
2019-11-06
ALSA: sh: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
2
-2
/
+2
2019-11-06
ALSA: rme32: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
1
-2
/
+2
2019-11-06
ALSA: mips: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
1
-2
/
+1
2019-11-06
ALSA: drivers: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
3
-4
/
+4
2019-11-06
ALSA: pcm: Create proc files only for non-empty preallocations
Takashi Iwai
1
-1
/
+2
2019-11-06
ALSA: pcm: Warn if doubly preallocated
Takashi Iwai
1
-0
/
+2
2019-11-06
ALSA: docs: Update documentation about SG- and vmalloc-buffers
Takashi Iwai
1
-29
/
+37
2019-11-06
ALSA: pcm: Handle special page mapping in the default mmap handler
Takashi Iwai
1
-1
/
+13
2019-11-06
ALSA: memalloc: Add vmalloc buffer allocation support
Takashi Iwai
2
-4
/
+17
2019-11-06
ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS type
Takashi Iwai
2
-9
/
+16
2019-11-06
ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGY
Kuninori Morimoto
1
-1
/
+8
2019-11-06
ASoC: soc-core: remove topology specific operation
Kuninori Morimoto
1
-24
/
+4
2019-11-06
ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais()
Kuninori Morimoto
1
-8
/
+8
2019-11-06
ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...
Kuninori Morimoto
3
-28
/
+24
2019-11-06
ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()
Kuninori Morimoto
3
-4
/
+6
2019-11-06
ASoC: soc-core: add snd_soc_unregister_dai()
Kuninori Morimoto
2
-5
/
+15
2019-11-06
ASoC: soc-core: move snd_soc_unregister_dais()
Kuninori Morimoto
1
-16
/
+16
2019-11-06
ASoC: soc-core: move snd_soc_register_dai()
Kuninori Morimoto
1
-36
/
+36
2019-11-06
ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()
Kuninori Morimoto
1
-15
/
+5
2019-11-06
ASoC: soc-core: remove snd_soc_component_add/del()
Kuninori Morimoto
1
-33
/
+25
2019-11-06
ASoC: soc-core: add snd_soc_del_component_unlocked()
Kuninori Morimoto
1
-11
/
+9
2019-11-06
ASoC: soc-core: tidyup snd_soc_lookup_component()
Kuninori Morimoto
1
-13
/
+10
2019-11-06
ASoC: soc-core: move snd_soc_lookup_component()
Kuninori Morimoto
1
-26
/
+26
2019-11-06
ASoC: soc-core: add soc_unbind_dai_link()
Kuninori Morimoto
1
-10
/
+12
2019-11-06
ASoC: soc-core: call soc_bind_dai_link() under snd_soc_add_dai_link()
Kuninori Morimoto
1
-17
/
+6
[next]