summaryrefslogtreecommitdiffstats
path: root/sound/soc/generic/simple-card.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09ASoC: simple-card: fix the cinfo error checkXiubo Li1-5/+7
2014-01-09ASoC: simple-card: fix a bug where cinfo will be NULL before using itXiubo Li1-1/+1
2014-01-07ASoC: simple-card: keep the property's name the same patternXiubo Li1-2/+2
2014-01-07ASoC: simple-card: fix the DAPM routes map parsingXiubo Li1-3/+5
2014-01-06ASoC: simple-card: Fix the sysclk selection.Xiubo Li1-6/+2
2014-01-01ASoC: simple-card: Add device's module clock selection.Xiubo Li1-3/+18
2013-12-31ASoC: simple-card: Cleanup __asoc_simple_card_dai_init() ret checkXiubo Li1-1/+1
2013-12-31ASoC: simple-card: Add DAPM routes parse from device treeXiubo Li1-2/+9
2013-12-19ASoC: simple-card: Use devm_snd_soc_register_card()Xiubo Li1-9/+1
2013-12-02ASoC: simple-card: add Device Tree supportKuninori Morimoto1-6/+150
2013-10-20ASoC: simple-card: un-implemented set_fmt is not errorKuninori Morimoto1-0/+5
2013-08-23ASoC: simple-card: Provide owner and MODULE_ALIAS()Fabio Estevam1-0/+2
2013-01-14ASoC: simple-card: add asoc_simple_dai for initializingKuninori Morimoto1-28/+30
2012-12-27ASoC: simple-card: use struct device pointer for dev_xxx()Kuninori Morimoto1-2/+3
2012-04-13ASoC: add generic simple-card supportKuninori Morimoto1-0/+114