aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-53/+71
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-04-12Merge remote-tracking branches 'asoc/topic/link-param', 'asoc/topic/max98090', 'asoc/topic/max98925' and 'asoc/topic/nuc900' into asoc-nextMark Brown1-2/+4
2015-04-10ASoC: core: call snd_soc_runtime_set_dai_fmt() before soc_new_pcm()Kuninori Morimoto1-6/+3
2015-04-10Merge branch 'topic/dapm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-4/+12
2015-04-10Merge branch 'topic/delay' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-8/+2
2015-04-09ASoC: Don't try to register debugfs entries if the parent does not existLars-Peter Clausen1-21/+45
2015-04-09ASoC: Make soc_dpcm_debugfs_add() non-fatalLars-Peter Clausen1-9/+2
2015-04-09ASoC: Create card debugfs directory earlierLars-Peter Clausen1-2/+3
2015-04-09Merge tag 'v4.0-rc7' into asoc-coreMark Brown1-11/+30
2015-04-01ASoC: Remove suspend_bias_level from DAPM context structLars-Peter Clausen1-8/+2
2015-03-24ASoC: soc-core: initialize debugfs in snd_soc_instantiate_card()Kuninori Morimoto1-3/+3
2015-03-17ASoC: dapm: add code to configure dai link parametersNikesh Oswal1-2/+4
2015-03-08ASoC: Remove unnecessary device_remove_file()Lars-Peter Clausen1-1/+0
2015-03-08ASoC: Fix component lists lockingLars-Peter Clausen1-11/+30
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2015-02-24ASoC: core: Add extra dapm properties for Device TreeNicolin Chen1-4/+12
2015-02-09Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/sta32x', 'asoc/topic/tdm-slot', 'asoc/topic/tegra' and 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown1-4/+16
2015-02-09Merge remote-tracking branches 'asoc/topic/cs42l73', 'asoc/topic/dai' and 'asoc/topic/davinci' into asoc-nextMark Brown1-56/+70
2015-02-09Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-25/+35
2015-02-08ASoC: core: indicate unregister debug message onceKuninori Morimoto1-1/+1
2015-02-02ASoC: Add sysfs entries via static attribute groupsTakashi Iwai1-24/+34
2015-01-14ASoC: Update snd_soc_dai_set_tdm_slot() documentationLars-Peter Clausen1-4/+16
2015-01-08ASoC: Export snd_soc_runtime_set_dai_fmt()Lars-Peter Clausen1-0/+1
2015-01-07ASoC: Add helper function for changing the DAI link formatLars-Peter Clausen1-56/+69
2014-12-24Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-3/+0
2014-12-24Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown1-9/+5
2014-12-22ASoC: dapm: Simplify fully route card handlingLars-Peter Clausen1-3/+0
2014-12-19ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probeMark Brown1-9/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-08Merge remote-tracking branches 'asoc/topic/multi-codec', 'asoc/topic/mxs-saif', 'asoc/topic/mxs-sgtl5000', 'asoc/topic/omap' and 'asoc/topic/pxa' into asoc-nextMark Brown1-15/+95
2014-12-08Merge remote-tracking branches 'asoc/topic/codec-mutex', 'asoc/topic/compress' and 'asoc/topic/cq93vc' into asoc-nextMark Brown1-1/+0
2014-12-08Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad193x', 'asoc/topic/adau1373' and 'asoc/topic/adau17x1' into asoc-nextMark Brown1-369/+65
2014-12-08Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-5/+9
2014-12-08Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-1062/+17
2014-12-08Merge remote-tracking branch 'asoc/topic/cache' into asoc-nextMark Brown1-4/+0
2014-12-04ASoC: Augment existing card DAPM routes in snd_soc_of_parse_audio_routingPeter Rosin1-5/+9
2014-11-25ASoC: Disable regmap helpers if regmap is disabledLars-Peter Clausen1-0/+4
2014-11-25ASoC: core: add multi-codec support in DTJean-Francois Moine1-15/+95
2014-11-19Merge branch 'topic/regmap' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-ac97Mark Brown1-11/+47
2014-11-19ASoC: Add helper functions for deferred regmap setupLars-Peter Clausen1-11/+47
2014-11-18ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_controlLars-Peter Clausen1-12/+14
2014-11-18ASoC: ac97: Drop delayed device registrationLars-Peter Clausen1-4/+0
2014-11-18ASoC: ac97: Drop support for setting platform data via the CPU DAILars-Peter Clausen1-2/+0
2014-11-18ASoC: Move AC'97 support to its own fileLars-Peter Clausen1-348/+4
2014-11-18ASoC: Properly handle AC'97 device lifetime managementLars-Peter Clausen1-7/+11
2014-11-10ASoC: Remove CODEC mutexLars-Peter Clausen1-1/+0
2014-11-09ASoC: Remove snd_soc_cache_sync() implementationLars-Peter Clausen1-4/+0
2014-11-04ASoC: Consolidate CPU and CODEC DAI probeLars-Peter Clausen1-26/+12
2014-11-04ASoC: Remove card field from snd_soc_dai structLars-Peter Clausen1-6/+1