summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel: atmel-pcm-pdc: remove snd_pcm_opsKuninori Morimoto2019-10-081-22/+26
* Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-09-232-11/+2
|\
| * ASoC: atmel_ssc_dai: Remove wrong spinlock usageGregory CLEMENT2019-09-182-11/+2
* | Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-095-260/+147
|\ \ | |/
| * ASoC: atmel_ssc_dai: implement left-justified data modeMichał Mirosław2019-08-271-0/+9
| * ASoC: atmel_ssc_dai: rework DAI format configurationMichał Mirosław2019-08-271-207/+81
| * ASoC: atmel: enable SOC_SSC_PDC and SOC_SSC_DMA in KconfigMichał Mirosław2019-08-271-12/+18
| * ASoC: mchp-i2s-mcc: Fix simultaneous capture and playback in master modeCodrin Ciubotariu2019-08-201-33/+37
| * ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-022-10/+4
* | ASoC: mchp-i2s-mcc: Wait for RX/TX RDY only if controller is runningCodrin Ciubotariu2019-08-201-12/+16
* | ASoC: mchp-i2s-mcc: Fix unprepare of GCLKCodrin Ciubotariu2019-08-201-2/+11
|/
* ASoC: atmel: tse850-pcm5142: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+3
* ASoC: atmel: sam9x5_wm8731: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+4
* ASoC: atmel: sam9g20_wm8731: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+4
* ASoC: amtel: mikroe-proto: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-2/+5
* ASoC: atmel: atmel_wm8904: consider CPU-Platform possibility unnecessary Plat...Kuninori Morimoto2019-06-281-1/+3
* ASoC: atmel: atmel-pdmic: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+4
* ASoC: atmel: atmel-classd: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+4
* ASoC: atmel: atmel-pcm-dma.c: use devm_snd_dmaengine_pcm_register()Kuninori Morimoto2019-06-284-31/+2
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-2613-116/+13
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 162Thomas Gleixner2019-05-301-2/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-306-84/+6
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-212-8/+2
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | ASoC: atmel: tse850-pcm5142: don't select unnecessary PlatformKuninori Morimoto2019-06-191-3/+1
* | ASoC: atmel: sam9x5_wm8731: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+1
* | ASoC: atmel: sam9g20_wm8731: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+1
* | ASoC: atmel: mikroe-proto: don't select unnecessary PlatformKuninori Morimoto2019-06-191-5/+2
* | ASoC: atmel: atmel_wm8904: don't select unnecessary PlatformKuninori Morimoto2019-06-191-3/+1
* | ASoC: atmel: atmel-pdmic: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+1
* | ASoC: atmel: atmel-classd: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+1
* | ASoC: atmel: atmel-classd: use modern dai_link styleKuninori Morimoto2019-06-061-4/+17
* | ASoC: atmel: atmel-pdmic: use modern dai_link styleKuninori Morimoto2019-06-061-4/+17
* | ASoC: atmel: atmel-wm8904: use modern dai_link styleKuninori Morimoto2019-06-061-6/+11
* | ASoC: atmel: tse850-pcm5142: use modern dai_link styleKuninori Morimoto2019-06-061-4/+9
* | ASoC: atmel: sam9g20_wm8731: use modern dai_link styleKuninori Morimoto2019-06-061-10/+12
* | ASoC: atmel: sam9x5_wm8731: use modern dai_link styleKuninori Morimoto2019-06-061-5/+15
* | ASoC: atmel: mikroe-proto: use modern dai_link styleKuninori Morimoto2019-06-061-4/+17
|/
* ASoC: atmel: tse850: Make some functions staticYueHaibing2019-05-021-8/+8
* ASoC: mchp-i2s-mcc: add driver for I2SC Multi-Channel ControllerCodrin Ciubotariu2019-03-213-0/+990
* ASoC: atmel: add SND_SOC_I2C_AND_SPI dependencyArnd Bergmann2018-09-271-0/+1
* ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-10/+3
* ASoC: Add driver for PROTO Audio CODEC (with a WM8731)Codrin Ciubotariu2018-09-033-0/+178
* ASoC: atmel: tse850: switch to SPDX license identifierPeter Rosin2018-08-281-42/+36
* ASoC: atmel-i2s: Remove unnecessary audio PLL clock (aclk)Codrin Ciubotariu2018-07-031-39/+7
* ASoC: atmel-i2s: add driver for the new Atmel I2S controllerCyrille Pitchen2018-05-293-0/+776
* ASoC: atmel: simplify getting .drvdataWolfram Sang2018-04-191-4/+2
OpenPOWER on IntegriCloud