aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-10ASoC: atmel: fix atmel_ssc_set_audio link failureArnd Bergmann2-4/+10
2020-01-21ASoC: atmel: atmel_ssc_dai: move .suspend/.resume to componentKuninori Morimoto1-10/+8
2020-01-13ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=mChen Zhou1-0/+2
2019-12-11ASoC: atmel: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-10-08ASoC: atmel: atmel-pcm-pdc: remove snd_pcm_opsKuninori Morimoto1-22/+26
2019-09-23Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-11/+2
2019-09-18ASoC: atmel_ssc_dai: Remove wrong spinlock usageGregory CLEMENT2-11/+2
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown5-260/+147
2019-08-27ASoC: atmel_ssc_dai: implement left-justified data modeMichał Mirosław1-0/+9
2019-08-27ASoC: atmel_ssc_dai: rework DAI format configurationMichał Mirosław1-207/+81
2019-08-27ASoC: atmel: enable SOC_SSC_PDC and SOC_SSC_DMA in KconfigMichał Mirosław1-12/+18
2019-08-20ASoC: mchp-i2s-mcc: Fix simultaneous capture and playback in master modeCodrin Ciubotariu1-33/+37
2019-08-20ASoC: mchp-i2s-mcc: Wait for RX/TX RDY only if controller is runningCodrin Ciubotariu1-12/+16
2019-08-20ASoC: mchp-i2s-mcc: Fix unprepare of GCLKCodrin Ciubotariu1-2/+11
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-10/+4
2019-06-28ASoC: atmel: tse850-pcm5142: consider CPU-Platform possibilityKuninori Morimoto1-1/+3
2019-06-28ASoC: atmel: sam9x5_wm8731: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: atmel: sam9g20_wm8731: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: amtel: mikroe-proto: consider CPU-Platform possibilityKuninori Morimoto1-2/+5
2019-06-28ASoC: atmel: atmel_wm8904: consider CPU-Platform possibility unnecessary Platform"Kuninori Morimoto1-1/+3
2019-06-28ASoC: atmel: atmel-pdmic: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: atmel: atmel-classd: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: atmel: atmel-pcm-dma.c: use devm_snd_dmaengine_pcm_register()Kuninori Morimoto4-31/+2
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown13-116/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-19ASoC: atmel: tse850-pcm5142: don't select unnecessary PlatformKuninori Morimoto1-3/+1
2019-06-19ASoC: atmel: sam9x5_wm8731: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: atmel: sam9g20_wm8731: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: atmel: mikroe-proto: don't select unnecessary PlatformKuninori Morimoto1-5/+2
2019-06-19ASoC: atmel: atmel_wm8904: don't select unnecessary PlatformKuninori Morimoto1-3/+1
2019-06-19ASoC: atmel: atmel-pdmic: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: atmel: atmel-classd: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-06ASoC: atmel: atmel-classd: use modern dai_link styleKuninori Morimoto1-4/+17
2019-06-06ASoC: atmel: atmel-pdmic: use modern dai_link styleKuninori Morimoto1-4/+17
2019-06-06ASoC: atmel: atmel-wm8904: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-06ASoC: atmel: tse850-pcm5142: use modern dai_link styleKuninori Morimoto1-4/+9
2019-06-06ASoC: atmel: sam9g20_wm8731: use modern dai_link styleKuninori Morimoto1-10/+12
2019-06-06ASoC: atmel: sam9x5_wm8731: use modern dai_link styleKuninori Morimoto1-5/+15
2019-06-06ASoC: atmel: mikroe-proto: use modern dai_link styleKuninori Morimoto1-4/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 162Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner6-84/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2-8/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-02ASoC: atmel: tse850: Make some functions staticYueHaibing1-8/+8
2019-03-21ASoC: mchp-i2s-mcc: add driver for I2SC Multi-Channel ControllerCodrin Ciubotariu3-0/+990
2018-09-27ASoC: atmel: add SND_SOC_I2C_AND_SPI dependencyArnd Bergmann1-0/+1
2018-09-10ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()Kuninori Morimoto1-10/+3
2018-09-03ASoC: Add driver for PROTO Audio CODEC (with a WM8731)Codrin Ciubotariu3-0/+178