summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-212-3/+3
* ASoC: atmel-pdc: Use managed DMA buffer allocationLars-Peter Clausen2021-01-131-74/+4
* ASoC: atmel: fix spelling mistake in Kconfig "programable" -> "programmable"Colin Ian King2020-12-161-2/+2
* ASoC: atmel: mchp-spdifrx needs COMMON_CLKArnd Bergmann2020-12-041-0/+1
* Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-301-1/+0
|\
| * ASoC: mchp-spdiftx: Do not set Validity bit(s)Codrin Ciubotariu2020-11-041-1/+0
* | ASoC: atmel-i2s: do not warn if muxclk is missingCodrin Ciubotariu2020-11-031-2/+2
|/
* ASoC: mchp-spdiftx: remove 'TX' from playback stream nameCodrin Ciubotariu2020-10-091-1/+1
* ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"Colin Ian King2020-10-071-1/+1
* Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-061-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resourceCodrin Ciubotariu2020-10-051-2/+1
* | ASoC: mchp-spdifrx: add driver for SPDIF RXCodrin Ciubotariu2020-10-023-0/+969
* | ASoC: atmel-pcm: remove unnecessary includeAlexandre Belloni2020-09-301-1/+0
* | ASoC: mchp-spdiftx: add driver for S/PDIF TX ControllerCodrin Ciubotariu2020-09-093-0/+885
|/
* ASoC: atmel: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-235-13/+13
* ASoC: atmel: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-171-3/+4
* Merge series "ASoC: Clean-up W=1 build warnings​ - part1" from Pierre-Louis...Mark Brown2020-07-092-1/+2
|\
| * ASoC: atmel: fix kernel-docPierre-Louis Bossart2020-07-092-1/+2
* | ASoC: atmel-pdmic: remove codec componentCodrin Ciubotariu2020-07-091-69/+41
* | ASoC: atmel-classd: remove codec componentCodrin Ciubotariu2020-07-091-85/+47
|/
* ASoC: atmel: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-2/+2
* ASoC: atomel: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-2/+2
* ASoC: atmel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-276-7/+7
* ASoC: mchp-i2s-mcc: make signed 1 bit bitfields unsignedColin Ian King2020-03-251-4/+4
* ASoC: atmel: fix atmel_ssc_set_audio link failureArnd Bergmann2020-02-102-4/+10
* ASoC: atmel: atmel_ssc_dai: move .suspend/.resume to componentKuninori Morimoto2020-01-211-10/+8
* ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=mChen Zhou2020-01-131-0/+2
* ASoC: atmel: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* 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