index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
amd
/
acp-pcm-dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
ASoC: amd: acp: pass audio_drv_data to dma_irq_handler
Rosen Penev
1
-4
/
+2
2026-08-07
ASoC: amd: acp: return irq error directly
Rosen Penev
1
-1
/
+1
2026-03-16
ASoC: amd: name back to pcm_new()/pcm_free()
Kuninori Morimoto
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-09-25
ASoC: amd: convert not to use asoc_xxx()
Kuninori Morimoto
1
-1
/
+1
2023-03-20
ASoC: amd: acp-pcm-dma: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-07-05
ASoC: amd: add I2S MICSP instance support
Vijendar Mukunda
1
-2
/
+48
2022-02-28
ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt
Meng Tang
1
-7
/
+4
2021-11-29
ASoC: amd: acp-pcm-dma: add .delay support
Kuninori Morimoto
1
-1
/
+14
2021-09-13
ASoC: amd: acp: declare and add prefix to 'bt_uart_enable' symbol
Pierre-Louis Bossart
1
-3
/
+3
2021-08-06
Merge some cs42l42 patches into asoc-5.15
Mark Brown
1
-1
/
+1
2021-08-02
ASoC: amd: Fix reference to PCM buffer address
Takashi Iwai
1
-1
/
+1
2021-07-30
ASoC: amd: Drop superfluous mmap callbacks
Takashi Iwai
1
-8
/
+0
2021-07-11
ASoC: amd: fix spelling mistakes
Gu Shengxian
1
-6
/
+6
2020-07-23
ASoC: amd: use asoc_substream_to_rtd()
Kuninori Morimoto
1
-1
/
+1
2019-12-11
ASoC: amd: Drop superfluous ioctl PCM ops
Takashi Iwai
1
-1
/
+0
2019-12-11
ASoC: amd: Use managed buffer allocation
Takashi Iwai
1
-38
/
+20
2019-10-08
ASoC: amd: acp-pcm-dma: remove snd_pcm_ops
Kuninori Morimoto
1
-34
/
+29
2019-09-04
ASoC: amd: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
1
-9
/
+1
2019-02-06
ASoC: amd: Drop superfluous PCM preallocation error checks
Takashi Iwai
1
-15
/
+11
2018-12-06
ASoC: use dma_ops of parent device for acp_audio_dma
Yu Zhao
1
-2
/
+5
2018-12-06
ASoC: use DMA addr rather than CPU pa for acp_audio_dma
Yu Zhao
1
-10
/
+5
2018-10-19
Merge remote-tracking branch 'asoc/for-4.19' into asoc-4.20
Mark Brown
1
-8
/
+14
2018-09-18
ASoC: AMD: Fix capture unstable in beginning for some runs
Akshu Agrawal
1
-8
/
+14
2018-09-10
Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflict
Mark Brown
1
-0
/
+21
2018-09-10
ASoC: AMD: Fix simultaneous playback and capture on different channel
Akshu Agrawal
1
-2
/
+6
2018-09-10
ASoC: AMD: Ensure reset bit is cleared before configuring
Akshu Agrawal
1
-0
/
+21
2018-08-06
ASoC: AMD: Set delay value for the capture case
Akshu Agrawal
1
-1
/
+14
2018-08-06
ASoC: AMD: Modified DMA pointer for capture
Mukunda, Vijendar
1
-13
/
+18
2018-08-06
ASoC: AMD: Make ACP->SYSMEM DMA non circular
Akshu Agrawal
1
-5
/
+31
2018-07-16
ASoC: AMD: For capture have interrupts on I2S->ACP channel
Agrawal, Akshu
1
-8
/
+6
2018-07-16
ASoC: AMD: Send correct channel for configuring DMA descriptors
Agrawal, Akshu
1
-4
/
+22
2018-07-03
ASoC: AMD: Simplify trigger handler
Daniel Kurtz
1
-6
/
+3
2018-07-03
ASoC: AMD: Reset bytescount when starting transaction
Daniel Kurtz
1
-5
/
+1
2018-07-03
ASoC: AMD: Do not generate interrups for every captured sample
Daniel Kurtz
1
-15
/
+0
2018-07-03
ASoC: AMD: Fix Capture DMA channel names
Daniel Kurtz
1
-12
/
+12
2018-07-03
ASoC: AMD: Always subtract bytescount
Daniel Kurtz
1
-2
/
+1
2018-07-03
ASoC: AMD: Always stop ch2 first
Daniel Kurtz
1
-15
/
+2
2018-06-22
ASoC: AMD: Configure channel 1 or channel 0 for capture
Akshu Agrawal
1
-1
/
+70
2018-06-18
ASoC: AMD: Add NULL pointer check
Agrawal, Akshu
1
-1
/
+2
2018-05-29
ASoC: AMD: make channel 1 dma as circular
Agrawal, Akshu
1
-64
/
+10
2018-05-21
ASoC: amd: dma driver changes for bt i2s instance
Mukunda, Vijendar
1
-57
/
+199
2018-05-21
ASoC: amd: memory release for rtd structure
Mukunda, Vijendar
1
-3
/
+1
2018-05-21
ASoC: amd: sram bank update changes
Mukunda, Vijendar
1
-15
/
+5
2018-05-21
ASoC: amd: pte offset related dma driver changes
Mukunda, Vijendar
1
-7
/
+19
2018-05-11
ASoC: amd: removed separate byte count variables for playback and capture
Vijendar Mukunda
1
-14
/
+5
2018-05-11
ASoC: amd: added byte count register offset variables to rtd
Vijendar Mukunda
1
-21
/
+15
[next]