index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-10
ASoC: txx9: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-2
/
+1
2018-09-10
ASoC: sh: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-2
/
+1
2018-09-10
ASoC: omap: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-3
/
+1
2018-09-10
ASoC: nuc900: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-3
/
+1
2018-09-10
ASoC: tscs454: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-1
/
+1
2018-09-10
ASoC: rt5668: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-3
/
+1
2018-09-10
ASoC: hdac_hda: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-2
/
+1
2018-09-10
ASoC: bcm: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-9
/
+4
2018-09-10
ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()
Kuninori Morimoto
1
-10
/
+3
2018-09-10
ASoC: AMD: Ensure reset bit is cleared before configuring
Akshu Agrawal
1
-0
/
+21
2018-09-10
ASoC: qdsp6: q6asm-dai: clean up a return
Dan Carpenter
1
-1
/
+1
2018-09-10
ASoC: dapm: Fix a couple uninitialized ret variables
Dan Carpenter
1
-1
/
+3
2018-09-10
ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()
Takashi Sakamoto
1
-3
/
+6
2018-09-10
ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...
Takashi Sakamoto
1
-10
/
+14
2018-09-10
ALSA: pcm: Update hardware pointer before start capture
Ricardo Biehl Pasquali
1
-3
/
+5
2018-09-07
ASoC: max98373: usleep_range() needs include/delay.h
Grant Grundler
1
-0
/
+1
2018-09-07
regmap: split up regmap_config.use_single_rw
David Frey
17
-21
/
+43
2018-09-07
ASoC: Intel: hdac_hdmi: Limit sampling rates at dai creation
Yong Zhi
1
-0
/
+6
2018-09-07
ASoC: dapm: Avoid uninitialised variable warning
Charles Keepax
1
-1
/
+1
2018-09-06
ASoC: sgtl5000: avoid division by zero if lo_vag is zero
Colin Ian King
1
-1
/
+1
2018-09-06
ASoC: rsnd: don't use %p for dev_dbg()
Kuninori Morimoto
2
-3
/
+3
2018-09-06
ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER
Kuninori Morimoto
2
-1
/
+13
2018-09-06
ASoC: rsnd: adg: care clock-frequency size
Kuninori Morimoto
1
-0
/
+5
2018-09-06
ASoC: rsnd: gen: use tab instead of white-space
Kuninori Morimoto
1
-24
/
+24
2018-09-06
ASoC: hdac_hdmi: remove redundant check for !port condition
Colin Ian King
1
-3
/
+0
2018-09-05
ASoC: dapm: Move CODEC to CODEC params from the widget to the runtime
Charles Keepax
1
-8
/
+11
2018-09-05
ASoC: dapm: Add support for multi-CODEC CODEC to CODEC links
Charles Keepax
1
-53
/
+70
2018-09-05
ASoC: dapm: Move connection of CODEC to CODEC DAIs
Charles Keepax
2
-84
/
+66
2018-09-05
ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_control
Charles Keepax
1
-14
/
+23
2018-09-05
ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlocked
Charles Keepax
2
-110
/
+19
2018-09-04
Merge branch 'topic/pcm-indirect-fixes' into for-next
Takashi Iwai
7
-43
/
+30
2018-09-04
ASoC: add for_each_rtd_codec_dai() macro
Kuninori Morimoto
9
-126
/
+111
2018-09-04
ASoC: add for_each_link_codecs() macro
Kuninori Morimoto
2
-11
/
+11
2018-09-04
ASoC: tlv320aic31xx: Add overflow detection support
Andrew F. Davis
2
-2
/
+39
2018-09-04
ALSA: mips: Cleanup indirect PCM helper usages
Takashi Iwai
1
-6
/
+3
2018-09-04
ALSA: cs46xx: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
Takashi Iwai
1
-2
/
+4
2018-09-04
ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
Takashi Iwai
1
-1
/
+2
2018-09-04
ALSA: mips: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
Takashi Iwai
1
-2
/
+2
2018-09-04
ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
Takashi Iwai
1
-14
/
+8
2018-09-03
ALSA: hda: Fix several mismatch for register mask and value
Keyon Jie
1
-15
/
+7
2018-09-03
ALSA: aoa: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-7
/
+8
2018-09-03
ASoC: core: Don't schedule DAPM work if already in target state
Jon Hunter
1
-2
/
+2
2018-09-03
ASoC: Add driver for PROTO Audio CODEC (with a WM8731)
Codrin Ciubotariu
3
-0
/
+178
2018-09-03
ASoC: rsnd: merge .nolock_start and .prepare
Kuninori Morimoto
3
-37
/
+22
2018-09-03
Merge branch 'asoc-4.19' into asoc-4.20 for rcar dep
Mark Brown
4
-7
/
+31
2018-09-03
ASoC: rsnd: ssiu: Support to init different BUSIF instance
Jiada Wang
1
-1
/
+21
2018-09-03
ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0
Jiada Wang
3
-17
/
+107
2018-09-03
ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIF
Jiada Wang
1
-11
/
+26
2018-09-03
ASoc: rsnd: dma: Calculate dma address with consider of BUSIF
Jiada Wang
3
-16
/
+33
2018-09-03
ASoC: rsnd: ssi: Check runtime channel number rather than hw_params
Jiada Wang
1
-20
/
+7
[prev]
[next]