index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
loongson
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2025-06-24
ASoC: loongson: Standardize ASoC menu
Kuninori Morimoto
-1
/
+1
2025-06-08
ASoC: loongson: Fix build warnings about export.h
Huacai Chen
-0
/
+1
2025-04-14
Add support for Loongson-1 AC97
Mark Brown
-0
/
+410
2025-04-13
ASoC: loongson: Add Loongson-1 AC97 Driver
Keguang Zhang
-0
/
+410
2025-04-06
ASoC: loongson: Replace deprecated PCI functions
Philipp Stanner
-6
/
+7
2024-10-17
ASoC: loongson: make loongson-i2s.o a separate module
Arnd Bergmann
-4
/
+11
2024-10-17
ASoC: Merge up fixes
Mark Brown
-0
/
+1
2024-10-12
ASoC: loongson: Fix build warning when !CONFIG_PCI
Binbin Zhou
-0
/
+1
2024-10-10
ASoC: loongson: Fix component check failed on FDT systems
Binbin Zhou
-0
/
+1
2024-10-09
ASoC: loongson: Add I2S controller driver as platform device
Binbin Zhou
-10
/
+209
2024-09-10
ASoC: loongson: Add the correct judgement return
Tang Bin
-8
/
+8
2024-09-09
ASoC: loongson: Factor out loongson i2s enable clock functions
Binbin Zhou
-39
/
+47
2024-09-09
ASoC: loongson: Factor out loongson_card_acpi_find_device() function
Binbin Zhou
-24
/
+31
2024-09-09
ASoC: loongson: Replace if with ternary operator
Binbin Zhou
-14
/
+10
2024-09-09
ASoC: loongson: Simplify if statment in loongson_card_hw_params()
Binbin Zhou
-16
/
+16
2024-09-09
ASoC: loongson: Simplify with dev_err_probe()
Binbin Zhou
-35
/
+21
2024-09-09
ASoC: loongson: Simplify probe() with local dev variable
Binbin Zhou
-23
/
+24
2024-09-09
ASoC: loongson: Use BIT() macro
Binbin Zhou
-17
/
+17
2024-09-06
ASoC: loongson: remove redundant variable assignments
Tang Bin
-3
/
+1
2024-09-03
ASoC: loongson: fix error release
tangbin
-2
/
+2
2024-09-03
ASoC: loongson: remove unnecessary assignment in i2s_resume()
tangbin
-4
/
+1
2024-08-14
ASoC: loongson: Remove useless variable definitions
tangbin
-10
/
+5
2024-05-08
ASoC: loongson: Use *-y instead of *-objs in Makefile
Takashi Iwai
-2
/
+2
2024-05-06
ASoC: loongson: Use snd_soc_substream_to_rtd() for accessing private_data
Krzysztof Kozlowski
-2
/
+2
2024-03-28
ASoC: loongson: i2s/pci: drop driver owner assignment
Krzysztof Kozlowski
-1
/
+0
2023-09-25
ASoC: loongson: convert not to use asoc_xxx()
Kuninori Morimoto
-4
/
+4
2023-08-14
ASoC: loongson: merge DAI call back functions into ops
Kuninori Morimoto
-8
/
+8
2023-07-26
ASoC: loongson: drop of_match_ptr for OF device id
YingKun Meng
-1
/
+1
2023-06-22
ASoC: loongson: fix address space confusion
Arnd Bergmann
-2
/
+2
2023-06-20
ASoC: loongson: use snd_soc_{of_}get_dlc()
Kuninori Morimoto
-23
/
+11
2023-06-20
ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()
Kuninori Morimoto
-2
/
+2
2023-06-19
ASoC: loongson: change the type of variable irq to int
YingKun Meng
-1
/
+1
2023-06-19
ASoC: loongson: fix error codes in loongson_card_parse_acpi()
Dan Carpenter
-4
/
+4
2023-06-16
ASoC: loongson: fix compile testing on 32-bit
Arnd Bergmann
-1
/
+1
2023-06-16
ASoC: loongson: add PCI dependency
Arnd Bergmann
-0
/
+1
2023-06-16
ASoC: loongson: fix unused PM function warning
Arnd Bergmann
-1
/
+1
2023-06-15
ASoC: loongson: Add Loongson ASoC Sound Card Support
Yingkun Meng
-0
/
+244
2023-06-15
ASoC: Add support for Loongson I2S controller
Yingkun Meng
-0
/
+897