index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-18
ASoC: amd: closing specific instance.
Ravulapati Vishnu vardhan rao
1
-7
/
+23
2020-05-28
ASoC: amd: Removing unnecessary instance initialization
Ravulapati Vishnu vardhan rao
1
-8
/
+0
2020-05-28
ASoC: rt5682: split i2c driver into separate module
Arnd Bergmann
1
-1
/
+1
2020-05-19
ASoC: amd: return error when acp de-init fails
Vijendar Mukunda
1
-1
/
+1
2020-05-19
ASoC: amd: refactoring dai_hw_params() callback
Vijendar Mukunda
1
-10
/
+5
2020-05-19
ASoC: amd: fix kernel warning
Vijendar Mukunda
1
-2
/
+1
2020-05-19
ASoC: amd: enable build for RN machine driver
Vijendar Mukunda
2
-0
/
+8
2020-05-19
ASoC: amd: RN machine driver using dmic
Vijendar Mukunda
1
-0
/
+77
2020-05-19
ASoC: amd: create platform devices for Renoir
Vijendar Mukunda
2
-20
/
+32
2020-05-19
ASoC: amd: enable Renoir acp3x drivers build
Vijendar Mukunda
3
-0
/
+13
2020-05-19
ASoC: amd: add ACP PDM DMA driver pm ops
Vijendar Mukunda
1
-0
/
+53
2020-05-19
ASoC: amd: add Renoir ACP PCI driver PM ops
Vijendar Mukunda
2
-0
/
+48
2020-05-19
ASoC: amd: add ACP PDM DMA driver dai ops
Vijendar Mukunda
2
-0
/
+158
2020-05-19
ASoC: amd: add acp3x pdm driver dma ops
Vijendar Mukunda
2
-0
/
+224
2020-05-19
ASoC: amd: irq handler changes for ACP3x PDM dma driver
Vijendar Mukunda
2
-0
/
+40
2020-05-19
ASoC: amd: add ACP3x PDM platform driver
Vijendar Mukunda
2
-0
/
+100
2020-05-19
ASoC: amd: create acp3x pdm platform device
Vijendar Mukunda
2
-2
/
+62
2020-05-19
ASoC: amd: add acp init/de-init functions
Vijendar Mukunda
2
-0
/
+159
2020-05-19
ASoC: amd: add Renoir ACP PCI driver
Vijendar Mukunda
2
-0
/
+108
2020-05-19
ASoC: amd: add Renoir ACP3x IP register header
Vijendar Mukunda
1
-0
/
+349
2020-05-18
ASoC: amd: raven: Make the driver name consistent across files
Akshu Agrawal
2
-5
/
+5
2020-05-06
ASoC: amd :High hw_level while simultaneous capture
Akshu Agrawal
1
-13
/
+24
2020-04-14
ASoC: amd: Fix button configuration
Akshu Agrawal
1
-3
/
+3
2020-03-30
ASoC: AMD: Clear format bits before setting them
Akshu Agrawal
2
-0
/
+3
2020-03-27
ASoC: amd: acp3x-pcm-dma: clean up two indentation issues
Colin Ian King
1
-2
/
+4
2020-03-27
ASoC: amd: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
3
-6
/
+6
2020-03-09
ASoC: amd: Adding TDM support in hw_params.
Ravulapati Vishnu vardhan rao
1
-31
/
+13
2020-03-04
ASoc: amd: acp3x: Add missing include <linux/io.h>
YueHaibing
1
-0
/
+1
2020-03-03
ASoC: amd: Fix compile warning of argument type
Akshu Agrawal
1
-1
/
+1
2020-03-03
ASoC: amd: AMD RV RT5682 should depends on CROS_EC
Enric Balletbo i Serra
1
-1
/
+1
2020-03-02
ASoc: amd: Add DMIC switch capability to machine driver
Akshu Agrawal
1
-6
/
+47
2020-02-26
ASoC: amd: Allow I2S wake event after ACP is powerd On
Akshu Agrawal
1
-1
/
+6
2020-02-26
ASoC: amd: Add machine driver for Raven based platform
Akshu Agrawal
3
-0
/
+346
2020-02-17
ASoC: amd: ACP needs to be powered off in BIOS.
Ravulapati Vishnu vardhan rao
1
-23
/
+0
2020-02-12
ASoC: amd: Buffer Size instead of MAX Buffer
Ravulapati Vishnu vardhan rao
2
-6
/
+9
2020-01-29
ASoC: amd: Fix simultaneous playback and capture
Akshu Agrawal
1
-5
/
+7
2020-01-27
ASoC: amd: Fix for Subsequent Playback issue.
Ravulapati Vishnu vardhan rao
1
-7
/
+7
2020-01-17
ASoC: amd: Additional DAI for I2S SP instance.
Ravulapati Vishnu vardhan rao
2
-2
/
+8
2020-01-09
ASoC: amd: acp3x: Fix return value check in acp3x_dai_probe()
Wei Yongjun
1
-2
/
+2
2019-12-31
ASoC: amd MMAP_INTERLEAVED Support
Ravulapati Vishnu vardhan rao
1
-1
/
+3
2019-12-31
ASoC: amd: Added ACP3x system resume and runtime pm
Ravulapati Vishnu vardhan rao
3
-149
/
+180
2019-12-31
ASoC: amd: Handle ACP3x I2S-SP Interrupts.
Ravulapati Vishnu vardhan rao
1
-0
/
+14
2019-12-31
ASoC: amd: add ACP3x TDM mode support
Ravulapati Vishnu vardhan rao
2
-6
/
+23
2019-12-31
ASoC: amd: Enabling I2S instance in DMA and DAI
Ravulapati Vishnu vardhan rao
3
-104
/
+312
2019-12-31
ASoC: amd: Refactoring of DAI from DMA driver
Ravulapati Vishnu vardhan rao
4
-243
/
+356
2019-12-27
ASoC: amd: Create multiple I2S platform device endpoint
Ravulapati Vishnu vardhan rao
2
-32
/
+68
2019-12-11
ASoC: amd: Drop superfluous ioctl PCM ops
Takashi Iwai
2
-2
/
+0
2019-12-11
ASoC: amd: Use managed buffer allocation
Takashi Iwai
2
-62
/
+26
2019-11-27
ASoC: AMD: Enable clk in startup intead of hw_params
Yu-Hsuan Hsu
1
-32
/
+14
2019-10-08
ASoC: amd: acp-pcm-dma: remove snd_pcm_ops
Kuninori Morimoto
1
-34
/
+29
[next]