aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sti
AgeCommit message (Expand)AuthorFilesLines
2024-05-08ASoC: sti: Use *-y instead of *-objs in MakefileGravatar Takashi Iwai 1-1/+1
2023-11-13ASoC: sti-uniperf: Use default pcm_config insteadGravatar Keguang Zhang 1-6/+1
2023-08-14ASoC: sti: merge DAI call back functions into opsGravatar Kuninori Morimoto 1-1/+5
2022-06-27ASoC: sti-uniperf: Migrate to new style legacy DAI naming flagGravatar Charles Keepax 1-1/+2
2022-03-16ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() callGravatar Takashi Iwai 2-4/+4
2021-06-17ASoC: sti: sti_uniperif: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-10/+2
2021-04-13ASoC: sti: sti_uniperif: add missing MODULE_DEVICE_TABLEGravatar Chen Lifu 1-0/+1
2021-03-31ASoC: sti: uniperif: align function prototypesGravatar Pierre-Louis Bossart 1-2/+2
2021-03-31ASoC: sti: sti_uniperif: add missing error checkGravatar Pierre-Louis Bossart 1-0/+2
2020-07-10ASoC: sti: uniperif: fix 'defined by not used' warningGravatar Pierre-Louis Bossart 1-1/+1
2020-01-21ASoC: sti: sti_uniperif: move .suspend/.resume to componentGravatar Kuninori Morimoto 1-6/+6
2020-01-13ASoC: sti: fix possible sleep-in-atomicGravatar Arnaud Pouliquen 1-3/+4
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 4-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-07-04ASoC: sti: Use snd_pcm_stop_xrun() helperGravatar Takashi Iwai 2-4/+4
2017-04-30ASoC: sti: Fix error handling if of_clk_get() failsGravatar Dan Carpenter 1-1/+1
2017-04-06ASoC: STI: Fix null ptr deference in IRQ handlerGravatar Arnaud Pouliquen 3-15/+45
2017-03-24ASoC: STI: Fix reader substream pointer setGravatar Arnaud Pouliquen 1-0/+3
2016-12-12Merge remote-tracking branches 'asoc/topic/stac9766', 'asoc/topic/sti', 'asoc...Gravatar Mark Brown 4-92/+85
2016-10-26ASoC: sti: fix channel status update after playback startGravatar Arnaud Pouliquen 1-1/+5
2016-10-26ASoC: sti: clean unused includeGravatar Arnaud Pouliquen 2-4/+0
2016-10-26ASoC: sti: reset refactoringGravatar Arnaud Pouliquen 4-45/+29
2016-10-26ASoC: sti: fix errors managementGravatar Arnaud Pouliquen 3-45/+58
2016-09-19ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()Gravatar Wei Yongjun 1-1/+3
2016-09-14ASoC: sti: suppress inappropriate DT fieldsGravatar Arnaud Pouliquen 4-143/+140
2016-06-13ASoC: sti: fix return value check in uni_player_parse_dt_audio_glue()Gravatar Wei Yongjun 1-2/+2
2016-04-18ASoC: sti: select player for I2S/TDM TX busGravatar Moise Gergaud 2-14/+29
2016-04-12ASoC: sti: unip reader tdm modeGravatar Moise Gergaud 1-61/+168
2016-04-12ASoC: sti: unip player tdm modeGravatar Moise Gergaud 3-18/+110
2016-04-12ASoC: sti: helper functions to fix tdm runtime paramsGravatar Moise Gergaud 2-0/+52
2016-04-12ASoC: sti: helper functions for unip tdm slots configurationGravatar Moise Gergaud 2-0/+113
2016-04-12ASoC: sti: define tdm type & default tdm hw configGravatar Moise Gergaud 1-1/+27
2016-04-12ASoC: sti: rename unip player type into common player & reader typeGravatar Moise Gergaud 2-25/+25
2016-04-12ASoC: sti: macro for uniperif tdm regs accessGravatar Moise Gergaud 1-0/+112
2016-03-31ASoC: sti: correct typo errorsGravatar Moise Gergaud 1-11/+11
2015-12-23Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/t...Gravatar Mark Brown 1-2/+1
2015-11-25ASoC: sti: set iec958 channel status sampling freqGravatar Moise Gergaud 1-2/+1
2015-11-19ASoC: sti: set player private dataGravatar Moise Gergaud 1-0/+3
2015-11-19ASoC: sti: rename ST proprietary DT propertiesGravatar Moise Gergaud 2-4/+4
2015-11-19ASoC: sti: remove wrong error messageGravatar Moise Gergaud 1-1/+0
2015-09-10ASoC: sti: check return of of_property_readGravatar Arnaud Pouliquen 2-5/+15
2015-08-30ASoC: sti_uniperif: Ensure component is unregistered when unload moduleGravatar Axel Lin 1-3/+3
2015-08-07ASoC: sti: Add IEC controlGravatar Arnaud Pouliquen 1-4/+73
2015-07-29ASoC: uniperf: Staticise local symbolsGravatar Lars-Peter Clausen 1-1/+1
2015-07-29ASoC: uniperf: Add missing __iomem annotationGravatar Lars-Peter Clausen 1-1/+1
2015-07-21ASoC: sti: error handling bug in sti_uniperiph_cpu_dai_of()Gravatar Dan Carpenter 1-1/+1
2015-07-20ASoC: sti-uniperf: Fix implicit inclusion of pinctrlGravatar Mark Brown 1-0/+1
2015-07-17ASoC: sti: sti_uniperiph_dai_create_ctrl() can be staticGravatar kbuild test robot 3-5/+5
2015-07-16ASoC: sti: Add clock adjustement controlGravatar Arnaud Pouliquen 2-1/+150