summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel/atmel_ssc_dai.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel_ssc_dai: Remove the unneeded result variableye xingchen2022-08-231-4/+1
* ASoC: atmel_ssc_dai: remove #ifdef CONFIG_PMClaudiu Beznea2022-07-151-7/+2
* ASoC: atmel: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-3/+4
* ASoC: atmel: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: atmel: Update to use set_fmt_new callbackCharles Keepax2022-06-061-10/+10
* ASoC: atmel_ssc_dai: Handle errors for clk_enableJiasheng Jiang2022-03-021-1/+4
* ASoC: atmel: Convert to new style DAI format definitionsMark Brown2021-09-161-13/+13
* ASoC: atmel: fix kernel-docPierre-Louis Bossart2020-07-091-0/+1
* ASoC: atomel: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-2/+2
* ASoC: atmel: atmel_ssc_dai: move .suspend/.resume to componentKuninori Morimoto2020-01-211-10/+8
* ASoC: atmel_ssc_dai: Remove wrong spinlock usageGregory CLEMENT2019-09-181-10/+2
* 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: atmel-pcm-dma.c: use devm_snd_dmaengine_pcm_register()Kuninori Morimoto2019-06-281-11/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-10/+3
* ASoC: atmel: simplify getting .drvdataWolfram Sang2018-04-191-4/+2
* ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"Colin Ian King2018-04-161-1/+1
* ASoC: atmel_ssc_dai: if not provided, default to sensible dividersPeter Rosin2016-11-161-7/+76
* ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startupChristoph Huber2016-08-161-2/+3
* ASoC: atmel_ssc_dai: Fix DMA params for different SSCPeter Meerwald2016-07-071-1/+1
* ASoC: atmel_ssc_dai: read DSP mode A data on rising edges of bclkPeter Rosin2016-04-271-2/+2
* ASoC: atmel_ssc_dai: distinguish the different SSCSongjun Wu2016-03-021-9/+18
* ASoC: atmel_ssc_dai: Correct misuse of 0x%<decimal>Joe Perches2015-08-041-1/+1
*-. Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/davinci', 'aso...Mark Brown2015-03-051-4/+107
|\ \
| | *-. Merge remote-tracking branches 'asoc/topic/ad193x', 'asoc/topic/alc5632', 'as...Mark Brown2015-02-091-37/+71
| | |\ \
| * | | | ASoC: atmel_ssc_dai: Allow more ratesPeter Rosin2015-02-101-4/+107
| | |_|/ | |/| |
| | | |
| \ \ \
*-. | | | Merge remote-tracking branches 'asoc/topic/ad193x', 'asoc/topic/alc5632', 'as...Mark Brown2015-02-041-37/+71
|\ \| | | | |_|/ / |/| | / | | |/ | |/|
| | * ASoC: atmel_ssc_dai: only clean PDC when using PDCBo Shen2015-01-301-9/+11
| | * ASoC: atmel_ssc_dai: refactor the startup and shutdownBo Shen2015-01-301-17/+11
| | * ASoC: atmel_ssc_dai: Support SND_SOC_DAIFMT_CBM_CFS on I2SPeter Rosin2015-01-301-0/+48
| | * ASoC: atmel_ssc_dai: remove clock pin commentsBo Shen2015-01-271-11/+1
* | | ASoC: atmel_ssc_dai: fix the setting for DSP modeBo Shen2015-01-301-3/+3
| |/ |/|
* | ASoC: atmel_ssc_dai: fix start event for I2S modeBo Shen2015-01-271-14/+4
|/
* ASoC: atmel_ssc_dai/trivial: typo fixMatthieu Crapet2014-12-081-1/+1
* ASoC: atmel_ssc_dai: Match the CMR divider only in full duplex.Peter Rosin2014-11-031-1/+4
* ASoC: atmel_ssc_dai: enable fslen extension featureBo Shen2014-06-211-16/+18
* ASoC: atmel_ssc_dai: make option to choose clockBo Shen2014-02-121-4/+9
* ASoC: atmel_ssc_dai: add dai trigger opsBo Shen2013-12-041-1/+29
* sound: Remove unnecessary semicolonsJoe Perches2013-10-141-1/+1
* ASoC: atmel: disable error interruptBo Shen2013-09-041-1/+1
* ASoC: atmel-pcm-dma: move prepare for dma to dai prepareBo Shen2013-07-151-0/+1
* ASoC: atmel_ssc_dai: add error mask defineBo Shen2013-07-151-0/+2
* ASoC: atmel_ssc_dai: move set dma data to startup callbackBo Shen2013-07-151-17/+16
* Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown2013-04-121-3/+8
|\
| * ASoC: switch over to use snd_soc_register_component() on atmel sscKuninori Morimoto2013-03-261-3/+8
* | ASoC: atmel: Add slave mode support to SSC in DSP Mode AZoltan Puskas2013-03-041-0/+43
|/
* ASoC: atmel_ssc_dai: correct sequence when unloadBo Shen2013-02-041-1/+1
* ASoC: atmel_ssc_dai: remove error set private dataBo Shen2013-02-041-10/+0
* ASoC: atmel-soc: make it buildable on other architecturesJoachim Eastwood2012-12-241-2/+0