index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
loongson
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
ASoC: loongson: Fix component check failed on FDT systems
Binbin Zhou
1
-0
/
+1
2024-09-10
ASoC: loongson: Add the correct judgement return
Tang Bin
2
-8
/
+8
2024-09-09
ASoC: loongson: Factor out loongson i2s enable clock functions
Binbin Zhou
1
-39
/
+47
2024-09-09
ASoC: loongson: Factor out loongson_card_acpi_find_device() function
Binbin Zhou
1
-24
/
+31
2024-09-09
ASoC: loongson: Replace if with ternary operator
Binbin Zhou
1
-14
/
+10
2024-09-09
ASoC: loongson: Simplify if statment in loongson_card_hw_params()
Binbin Zhou
1
-16
/
+16
2024-09-09
ASoC: loongson: Simplify with dev_err_probe()
Binbin Zhou
2
-35
/
+21
2024-09-09
ASoC: loongson: Simplify probe() with local dev variable
Binbin Zhou
2
-23
/
+24
2024-09-09
ASoC: loongson: Use BIT() macro
Binbin Zhou
2
-17
/
+17
2024-09-06
ASoC: loongson: remove redundant variable assignments
Tang Bin
1
-3
/
+1
2024-09-03
ASoC: loongson: fix error release
tangbin
1
-2
/
+2
2024-09-03
ASoC: loongson: remove unnecessary assignment in i2s_resume()
tangbin
1
-4
/
+1
2024-08-14
ASoC: loongson: Remove useless variable definitions
tangbin
1
-10
/
+5
2024-05-08
ASoC: loongson: Use *-y instead of *-objs in Makefile
Takashi Iwai
1
-2
/
+2
2024-05-06
ASoC: loongson: Use snd_soc_substream_to_rtd() for accessing private_data
Krzysztof Kozlowski
2
-2
/
+2
2024-03-28
ASoC: loongson: i2s/pci: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2023-09-25
ASoC: loongson: convert not to use asoc_xxx()
Kuninori Morimoto
2
-4
/
+4
2023-08-14
ASoC: loongson: merge DAI call back functions into ops
Kuninori Morimoto
1
-8
/
+8
2023-07-26
ASoC: loongson: drop of_match_ptr for OF device id
YingKun Meng
1
-1
/
+1
2023-06-22
ASoC: loongson: fix address space confusion
Arnd Bergmann
1
-2
/
+2
2023-06-20
ASoC: loongson: use snd_soc_{of_}get_dlc()
Kuninori Morimoto
1
-23
/
+11
2023-06-20
ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()
Kuninori Morimoto
1
-2
/
+2
2023-06-19
ASoC: loongson: change the type of variable irq to int
YingKun Meng
1
-1
/
+1
2023-06-19
ASoC: loongson: fix error codes in loongson_card_parse_acpi()
Dan Carpenter
1
-4
/
+4
2023-06-16
ASoC: loongson: fix compile testing on 32-bit
Arnd Bergmann
1
-1
/
+1
2023-06-16
ASoC: loongson: add PCI dependency
Arnd Bergmann
1
-0
/
+1
2023-06-16
ASoC: loongson: fix unused PM function warning
Arnd Bergmann
1
-1
/
+1
2023-06-15
ASoC: loongson: Add Loongson ASoC Sound Card Support
Yingkun Meng
3
-0
/
+244
2023-06-15
ASoC: Add support for Loongson I2S controller
Yingkun Meng
7
-0
/
+897