aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/mpc5200_psc_i2s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: fsl: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2020-07-23ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-03-27ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2019-05-02ASoC: mpc5200_psc_i2s: Fix invalid license IDAndra Danciu1-1/+1
2019-04-08ASoC: mpc5200_psc_i2s: Switch to SPDX identifierAndra Danciu1-7/+7
2015-03-22ASoC: fsl: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20ASoC: fsl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-14ASoC: fsl: Don't mix SNDRV_PCM_RATE_CONTINUOUS with specific ratesLars-Peter Clausen1-2/+1
2013-03-26ASoC: switch over to use snd_soc_register_component() on mpc5200 i2sKuninori Morimoto1-2/+7
2012-12-10ASoC: fsl: remove __dev* attributesBill Pemberton1-4/+4
2012-09-18ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driverEric Millbrandt1-0/+3
2012-09-18ASoC: fsl: mpc5200 combine psc_dma platform dataEric Millbrandt1-0/+5
2011-11-28ASoC: Convert fsl directory to module_platform_driverAxel Lin1-15/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-02-28dt/sound: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2010-11-08ASoC: Return proper error if snd_soc_register_dais fails in psc_i2s_of_probeAxel Lin1-1/+1
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Mark Brown1-2/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-12/+7
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-12ASoC: Remove unused header from MPC5200 PSC driverGrant Likely1-1/+0
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2009-05-26ASoC: Main rewite of the mpc5200 audio DMA codeJon Smirl1-205/+42
2009-05-24ASoC: Rename the PSC functions to DMAJon Smirl1-80/+80
2009-05-24ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2sJon Smirl1-483/+2
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai1-1/+2
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-9/+11
2008-12-09ASoC: Register platform driversMark Brown1-0/+4
2008-11-24ASoC: Remove DAI type informationMark Brown1-1/+0
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-7/+10
2008-10-30ALSA: ASoC: Fix some minor errors in mpc5200 psc i2s driverJon Smirl1-6/+8
2008-07-29ALSA: ASoC: Add mpc5200-psc I2S driverGrant Likely1-0/+884