index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
amd
/
acp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-5
/
+11
2025-05-07
Minor bug fix and tidy up for sof_sdw
Mark Brown
2
-2
/
+1
2025-05-06
ASoC: amd: sof_amd_sdw: add logic to get cpu_pin_id for ACP7.0/ACP7.1 platforms
Vijendar Mukunda
1
-0
/
+7
2025-05-06
ASoC: amd: sof_amd_sdw: Fix unlikely uninitialized variable use in create_sdw...
Vijendar Mukunda
1
-1
/
+1
2025-05-06
ASoC: amd: amd_sdw: Fix unlikely uninitialized variable use in create_sdw_dai...
Vijendar Mukunda
1
-1
/
+1
2025-05-06
Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts
Ingo Molnar
6
-6
/
+6
2025-05-06
AsoC: Phase out hybrid PCI devres
Mark Brown
6
-6
/
+6
2025-05-06
ASoC: sdw_utils: Remove num_platforms from simple DAI helper
Charles Keepax
2
-2
/
+1
2025-04-30
ASoC: amd: acp: Drop superfluous assignment in acp_sof_probe()
Cristian Ciocaltea
1
-1
/
+1
2025-04-25
ASoC: amd: acp: Fix devm_snd_soc_register_card(acp-pdm-mach) failure
Venkata Prasad Potturu
1
-1
/
+1
2025-04-25
ASoC: amd: acp: Fix NULL pointer deref in acp_i2s_set_tdm_slot
Venkata Prasad Potturu
1
-1
/
+1
2025-04-25
ASoC: amd: acp: Fix NULL pointer deref on acp resume path
Venkata Prasad Potturu
4
-4
/
+4
2025-04-14
x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>
Ingo Molnar
3
-3
/
+3
2025-03-18
ASoC: Convert to modern PM macros
Mark Brown
5
-17
/
+17
2025-03-17
ASoC: amd: acp: Fix acp_common_hw_ops declaration error
Venkata Prasad Potturu
1
-2
/
+1
2025-03-17
ASoC: amd: acp: Fix acp_resource duplicate symbol error
Venkata Prasad Potturu
2
-38
/
+47
2025-03-17
ASoC: amd: acp: Fix snd_soc_acpi_mach id's duplicate symbol error
Venkata Prasad Potturu
5
-79
/
+111
2025-03-17
ASoC: amd: Convert to RUNTIME_PM_OPS() & co
Takashi Iwai
5
-17
/
+17
2025-03-17
ASoC: amd: acp: Fix leak in acp_pci_probe()
Dan Carpenter
1
-1
/
+1
2025-03-11
ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entry
Venkata Prasad Potturu
1
-1
/
+9
2025-03-11
ASoC: amd: acp: Refactor renoir platform resource structure
Venkata Prasad Potturu
3
-10
/
+10
2025-03-11
ASoC: amd: acp: Refactor rembrant platform resource structure
Venkata Prasad Potturu
3
-12
/
+12
2025-03-11
ASoC: amd: acp: Refactor acp63 platform resource structure
Venkata Prasad Potturu
3
-12
/
+12
2025-03-11
ASoC: amd: acp: Refactor acp70 platform resource structure
Venkata Prasad Potturu
3
-11
/
+11
2025-03-11
ASoC: amd: acp: Remove white line
Venkata Prasad Potturu
1
-1
/
+0
2025-03-11
ASoC: amd: acp: Move spin_lock and list initialization to acp-pci driver
Venkata Prasad Potturu
2
-3
/
+3
2025-03-11
ASoC: amd: acp: Remove redundant acp_dev_data structure
Venkata Prasad Potturu
9
-420
/
+276
2025-03-11
ASoC: amd: acp: Add new interrupt handle callbacks in acp_common_hw_ops
Venkata Prasad Potturu
11
-91
/
+184
2025-03-11
ASoC: amd: acp: Refactor acp machine select
Venkata Prasad Potturu
8
-124
/
+114
2025-03-11
ASoC: amd: acp: Refactor acp platform device creation
Venkata Prasad Potturu
2
-61
/
+62
2025-03-11
ASoC: amd: acp: Refactor dmic-codec platform device creation
Venkata Prasad Potturu
2
-15
/
+35
2025-03-11
ASoC: amd: acp: Implement acp_common_hw_ops support for acp platforms
Venkata Prasad Potturu
3
-4
/
+95
2025-03-11
ASoC: amd: acp: Remove redundant acp70 chip->name
Venkata Prasad Potturu
1
-2
/
+0
2025-03-03
ASoC: amd: use inclusive language for SND_SOC_DAIFMT_CBx_CFx
Kuninori Morimoto
1
-1
/
+1
2025-02-25
ASoC: amd: acp: acp70: Remove unnecessary if-check
Thorsten Blum
1
-12
/
+10
2025-02-19
Adjust all AMD audio drivers to use AMD_NODE
Mark Brown
6
-81
/
+62
2025-02-19
ASoC: amd: acp: Drop local symbols for smn read/write
Mario Limonciello
2
-21
/
+0
2025-02-19
ASoC: amd: acp: acp63: Use AMD_NODE
Mario Limonciello
2
-22
/
+42
2025-02-19
ASoC: amd: acp: acp70: Use AMD_NODE
Mario Limonciello
2
-24
/
+5
2025-02-19
ASoC: amd: acp: rembrandt: Use AMD_NODE
Mario Limonciello
2
-14
/
+15
2025-02-07
ASoC: amd: amd_sdw: Add quirks for Dell SKU's
Vijendar Mukunda
2
-0
/
+35
2025-02-07
ASoC: amd: acp: amd-acp70-acpi-match: Add RT1320 & RT722 combination soundwir...
Vijendar Mukunda
2
-0
/
+29
2025-02-07
ASoC: amd: acp: amd-acp70-acpi-match: Add rt722 support
Vijendar Mukunda
1
-0
/
+44
2025-02-07
ASoC: amd: acp: add RT711, RT714 & RT1316 support for ACP7.0 platform
Vijendar Mukunda
2
-1
/
+89
2025-02-07
ASoC: amd: acp: add machine driver changes for ACP7.0 and ACP7.1 platforms
Vijendar Mukunda
3
-0
/
+56
2025-02-05
ASoC: amd: acp: Use str_low_high() helper function
Thorsten Blum
1
-2
/
+3
2025-01-27
ASoC: amd: acp: Fix possible deadlock
Daniel Baluta
1
-0
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
16
-31
/
+31
2024-11-13
ASoC: amd: acp: add soundwire machine driver for legacy stack
Vijendar Mukunda
4
-0
/
+512
2024-11-13
ASoC: amd: acp: move get_acp63_cpu_pin_id() to common file
Vijendar Mukunda
5
-48
/
+76
[next]