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
/
soc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
Merge tag 'asoc-fix-v5.15-rc2' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
15
-49
/
+94
2021-09-17
ASoC: SOF: trace: Omit error print when waking up trace sleepers
Peter Ujfalusi
1
-1
/
+0
2021-09-17
ASoC: mediatek: mt8195: remove wrong fixup assignment on HDMITX
Trevor Wu
1
-4
/
+3
2021-09-16
ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplication
Peter Ujfalusi
1
-3
/
+3
2021-09-16
ASoC: SOF: loader: release_firmware() on load failure to avoid batching
Marc Herbert
2
-3
/
+3
2021-09-15
ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM types
Peter Ujfalusi
1
-1
/
+8
2021-09-15
ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM types
Peter Ujfalusi
1
-1
/
+8
2021-09-15
ASoC: SOF: Fix DSP oops stack dump output contents
Yong Zhi
1
-2
/
+2
2021-09-10
Merge series "ASoC: fsl: register platform component before registering cpu d...
Mark Brown
5
-26
/
+48
2021-09-10
ASoC: mediatek: common: handle NULL case in suspend/resume function
Trevor Wu
1
-8
/
+11
2021-09-10
ASoC: fsl_xcvr: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+10
2021-09-10
ASoC: fsl_spdif: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+9
2021-09-10
ASoC: fsl_micfil: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+10
2021-09-10
ASoC: fsl_esai: register platform component before registering cpu dai
Shengjiu Wang
1
-6
/
+10
2021-09-10
ASoC: fsl_sai: register platform component before registering cpu dai
Shengjiu Wang
1
-5
/
+9
2021-09-09
Merge tag 'sound-fix-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-18
/
+27
2021-09-09
ASoC: mediatek: add required config dependency
Trevor Wu
1
-0
/
+3
2021-09-09
ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic
Pierre-Louis Bossart
1
-0
/
+5
2021-09-08
Merge tag 'asoc-fix-v5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
7
-18
/
+27
2021-09-03
ASoC: rockchip: i2s: Fix concurrency between tx/rx
Sugar Zhang
1
-0
/
+7
2021-09-03
ASoC: mt8195: correct the dts parsing logic about DPTX and HDMITX
Trevor Wu
1
-12
/
+10
2021-09-03
ASoC: Intel: boards: Fix CONFIG_SND_SOC_SDW_MOCKUP select
Nathan Chancellor
1
-1
/
+1
2021-09-01
Merge tag 'sound-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
169
-1886
/
+17954
2021-09-01
ASoC: rt5682: fix headset background noise when S3 state
Shuming Fan
1
-3
/
+0
2021-09-01
Merge tag 'asoc-v5.15' into asoc-5.15
Mark Brown
2
-1
/
+2
2021-09-01
ASoC: mediatek: SND_SOC_MT8195 should depend on ARCH_MEDIATEK
Geert Uytterhoeven
1
-0
/
+1
2021-09-01
ASoC: samsung: s3c24xx_simtec: fix spelling mistake "devicec" -> "device"
Colin Ian King
1
-1
/
+1
2021-09-01
ASoC: audio-graph: respawn Platform Support
Kuninori Morimoto
1
-0
/
+6
2021-09-01
ASoC: mediatek: mt8195: add MTK_PMIC_WRAP dependency
Trevor Wu
1
-1
/
+1
2021-08-30
Merge tag 'asoc-v5.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
159
-1198
/
+18520
2021-08-30
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Mark Brown
156
-1195
/
+18515
2021-08-30
Merge remote-tracking branch 'asoc/for-5.14' into asoc-linus
Mark Brown
4
-3
/
+4
2021-08-30
ASoC: Revert PCM trigger changes
Mark Brown
1
-128
/
+23
2021-08-26
Merge series "ASoC: wcd9335: Firx some resources leak in the probe and remove...
Mark Brown
1
-2
/
+21
2021-08-26
ASoC: soc-pcm: test refcount before triggering
Pierre-Louis Bossart
1
-4
/
+42
2021-08-26
ASoC: soc-pcm: protect BE dailink state changes in trigger
Pierre-Louis Bossart
1
-18
/
+85
2021-08-26
ASoC: wcd9335: Disable irq on slave ports in the remove function
Christophe JAILLET
1
-0
/
+11
2021-08-26
ASoC: wcd9335: Fix a memory leak in the error handling path of the probe func...
Christophe JAILLET
1
-1
/
+10
2021-08-26
ASoC: wcd9335: Fix a double irq free in the remove function
Christophe JAILLET
1
-1
/
+0
2021-08-26
Merge series "Patches to update for rockchip i2s" from Sugar Zhang <sugar.zha...
Mark Brown
2
-72
/
+150
2021-08-26
Merge series "Patches to update for rockchip spdif" from Sugar Zhang <sugar.z...
Mark Brown
1
-17
/
+21
2021-08-26
ASoC: rockchip: i2s: Add support for frame inversion
Sugar Zhang
2
-7
/
+23
2021-08-26
ASoC: rockchip: i2s: Add compatible for more SoCs
Sugar Zhang
1
-0
/
+10
2021-08-26
ASoC: rockchip: i2s: Make playback/capture optional
Sugar Zhang
1
-50
/
+79
2021-08-26
ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/B
Xiaotan Luo
1
-8
/
+8
2021-08-26
ASoC: rockchip: i2s: Fix regmap_ops hang
Sugar Zhang
1
-5
/
+14
2021-08-26
ASoC: rockchip: i2s: Improve dma data transfer efficiency
Sugar Zhang
1
-2
/
+2
2021-08-26
ASoC: rockchip: i2s: Fixup clk div error
Sugar Zhang
1
-2
/
+2
2021-08-26
ASoC: rockchip: i2s: Add support for set bclk ratio
Sugar Zhang
1
-1
/
+15
2021-08-26
ASoC: rockchip: spdif: Add support for rk3568 spdif
Sugar Zhang
1
-0
/
+2
[next]