summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/mmp-sspa.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: pxa: merge DAI call back functions into opsKuninori Morimoto2023-08-141-1/+1
* ASoC: pxa: mmp-sspa: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+3
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* ASoC: pxa: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-4/+5
* ASoC: pxa: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: pxa: Update to use set_fmt_new callbackCharles Keepax2022-06-061-4/+4
* ASoC: mmp-sspa: drop unneeded snd_soc_dai_set_drvdataJulia Lawall2021-03-101-1/+0
* ASoC: mmp-sspa: set phase two word length registerKyle Russell2020-11-201-0/+3
* ASoC: mmp-sspa: clear transmit phase bit for non-stereo formatsKyle Russell2020-11-181-0/+1
* ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()Wei Yongjun2020-05-271-4/+4
* ASoC: mmp-sspa: Fix the error handling in probe()Lubomir Rintel2020-05-201-6/+10
* ASoC: mmp-sspa: Add Device Tree supportLubomir Rintel2020-05-191-45/+94
* ASoC: mmp-sspa: Set appropriate bus format for given bit widthLubomir Rintel2020-05-121-12/+28
* ASoC: mmp-sspa: Add support for the runtime power managementLubomir Rintel2020-05-121-60/+66
* ASoC: mmp-sspa: Prepare/unprepare the clocksLubomir Rintel2020-05-121-6/+6
* ASoC: mmp-sspa: Remove the embedded struct ssp_deviceLubomir Rintel2020-05-121-69/+60
* ASoC: mmp-sspa: Add support for soc-generic-dmaengine-pcmLubomir Rintel2020-05-121-0/+57
* ASoC: mmp-sspa: Get rid of dma_params and phys_baseLubomir Rintel2020-05-121-15/+10
* ASoC: mmp-sspa: Drop S20_3LE caseLubomir Rintel2020-05-121-3/+0
* ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE onLubomir Rintel2020-05-121-1/+1
* ASoC: pxa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko2019-10-181-1/+1
* ASoC: mmp-sspa: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* ASoC: pxa: remove duplicated bit-wise or of SNDRV_PCM_FMTBIT_S24_LEColin Ian King2018-02-261-1/+0
* ASoC: mmp-sspa: constify snd_soc_dai_ops structureGustavo A. R. Silva2017-07-171-1/+1
* ASoC: pxa: Remove unneeded return statement in void functionCodrut Grosu2017-03-071-1/+0
* ASoC: pxa: Fix module autoload for platform driversAndrea Adami2016-05-061-0/+1
* ASoC: pxa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: mmp-sspa: Use devm_snd_soc_register_componentSachin Kamat2013-09-191-3/+2
* ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack2013-08-151-4/+8
* ASoC: pxa: don't check resource with devm_ioremap_resourceWolfram Sang2013-07-241-3/+0
* ASoC: mmp-sspa: Staticize non exported structLars-Peter Clausen2013-05-151-1/+1
* ASoC: switch over to use snd_soc_register_component() on mmp sspaKuninori Morimoto2013-03-261-2/+7
* ASoC: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
* ASoC: pxa: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: mmp: add sspa supportZhangfei Gao2012-06-131-0/+480