aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/fsl/mpc5200_psc_i2s.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-22ASoC: fsl: constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2014-10-20ASoC: fsl: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-14ASoC: fsl: Don't mix SNDRV_PCM_RATE_CONTINUOUS with specific ratesGravatar Lars-Peter Clausen 1-2/+1
2013-03-26ASoC: switch over to use snd_soc_register_component() on mpc5200 i2sGravatar Kuninori Morimoto 1-2/+7
2012-12-10ASoC: fsl: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-09-18ASoC: fsl: mpc5200 add missing information to snd_soc_dai_driverGravatar Eric Millbrandt 1-0/+3
2012-09-18ASoC: fsl: mpc5200 combine psc_dma platform dataGravatar Eric Millbrandt 1-0/+5
2011-11-28ASoC: Convert fsl directory to module_platform_driverGravatar Axel Lin 1-15/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsGravatar Lars-Peter Clausen 1-1/+1
2011-02-28dt/sound: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2010-11-08ASoC: Return proper error if snd_soc_register_dais fails in psc_i2s_of_probeGravatar Axel Lin 1-1/+1
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Gravatar Mark Brown 1-2/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+2
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportGravatar Liam Girdwood 1-12/+7
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-06-12ASoC: Remove unused header from MPC5200 PSC driverGravatar Grant Likely 1-1/+0
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2009-05-26ASoC: Main rewite of the mpc5200 audio DMA codeGravatar Jon Smirl 1-205/+42
2009-05-24ASoC: Rename the PSC functions to DMAGravatar Jon Smirl 1-80/+80
2009-05-24ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2sGravatar Jon Smirl 1-483/+2
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversGravatar Takashi Iwai 1-1/+2
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Gravatar Eric Miao 1-9/+11
2008-12-09ASoC: Register platform driversGravatar Mark Brown 1-0/+4
2008-11-24ASoC: Remove DAI type informationGravatar Mark Brown 1-1/+0
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsGravatar Mark Brown 1-7/+10
2008-10-30ALSA: ASoC: Fix some minor errors in mpc5200 psc i2s driverGravatar Jon Smirl 1-6/+8
2008-07-29ALSA: ASoC: Add mpc5200-psc I2S driverGravatar Grant Likely 1-0/+884