aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/stm
AgeCommit message (Expand)AuthorFilesLines
2018-10-24ASoC: stm32: sai: fix noderef.cocci warningsGravatar kbuild test robot 1-1/+1
2018-10-23ASoC: stm32: sai: fix master clock namingGravatar Olivier Moysan 1-3/+2
2018-10-23ASoC: stm32: add clock dependency for saiGravatar Olivier Moysan 1-0/+1
2018-10-19ASoC: stm32: sai: set sai as mclk clock providerGravatar Olivier Moysan 2-36/+242
2018-08-28ASoC: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 2-5/+4
2018-08-01ASoC: stm32: remove redundant pointers 'priv' and 'rtd'Gravatar Colin Ian King 1-7/+1
2018-07-09ASoC: stm32: replace "%p" with "%pK"Gravatar benjamin.gaignard@linaro.org 1-1/+1
2018-07-04ASoC: stm32: Use snd_pcm_stop_xrun() helperGravatar Takashi Iwai 1-5/+2
2018-06-18ASoC: stm32: sai: add iec958 controls supportGravatar olivier moysan 2-12/+128
2018-02-26ASoC: stm32: sai: Add support of S/PDIF playbackGravatar Olivier Moysan 3-24/+133
2018-02-26Merge branch 'topic/generic-dmaengine' of https://git.kernel.org/pub/scm/linu...Gravatar Mark Brown 1-3/+4
2018-02-12ASoC: stm32: spdifrx: Use default dai nameGravatar olivier moysan 1-1/+0
2018-02-12ASoC: stm32: spdifrx: fix typo in function name.Gravatar olivier moysan 1-3/+3
2018-02-12ASoC: stm: stm32_adfsdm: replace platform to componentGravatar Kuninori Morimoto 1-3/+4
2018-02-07ASoC: stm32: add of dependency for stm32 driversGravatar Olivier Moysan 1-3/+3
2018-01-12Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/spdif', 'asoc...Gravatar Mark Brown 4-92/+384
2018-01-11ASoC: stm32: fix a typo in stm32_adfsdm_probe()Gravatar Wei Yongjun 1-1/+1
2018-01-11ASoC: stm32: select IIO_BUFFERGravatar Arnd Bergmann 1-1/+2
2018-01-10ASoC: stm32: add DFSDM DAI supportGravatar Arnaud Pouliquen 3-0/+361
2017-11-27ASoC: stm32: sai: use devm_of_platform_populate()Gravatar olivier moysan 1-10/+1
2017-11-27ASoC: stm32: sai: simplify sync modes managementGravatar olivier moysan 1-83/+22
2017-11-10Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Gravatar Mark Brown 4-33/+301
2017-11-10Merge tag 'asoc-fix-v4.14-rc6' into asoc-linusGravatar Mark Brown 2-13/+22
2017-11-06ASoC: stm32: spdifrx: fix control DMA error managementGravatar olivier moysan 1-8/+7
2017-11-06ASoC: stm32: spdifrx: fix 16 bits captureGravatar olivier moysan 1-2/+6
2017-11-02ASoC: stm32: sai: fix warning in stm32_sai_set_config()Gravatar olivier moysan 1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-21ASoC: stm32: sai: Add synchronization supportGravatar Olivier Moysan 3-8/+269
2017-10-21ASoC: stm32: sai: Remove spurious IRQs on stopGravatar Olivier Moysan 1-2/+3
2017-10-21ASoC: stm32: sai: Move static settings to DAI initGravatar Olivier Moysan 1-10/+13
2017-10-21ASoC: stm32: sai: Fix get reset controllerGravatar Olivier Moysan 1-1/+1
2017-10-21ASoC: stm32: sai: Fix DMA burst sizeGravatar Olivier Moysan 1-8/+13
2017-10-21ASoC: stm32: sai: fix stop management in isrGravatar Olivier Moysan 1-4/+8
2017-07-19ASoC: stm32: explicitly request exclusive reset controlGravatar Philipp Zabel 3-3/+3
2017-06-28ASoC: stm32: sai: remove some stray tabsGravatar Dan Carpenter 1-1/+1
2017-06-21ASoC: stm32: Add SPDIFRX supportGravatar olivier moysan 3-0/+1012
2017-06-19ASoC: stm32: change configuration flagGravatar olivier moysan 2-6/+19
2017-06-16ASoC: stm32: sai: add h7 supportGravatar olivier moysan 3-22/+155
2017-06-16ASoC: stm32: sai: manage master clockGravatar olivier moysan 1-0/+14
2017-06-16ASoC: stm32: sai: fix clock managementGravatar olivier moysan 1-2/+2
2017-06-16ASoC: stm32: sai: change stop sequenceGravatar olivier moysan 1-4/+4
2017-06-16ASoC: stm32: sai: remove spurious traceGravatar olivier moysan 1-3/+0
2017-06-16ASoC: stm32: sai: typo fixesGravatar olivier moysan 3-16/+15
2017-05-19ASoC: stm32: Add full duplex support to i2sGravatar olivier moysan 1-41/+46
2017-05-19ASoC: stm32: Add I2S driverGravatar olivier moysan 3-1/+946
2017-04-26ASoC: stm32: add SAI driverGravatar olivier moysan 5-0/+1213