summaryrefslogtreecommitdiffstats
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2013-03-26ASoC: switch over to use snd_soc_register_component() on samsung pcmKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on samsung i2sKuninori Morimoto1-4/+10
2013-03-26ASoC: switch over to use snd_soc_register_component() on samsung spdifKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on s3c ac97Kuninori Morimoto1-4/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on s3c i2sKuninori Morimoto3-10/+18
2013-03-26ASoC: switch over to use snd_soc_register_component() on s3c24xx i2sKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on s6000 i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on mmp sspaKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on pxa2xx i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on pxa2xx ac97Kuninori Morimoto1-3/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on pxa sspKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on omap hdmiKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on omap dmicKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on omap mcpdmKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on omap mcbspKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on nuc900 ac97Kuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on mxs saifKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on sstKuninori Morimoto1-2/+6
2013-03-26ASoC: switch over to use snd_soc_register_component() on kirkwood i2sKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on jz4740 i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on imx ssiKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on fsl ssiKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on mpc5200 i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on ep93xx i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on ep93xx ac97Kuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf5xx tdmKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf5xx i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf5xx ac97Kuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on bf6xx i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x ac97cKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x psc-i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97Kuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on au1x i2scKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on atmel sscKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97Kuninori Morimoto1-2/+6
2013-03-26ASoC: switch over to use snd_soc_register_component() on dw i2sKuninori Morimoto1-2/+7
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci mcaspKuninori Morimoto1-5/+10
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci vcifKuninori Morimoto1-3/+8
2013-03-26ASoC: switch over to use snd_soc_register_component() on davinci i2sKuninori Morimoto1-5/+10
2013-03-26ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]()Kuninori Morimoto1-1/+9
2013-03-26Merge branch 'topic/pxa' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-2/+1
2013-03-22ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definitionKuninori Morimoto1-2/+1
2013-03-15ASoC: fsi: use snd_soc_register_component() instead of snd_soc_register_dais()Kuninori Morimoto1-4/+8
2013-03-13ASoC: add snd_soc_register_component()Kuninori Morimoto1-0/+77
2013-03-07Merge remote-tracking branch 'asoc/fix/wm8960' into tmpMark Brown1-4/+4
2013-03-07Merge remote-tracking branch 'asoc/fix/wm8350' into tmpMark Brown1-2/+2
2013-03-07Merge remote-tracking branch 'asoc/fix/tegra' into tmpMark Brown2-2/+2
2013-03-07Merge remote-tracking branch 'asoc/fix/arizona' into tmpMark Brown2-10/+21
2013-03-06ASoC: wm5102: Apply a SYSCLK patch for later revsMark Brown1-0/+11
2013-03-05ASoC: tegra: fix I2S bit count maskStephen Warren2-2/+2