index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
pxa
/
mmp-sspa.c
Age
Commit message (
Expand
)
Author
2023-08-14
ASoC: pxa: merge DAI call back functions into ops
Kuninori Morimoto
2023-03-20
ASoC: pxa: mmp-sspa: Convert to platform remove callback returning void
Uwe Kleine-König
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-06-27
ASoC: pxa: Migrate to new style legacy DAI naming flag
Charles Keepax
2022-06-06
ASoC: pxa: Rename set_fmt_new back to set_fmt
Charles Keepax
2022-06-06
ASoC: pxa: Update to use set_fmt_new callback
Charles Keepax
2021-03-10
ASoC: mmp-sspa: drop unneeded snd_soc_dai_set_drvdata
Julia Lawall
2020-11-20
ASoC: mmp-sspa: set phase two word length register
Kyle Russell
2020-11-18
ASoC: mmp-sspa: clear transmit phase bit for non-stereo formats
Kyle Russell
2020-05-27
ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()
Wei Yongjun
2020-05-20
ASoC: mmp-sspa: Fix the error handling in probe()
Lubomir Rintel
2020-05-19
ASoC: mmp-sspa: Add Device Tree support
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Set appropriate bus format for given bit width
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Add support for the runtime power management
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Prepare/unprepare the clocks
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Remove the embedded struct ssp_device
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Add support for soc-generic-dmaengine-pcm
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Get rid of dma_params and phys_base
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Drop S20_3LE case
Lubomir Rintel
2020-05-12
ASoC: mmp-sspa: Flip SNDRV_PCM_FMTBIT_S24_3LE on
Lubomir Rintel
2020-03-27
ASoC: pxa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
2019-10-18
spi: pxa2xx: No need to keep pointer to platform device
Andy Shevchenko
2019-07-31
ASoC: mmp-sspa: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-02-26
ASoC: pxa: remove duplicated bit-wise or of SNDRV_PCM_FMTBIT_S24_LE
Colin Ian King
2017-07-17
ASoC: mmp-sspa: constify snd_soc_dai_ops structure
Gustavo A. R. Silva
2017-03-07
ASoC: pxa: Remove unneeded return statement in void function
Codrut Grosu
2016-05-06
ASoC: pxa: Fix module autoload for platform drivers
Andrea Adami
2014-10-20
ASoC: pxa: drop owner assignment from platform_drivers
Wolfram Sang
2013-09-19
ASoC: mmp-sspa: Use devm_snd_soc_register_component
Sachin Kamat
2013-08-15
ASoC: pxa: use snd_dmaengine_dai_dma_data
Daniel Mack
2013-07-24
ASoC: pxa: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-15
ASoC: mmp-sspa: Staticize non exported struct
Lars-Peter Clausen
2013-03-26
ASoC: switch over to use snd_soc_register_component() on mmp sspa
Kuninori Morimoto
2013-01-22
ASoC: Convert to devm_ioremap_resource()
Thierry Reding
2012-12-10
ASoC: pxa: remove __dev* attributes
Bill Pemberton
2012-06-13
ASoC: mmp: add sspa support
Zhangfei Gao