aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sti/uniperif_player.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13ASoC: sti: fix possible sleep-in-atomicArnaud Pouliquen1-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-07-04ASoC: sti: Use snd_pcm_stop_xrun() helperTakashi Iwai1-3/+3
2017-04-30ASoC: sti: Fix error handling if of_clk_get() failsDan Carpenter1-1/+1
2017-04-06ASoC: STI: Fix null ptr deference in IRQ handlerArnaud Pouliquen1-11/+24
2016-12-12Merge remote-tracking branches 'asoc/topic/stac9766', 'asoc/topic/sti', 'asoc/topic/sti-codec', 'asoc/topic/sunxi' and 'asoc/topic/tegra' into asoc-nextMark Brown1-56/+35
2016-10-26ASoC: sti: fix channel status update after playback startArnaud Pouliquen1-1/+5
2016-10-26ASoC: sti: clean unused includeArnaud Pouliquen1-1/+0
2016-10-26ASoC: sti: reset refactoringArnaud Pouliquen1-31/+3
2016-10-26ASoC: sti: fix errors managementArnaud Pouliquen1-25/+33
2016-09-19ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()Wei Yongjun1-1/+3
2016-09-14ASoC: sti: suppress inappropriate DT fieldsArnaud Pouliquen1-64/+15
2016-06-13ASoC: sti: fix return value check in uni_player_parse_dt_audio_glue()Wei Yongjun1-2/+2
2016-04-18ASoC: sti: select player for I2S/TDM TX busMoise Gergaud1-14/+28
2016-04-12ASoC: sti: unip player tdm modeMoise Gergaud1-17/+92
2016-04-12ASoC: sti: rename unip player type into common player & reader typeMoise Gergaud1-20/+11
2015-12-23Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/ssm2518' and 'asoc/topic/sti' into asoc-nextMark Brown1-2/+1
2015-11-25ASoC: sti: set iec958 channel status sampling freqMoise Gergaud1-2/+1
2015-11-19ASoC: sti: set player private dataMoise Gergaud1-0/+3
2015-11-19ASoC: sti: rename ST proprietary DT propertiesMoise Gergaud1-3/+3
2015-09-10ASoC: sti: check return of of_property_readArnaud Pouliquen1-4/+10
2015-08-07ASoC: sti: Add IEC controlArnaud Pouliquen1-4/+73
2015-07-29ASoC: uniperf: Staticise local symbolsLars-Peter Clausen1-1/+1
2015-07-17ASoC: sti: sti_uniperiph_dai_create_ctrl() can be statickbuild test robot1-2/+2
2015-07-16ASoC: sti: Add clock adjustement controlArnaud Pouliquen1-1/+148
2015-07-16ASoC: sti: minor corrections for uniplayerArnaud Pouliquen1-3/+7
2015-07-10ASoC: sti: Add CPU DAI driver for playbackArnaud Pouliquen1-0/+890