index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
amd
/
acp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()
Vijendar Mukunda
2023-06-26
1
-3
/
+4
*
ASoC: amd: acp: remove acp poweroff function
Syed Saba Kareem
2023-06-23
2
-42
/
+0
*
ASoC: amd: acp: clear pdm dma interrupt mask
Syed Saba Kareem
2023-06-23
1
-1
/
+1
*
ASoC: do not include pm_runtime.h if not used
Claudiu Beznea
2023-05-23
2
-2
/
+0
*
ASoC: amd: use asoc_dummy_dlc
Kuninori Morimoto
2023-05-08
1
-25
/
+18
*
ASoC: amd: acp: renoir: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-20
1
-3
/
+2
*
ASoC: amd: acp: rembrandt: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-20
1
-3
/
+2
*
ASoC: amd: acp: rembrandt: Drop if blocks with always false condition
Uwe Kleine-König
2023-03-20
1
-7
/
+1
*
ASoC: amd: acp: Refactor bit width calculation
Venkata Prasad Potturu
2023-01-30
1
-4
/
+4
*
ASoC: amd: acp: Enable i2s tdm support for skyrim platforms
Venkata Prasad Potturu
2023-01-11
4
-0
/
+31
*
ASoC: amd: acp: Add i2s tdm support in machine driver
Venkata Prasad Potturu
2023-01-11
4
-14
/
+162
*
ASoC: amd: acp: Refactor i2s clocks programming sequence
Venkata Prasad Potturu
2023-01-11
1
-75
/
+94
*
ASoC: amd: acp: Refactor dai format implementation
Venkata Prasad Potturu
2023-01-11
1
-30
/
+122
*
ASoC: amd: acp: Add new cpu dai's in machine driver
Venkata Prasad Potturu
2023-01-11
1
-4
/
+8
*
ASoC: amd: acp: Fix possible UAF in acp_dma_open
Gaosheng Cui
2022-11-18
1
-4
/
+4
*
ASoC: amd: acp: Add setbias level for rt5682s codec in machine driver
Venkata Prasad Potturu
2022-10-19
1
-6
/
+56
*
ASoC: amd: acp: Add TDM slots setting support for ACP I2S controller
Venkata Prasad Potturu
2022-10-18
1
-1
/
+15
*
ASoC: amd: acp: use function devm_kcalloc() instead of devm_kzalloc()
ye xingchen
2022-09-19
1
-2
/
+2
*
ASoC: amd: acp: use devm_kcalloc() instead of devm_kzalloc()
ye xingchen
2022-09-19
1
-1
/
+1
*
ASoC: amd: acp: Modify dai_id macros to be more generic
Venkata Prasad Potturu
2022-08-28
1
-3
/
+3
*
ASoC: amd: acp: remove unnecessary NULL checks
Dan Carpenter
2022-08-19
1
-2
/
+2
*
ASoC: amd: acp: add a label to make error path more clean
Yang Yingliang
2022-08-19
1
-6
/
+5
*
ASoC: amd: acp: switch to use dev_err_probe()
Yang Yingliang
2022-08-19
1
-4
/
+3
*
ASoC: amd: acp: add missing platform_device_unregister() in acp_pci_probe()
Yang Yingliang
2022-08-19
1
-0
/
+1
*
ASoC: amd: acp: Add TDM support for acp i2s stream
Venkata Prasad Potturu
2022-08-15
2
-1
/
+91
*
ASoC: amd: acp: Initialize list to store acp_stream during pcm_open
Ajit Kumar Pandey
2022-08-15
2
-22
/
+22
*
ASoC: amd: acp: Fix initialization of ext_intr_stat1 in i2s_irq_handler()
Nathan Chancellor
2022-07-26
1
-1
/
+1
*
ASoC: amd: acp: Add error handling cases
Venkata Prasad Potturu
2022-07-22
1
-4
/
+20
*
ASoC: amd: acp: Modify const resource struct variable to generic
Venkata Prasad Potturu
2022-07-22
1
-5
/
+4
*
ASoC: amd: acp: Drop superfluous mmap callback
Venkata Prasad Potturu
2022-07-21
1
-8
/
+0
*
ASoC: amd: acp: Modify local variables name to generic
Venkata Prasad Potturu
2022-07-21
1
-5
/
+5
*
ASoC: amd: acp: Add legacy audio driver support for Rembrandt platform
V sujith kumar Reddy
2022-07-08
11
-6
/
+781
*
ASoC: amd: acp: ACP code generic to support newer platforms
V sujith kumar Reddy
2022-07-08
6
-46
/
+86
*
ASoC: amd: acp: Remove rt1019_1 codec conf from machine driver
V sujith kumar Reddy
2022-07-08
1
-18
/
+0
*
ASoC: amd: Migrate to new style legacy DAI naming flag
Charles Keepax
2022-06-27
1
-7
/
+8
*
ASoC: amd: acp: Fix error handling in .remove()
Uwe Kleine-König
2022-06-22
1
-8
/
+2
*
Add Machine driver support for nau8825, max98560 and rt5682s, rt1019
Mark Brown
2022-06-07
4
-16
/
+251
|
\
|
*
ASoC: amd: acp: Add support for rt5682s and rt1019 card with hs instance
V sujith kumar Reddy
2022-06-06
2
-10
/
+72
|
*
ASoC: amd: acp: Add support for nau8825 and max98360 card
V sujith kumar Reddy
2022-06-06
4
-6
/
+179
*
|
ASoC: amd: acp: fix typo in comment
Julia Lawall
2022-06-06
1
-1
/
+1
|
/
*
ASoC: SOF: amd: Fixed Build error
Syed Saba kareem
2022-05-23
1
-0
/
+1
*
ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver.
V sujith kumar Reddy
2022-05-19
5
-73
/
+10
*
ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver
V sujith kumar Reddy
2022-05-19
2
-2
/
+3
*
ASoC: amd: acp: Add pm ops callback in machine driver
Ajit Kumar Pandey
2022-04-20
2
-0
/
+2
*
ASoC: soc-card: Create jack kcontrol without pins
Akihiko Odaki
2022-04-14
1
-2
/
+2
*
Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2022-03-21
10
-12
/
+695
|
\
|
*
ASoC: amd: acp: Fix signedness bug in renoir_audio_probe()
Dan Carpenter
2022-03-07
1
-3
/
+4
|
*
ASoC: acp: check the return value of devm_kzalloc() in acp_legacy_dai_links_c...
Jia-Ju Bai
2022-02-25
1
-0
/
+2
|
*
ASoC: amd: Use platform_get_irq_byname() to get the interrupt
Meng Tang
2022-02-25
1
-5
/
+2
|
*
ASoC: amd: acp: Add DMIC machine driver ops
Ajit Kumar Pandey
2022-02-24
1
-0
/
+27
[next]