index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-01
ASoC: cs47125: Constify static struct snd_compress_ops
Rikard Falkeborn
1
-1
/
+1
2021-06-01
ASoC: rsnd: adjust disabled module
Kuninori Morimoto
6
-3
/
+67
2021-06-01
ASoC: rsnd: tidyup rsnd_parse_connect_xxx()
Kuninori Morimoto
3
-3
/
+9
2021-06-01
ASoC: rsnd: tidyup rsnd_dma_request_channel()
Kuninori Morimoto
6
-9
/
+9
2021-06-01
ASoC: rsnd: tidyup rsnd_parse_connect_common()
Kuninori Morimoto
2
-6
/
+6
2021-06-01
ASoC: SOF: reset enabled_cores state at suspend
Kai Vehmanen
1
-0
/
+1
2021-06-01
ASoC: fsl-asoc-card: Set .owner attribute when registering card.
Nicolas Cavallari
1
-0
/
+1
2021-06-01
ASoC: topology: Fix spelling mistake "vesion" -> "version"
Colin Ian King
1
-3
/
+3
2021-06-01
ASoC: Add Rockchip rk817 audio CODEC support
Chris Morgan
3
-0
/
+547
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
26
-174
/
+252
2021-05-31
Merge 5.13-rc4 into driver-core-next
Greg Kroah-Hartman
26
-174
/
+252
2021-05-28
Merge tag 'sound-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
24
-148
/
+201
2021-05-27
ASoC: imx-rpmsg: fix platform_no_drv_owner.cocci warnings
Zou Wei
1
-1
/
+0
2021-05-27
ASoC: rt5659: Fix the lost powers for the HDA header
Jack Yu
1
-5
/
+21
2021-05-27
ASoC: rsnd: tidyup rsnd_ssiu_busif_err_irq_ctrl()
Kuninori Morimoto
1
-21
/
+17
2021-05-27
ASoC: rsnd: tidyup rsnd_ssiu_busif_err_status_clear()
Kuninori Morimoto
1
-24
/
+21
2021-05-27
ASoC: rsnd: implement BUSIF related code in ssiu.c
Kuninori Morimoto
3
-112
/
+108
2021-05-27
ASoC: rsnd: protect mod->status
Kuninori Morimoto
2
-26
/
+36
2021-05-27
ASoC: rsnd: add debugfs support
Kuninori Morimoto
14
-15
/
+298
2021-05-27
ASoC: rsnd: incidate irq error message
Kuninori Morimoto
3
-12
/
+13
2021-05-27
ASoC: rsnd: indicate unknown error at rsnd_dai_call()
Kuninori Morimoto
1
-5
/
+6
2021-05-27
ASoC: rsnd: check BUIF error everytime
Kuninori Morimoto
1
-14
/
+3
2021-05-27
ASoC: rsnd: attach SSIU when SSI was DMA mode
Kuninori Morimoto
3
-4
/
+7
2021-05-27
ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()
Kuninori Morimoto
1
-1
/
+2
2021-05-27
ASoC: rsnd: call unregister for null_hw when removed
Kuninori Morimoto
2
-4
/
+6
2021-05-26
ASoC: cs42l52: use DEVICE_ATTR_WO macro
YueHaibing
1
-4
/
+3
2021-05-26
ASoC: cs35l3x: Use neutral language in amp drivers
David Rhodes
3
-17
/
+17
2021-05-26
ASoC: cs43130: Use DEVICE_ATTR_RO macro
YueHaibing
1
-12
/
+12
2021-05-26
ASoC: wm8962: Use DEVICE_ATTR_WO macro
YueHaibing
1
-4
/
+3
2021-05-26
ASoC: cs42l56: use DEVICE_ATTR_WO macro
YueHaibing
1
-4
/
+3
2021-05-25
ASoC: imx-card: Make some symbols static
Wei Yongjun
1
-5
/
+5
2021-05-25
ASoC: tlv320aic26: use DEVICE_ATTR_RW macro
YueHaibing
1
-6
/
+6
2021-05-25
ASoC: cs42l42: Check jack status before reporting button events
Lucas Tanure
1
-1
/
+5
2021-05-25
ASoC: cs42l42: Add support for 2400000 Bit clock
Lucas Tanure
1
-0
/
+1
2021-05-25
ASoC: cs42l42: Add support for 2304000 Bit clock
Lucas Tanure
1
-0
/
+1
2021-05-25
ASoC: cs42l42: Fix 1536000 Bit Clock instability
Lucas Tanure
2
-16
/
+33
2021-05-25
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.14
Mark Brown
18
-126
/
+172
2021-05-25
Merge tag 'asoc-fix-v5.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
24
-148
/
+201
2021-05-25
ALSA: Drop superfluous argument from snd_power_wait()
Takashi Iwai
1
-1
/
+1
2021-05-24
Merge series "ASoC: rsnd: add D3 support" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Mark Brown
1
-5
/
+32
2021-05-24
ASoC: codecs: Add driver for NXP/Goodix TFA989x (TFA1) amplifiers
Stephan Gerhold
3
-0
/
+311
2021-05-24
ASoC: rsnd: add null CLOCKIN support
Kuninori Morimoto
1
-2
/
+31
2021-05-24
ASoC: rsnd: tidyup loop on rsnd_adg_clk_query()
Kuninori Morimoto
1
-3
/
+1
2021-05-24
ASoC: core: Fix Null-point-dereference in fmt_single_name()
Kefeng Wang
1
-0
/
+2
2021-05-21
ASoC: Intel: sof_sdw: add quirk support for Brya and BT-offload
Vamshi Krishna Gopal
1
-1
/
+15
2021-05-21
ASoC: Intel: common: Add entries for sdw codecs in ADL match table
Vamshi Krishna Gopal
1
-0
/
+45
2021-05-21
ASoC: SOF: Intel: hda: Remove conditions against CONFIG_PCI
Peter Ujfalusi
1
-5
/
+3
2021-05-21
ASoC: SOF: ops: don't return void value
Pierre-Louis Bossart
1
-2
/
+2
2021-05-21
ASoC: SOF: topology: fix assignment to use le32_to_cpu
Jaska Uimonen
1
-1
/
+1
2021-05-21
ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead sof_block_read()
Peter Ujfalusi
1
-1
/
+1
[prev]
[next]