summaryrefslogtreecommitdiffstats
path: root/sound/soc/loongson
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-06-24ASoC: loongson: Standardize ASoC menuKuninori Morimoto-1/+1
2025-06-08ASoC: loongson: Fix build warnings about export.hHuacai Chen-0/+1
2025-04-14Add support for Loongson-1 AC97Mark Brown-0/+410
2025-04-13ASoC: loongson: Add Loongson-1 AC97 DriverKeguang Zhang-0/+410
2025-04-06ASoC: loongson: Replace deprecated PCI functionsPhilipp Stanner-6/+7
2024-10-17ASoC: loongson: make loongson-i2s.o a separate moduleArnd Bergmann-4/+11
2024-10-17ASoC: Merge up fixesMark Brown-0/+1
2024-10-12ASoC: loongson: Fix build warning when !CONFIG_PCIBinbin Zhou-0/+1
2024-10-10ASoC: loongson: Fix component check failed on FDT systemsBinbin Zhou-0/+1
2024-10-09ASoC: loongson: Add I2S controller driver as platform deviceBinbin Zhou-10/+209
2024-09-10ASoC: loongson: Add the correct judgement returnTang Bin-8/+8
2024-09-09ASoC: loongson: Factor out loongson i2s enable clock functionsBinbin Zhou-39/+47
2024-09-09ASoC: loongson: Factor out loongson_card_acpi_find_device() functionBinbin Zhou-24/+31
2024-09-09ASoC: loongson: Replace if with ternary operatorBinbin Zhou-14/+10
2024-09-09ASoC: loongson: Simplify if statment in loongson_card_hw_params()Binbin Zhou-16/+16
2024-09-09ASoC: loongson: Simplify with dev_err_probe()Binbin Zhou-35/+21
2024-09-09ASoC: loongson: Simplify probe() with local dev variableBinbin Zhou-23/+24
2024-09-09ASoC: loongson: Use BIT() macroBinbin Zhou-17/+17
2024-09-06ASoC: loongson: remove redundant variable assignmentsTang Bin-3/+1
2024-09-03ASoC: loongson: fix error releasetangbin-2/+2
2024-09-03ASoC: loongson: remove unnecessary assignment in i2s_resume()tangbin-4/+1
2024-08-14ASoC: loongson: Remove useless variable definitionstangbin-10/+5
2024-05-08ASoC: loongson: Use *-y instead of *-objs in MakefileTakashi Iwai-2/+2
2024-05-06ASoC: loongson: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski-2/+2
2024-03-28ASoC: loongson: i2s/pci: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2023-09-25ASoC: loongson: convert not to use asoc_xxx()Kuninori Morimoto-4/+4
2023-08-14ASoC: loongson: merge DAI call back functions into opsKuninori Morimoto-8/+8
2023-07-26ASoC: loongson: drop of_match_ptr for OF device idYingKun Meng-1/+1
2023-06-22ASoC: loongson: fix address space confusionArnd Bergmann-2/+2
2023-06-20ASoC: loongson: use snd_soc_{of_}get_dlc()Kuninori Morimoto-23/+11
2023-06-20ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto-2/+2
2023-06-19ASoC: loongson: change the type of variable irq to intYingKun Meng-1/+1
2023-06-19ASoC: loongson: fix error codes in loongson_card_parse_acpi()Dan Carpenter-4/+4
2023-06-16ASoC: loongson: fix compile testing on 32-bitArnd Bergmann-1/+1
2023-06-16ASoC: loongson: add PCI dependencyArnd Bergmann-0/+1
2023-06-16ASoC: loongson: fix unused PM function warningArnd Bergmann-1/+1
2023-06-15ASoC: loongson: Add Loongson ASoC Sound Card SupportYingkun Meng-0/+244
2023-06-15ASoC: Add support for Loongson I2S controllerYingkun Meng-0/+897