summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa2xx-i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: pxa: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-2/+2
* ASoC: pxa: merge DAI call back functions into opsKuninori Morimoto2023-08-221-2/+2
* ASoC: pxa: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-171-10/+3
* ASoC: pxa: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-10/+11
* 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: pxa: i2s: use normal MMIO accessorsArnd Bergmann2022-05-071-48/+62
* ARM: pxa: move mach/sound.h to linux/platform_data/Arnd Bergmann2022-04-191-1/+1
* ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+1
* ALSA: pxa2xx: Use managed PCM buffer allocationTakashi Iwai2021-08-041-3/+0
* ASoC: pxa: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: pxa: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-1/+1
* ASoC: pxa: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-1/+1
* ASoC: pxa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* ASoC: pxa: pxa2xx-i2s: move .suspend/.resume to componentKuninori Morimoto2020-01-211-6/+6
* ASoC: pxa: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ASoC: pxa: remove snd_pcm_opsKuninori Morimoto2019-10-081-3/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ASoC: pxa: provide PCM ops for ssp, i2s and ac97 componentsDaniel Mack2018-06-291-0/+3
* ASoC: pxa: remove the dmaengine compat needRobert Jarzmik2018-06-291-4/+2
* ASoC: pxa: Remove spaces before tabsCodrut Grosu2017-03-071-3/+3
* ASoC: pxa: Add space around ':' and '('Codrut Grosu2017-03-071-1/+1
* ASoC: pxa: pxa-pcm-lib: switch over to snd-soc-dmaengine-pcmDaniel Mack2015-09-301-0/+3
* ASoC: pxa2xx-i2s: Convert to devm_snd_soc_register_componentAxel Lin2015-08-281-9/+2
* ASoC: pxa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: pxa: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-071-1/+2
* ASoC: pxa: use snd_dmaengine_dai_dma_dataDaniel Mack2013-08-151-14/+14
* ASoC: switch over to use snd_soc_register_component() on pxa2xx i2sKuninori Morimoto2013-03-261-2/+7
* ASoC: pxa: remove __dev* attributesBill Pemberton2012-12-101-2/+2
* ASoC: Merge tag 'v3.4-rc3' into for-3.5Mark Brown2012-04-161-0/+1
|\
| * ASoC: pxa: pxa2xx-i2s: add io.h for IOMEM macroMartin Jansa2012-04-021-0/+1
* | ASoC: pxa2xx-i2s: Add clk_prepare/clk_unprepare callsPhilipp Zabel2012-04-011-2/+2
|/
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: Enable autoloading of pxa2xx CPU I2S driver with module aliasIan Lartey2010-08-231-0/+1
* ASoC: multi-component: Fix reference to moved header file, which was unused a...Ian Lartey2010-08-151-1/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-45/+44
* ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_streamDaniel Mack2010-04-051-2/+5
* ASoC: Only disable pxa2xx-i2s clocks if we enabled themMark Brown2009-07-011-1/+6
* ASoC: pxa2xx-i2s: Fix suspend/resumeKarl Beldan2009-05-141-8/+3
* ASoC: pxa2xx-i2s: Fix inappropriate release of i2s clockKarl Beldan2009-05-141-2/+0
* ASoC: pxa2xx-i2s: Handle SACR1_DRPL and SACR1_DREC separatelyKarl Beldan2009-05-141-3/+5
* ASoC: pxa2xx-i2s: Proper hw initializationKarl Beldan2009-05-141-3/+14
* ASoC: Enforce symmetric rates for PXA2xx I2SMark Brown2009-05-121-0/+1
* Merge branch 'origin' into develRussell King2009-03-281-44/+10
|\
| * ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-8/+10
| * ASoC: pxa2xx-i2s: remove I2S pin setupPhilipp Zabel2009-02-081-36/+0
* | [ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao2009-03-091-1/+1
|/
* ASoC: Register platform DAIsMark Brown2008-12-091-1/+12
* ASoC: Remove platform device from DAI suspend and resume operationsMark Brown2008-12-031-4/+2
* ASoC: Remove DAI type informationMark Brown2008-11-241-1/+0