summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pxa2xx: Use managed PCM buffer allocationTakashi Iwai2021-08-044-12/+0
* spi: pxa2xx: Use pxa_ssp_enable()/pxa_ssp_disable() in the driverAndy Shevchenko2021-05-111-16/+0
* ASoC: pxa: remove useless assignmentPierre-Louis Bossart2021-03-311-1/+1
* ASoC: mmp-sspa: drop unneeded snd_soc_dai_set_drvdataJulia Lawall2021-03-101-1/+0
* ASoC: pxa: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* 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: Fix 7/8 spaces indentation in KconfigGeert Uytterhoeven2020-11-171-7/+7
* ASoC: pxa: pxa-ssp: Remove redundant null check before clk_prepare_enable/clk...Xu Wang2020-11-051-4/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* ASoC: pxa: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-2312-17/+17
* ASoC: pxa: pxa-ssp: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-101-1/+1
* ASoC: pxa: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-4/+4
* ASoC: mmp-sspa: Fix return value check in asoc_mmp_sspa_probe()Wei Yongjun2020-05-271-4/+4
* ASoC: pxa: remove Compulab pxa2xx boardsRobert Jarzmik2020-05-221-3/+2
* ASoC: mmp-sspa: Fix the error handling in probe()Lubomir Rintel2020-05-201-6/+10
* ASoC: mmp-sspa: Add Device Tree supportLubomir Rintel2020-05-193-74/+113
* ASoC: pxa: use snd_soc_xxx_active()Kuninori Morimoto2020-05-182-5/+5
* ASoC: mmp-sspa: Set appropriate bus format for given bit widthLubomir Rintel2020-05-122-12/+30
* 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: A trivial typo fixLubomir Rintel2020-05-121-1/+1
* 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
* Merge series "ASoC: remove rtd->cpu/codec_dai{s}" from Kuninori Morimoto <kun...Mark Brown2020-03-2714-27/+27
|\
| * ASoC: pxa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-2714-27/+27
* | ASoC: pxa: magician: convert to use i2c_new_client_device()Wolfram Sang2020-03-271-3/+3
|/
* ASoC: pxa: Enable AC'97 bus support for PXA machinesMark Brown2020-03-261-0/+14
* ASoC: pxa: Select regmap from AC'97 machinesMark Brown2020-03-261-0/+8
* ASoC: soc-core: remove bus_controlKuninori Morimoto2020-01-211-3/+0
* ASoC: pxa: pxa2xx-i2s: move .suspend/.resume to componentKuninori Morimoto2020-01-211-6/+6
* ASoC: pxa: pxa-ssp: move .suspend/.resume to componentKuninori Morimoto2020-01-211-8/+8
* ASoC: pxa: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-115-5/+0
* ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-1/+1
* Merge tag 'sound-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-11-267-43/+93
|\
| * Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-11-076-35/+85
| |\
| | * ASoC: pxa: poodle: Spelling s/enpoints/endpoints/, s/connetion/connection/Geert Uytterhoeven2019-10-251-1/+1
| | * ASoC: pxa: remove snd_pcm_opsKuninori Morimoto2019-10-084-12/+44
| | * ASoC: pxa: mmp-pcm: remove snd_pcm_opsKuninori Morimoto2019-10-081-22/+40
| * | sound: Fix Kconfig indentationKrzysztof Kozlowski2019-10-071-8/+8
| |/
* / spi: pxa2xx: No need to keep pointer to platform deviceAndy Shevchenko2019-10-182-6/+6
|/
* ASoC: mmp-sspa: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* ASoC: pxa: pxa2xx-ac97.c: use devm_snd_soc_register_component()Kuninori Morimoto2019-07-021-2/+1
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-2627-167/+27
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-25/+6
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 395Thomas Gleixner2019-06-051-13/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-053-15/+3