aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/stm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-10ASoC: stm32: sai: fix master clock managementOlivier Moysan1-17/+47
2019-04-08ASoC: stm32: fix sai driver name initialisationArnaud Pouliquen1-1/+1
2019-03-20ASoC: stm32: dfsdm: fix debugfs warnings on entry creationOlivier Moysan1-3/+18
2019-03-20ASoC: stm32: dfsdm: manage multiple prepareOlivier Moysan1-1/+16
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown1-2/+3
2019-03-11ASoC: stm32: i2s: fix registers declaration in regmapOlivier Moysan1-2/+1
2019-03-03ASoC: stm32: sai: fix set_sync serviceOlivier Moysan2-6/+10
2019-03-03ASoC: stm32: sai: fix oversampling modeOlivier Moysan1-3/+9
2019-03-03ASoC: stm32: sai: fix race condition in irq handlerOlivier Moysan1-1/+12
2019-03-03ASoC: stm32: sai: fix exposed capabilities in spdif modeOlivier Moysan1-0/+8
2019-03-03ASoC: stm32: sai: fix iec958 controls indexationOlivier Moysan1-3/+4
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai3-71/+84
2019-02-26ASoC: stm32: i2s: skip useless write in slave modeOlivier Moysan1-2/+2
2019-02-26ASoC: stm32: i2s: fix race condition in irq handlerOlivier Moysan1-3/+14
2019-02-26ASoC: stm32: i2s: remove useless callbackOlivier Moysan1-11/+0
2019-02-26ASoC: stm32: i2s: fix dma configurationOlivier Moysan1-7/+7
2019-02-26ASoC: stm32: i2s: fix stream count managementOlivier Moysan1-7/+5
2019-02-26ASoC: stm32: i2s: fix 16 bit format supportOlivier Moysan1-1/+1
2019-02-26ASoC: stm32: i2s: fix IRQ clearingOlivier Moysan1-7/+6
2019-02-18ASoC: stm32: sai: remove set but not used variables 'mask, cr1'YueHaibing1-5/+3
2019-02-14ASoC: stm32: sai: add missing put_device()Wen Yang1-3/+8
2019-02-08SoC: stm32: i2s: manage clock powerOlivier Moysan1-29/+15
2019-02-08ASoC: stm32: i2s: add power managementOlivier Moysan1-3/+30
2019-02-06ASoC: stm: Drop superfluous PCM preallocation error checksTakashi Iwai1-2/+3
2018-11-16ASoC: Convert a few more users to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-11-13ASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider()Wei Yongjun1-1/+1
2018-11-05ASoC: stm32: sai: fix less than zero comparison on unsigned intColin Ian King1-2/+1
2018-10-23ASoC: stm32: sai: fix master clock namingOlivier Moysan1-3/+2
2018-10-23ASoC: stm32: add clock dependency for saiOlivier Moysan1-0/+1
2018-10-19ASoC: stm32: sai: set sai as mclk clock providerOlivier Moysan2-36/+242
2018-08-28ASoC: Convert to using %pOFn instead of device_node.nameRob Herring2-5/+4
2018-08-01ASoC: stm32: remove redundant pointers 'priv' and 'rtd'Colin Ian King1-7/+1
2018-07-09ASoC: stm32: replace "%p" with "%pK"benjamin.gaignard@linaro.org1-1/+1
2018-07-04ASoC: stm32: Use snd_pcm_stop_xrun() helperTakashi Iwai1-5/+2
2018-06-18ASoC: stm32: sai: add iec958 controls supportolivier moysan2-12/+128
2018-02-26ASoC: stm32: sai: Add support of S/PDIF playbackOlivier Moysan3-24/+133
2018-02-26Merge branch 'topic/generic-dmaengine' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-stm32Mark Brown1-3/+4
2018-02-12ASoC: stm32: spdifrx: Use default dai nameolivier moysan1-1/+0
2018-02-12ASoC: stm32: spdifrx: fix typo in function name.olivier moysan1-3/+3
2018-02-12ASoC: stm: stm32_adfsdm: replace platform to componentKuninori Morimoto1-3/+4
2018-02-07ASoC: stm32: add of dependency for stm32 driversOlivier Moysan1-3/+3
2018-01-12Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/spdif', 'asoc/topic/st-dfsdm', 'asoc/topic/stm32' and 'asoc/topic/sun4i-i2s' into asoc-nextMark Brown4-92/+384
2018-01-11ASoC: stm32: fix a typo in stm32_adfsdm_probe()Wei Yongjun1-1/+1
2018-01-11ASoC: stm32: select IIO_BUFFERArnd Bergmann1-1/+2
2018-01-10ASoC: stm32: add DFSDM DAI supportArnaud Pouliquen3-0/+361
2017-11-27ASoC: stm32: sai: use devm_of_platform_populate()olivier moysan1-10/+1
2017-11-27ASoC: stm32: sai: simplify sync modes managementolivier moysan1-83/+22
2017-11-10Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/stm32', 'asoc/topic/sunxi' and 'asoc/topic/tas571x' into asoc-nextMark Brown4-33/+301
2017-11-10Merge tag 'asoc-fix-v4.14-rc6' into asoc-linusMark Brown2-13/+22
2017-11-06ASoC: stm32: spdifrx: fix control DMA error managementolivier moysan1-8/+7