aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-43/+57
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2012-09-18ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen1-10/+6
2012-09-13ASoC: core: Remove useless kfreePeter Senna Tschudin1-2/+0
2012-09-13ASoC: core: Mark regmap CODEC register maps as dirty when suspendingMark Brown1-0/+2
2012-09-06ASoC: dapm: Ensure bypass paths are suspended and resumedMark Brown1-0/+8
2012-09-05Merge branch 'asoc-omap' into for-3.7Mark Brown1-4/+6
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-3/+3
2012-08-20ASoC: add compress stream supportNamarta Kohli1-23/+34
2012-08-10ASoC: core: remove unused variable in soc_probe() in linux-nextJerry Snitselaar1-1/+0
2012-08-09ASoC: core: Remove pointless error on card registration failureMark Brown1-7/+1
2012-08-09ASoC: core: Upgrade the severity of probe deferral errors to dev_err()Mark Brown1-4/+6
2012-08-07ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codecPeter Ujfalusi1-0/+6
2012-08-02ASoC: core: Fix check before defaulting to regmapMark Brown1-1/+1
2012-07-11ASoC: Free memory in the error paths of soc_of_parse_audio_routing()Matthias Kaehlcke1-0/+2
2012-07-03ASoC: core: Try to use regmap if the driver doesn't set up any I/OMark Brown1-0/+4
2012-06-13ASoC: probe CODECs and platforms before DAIs and linksStephen Warren1-34/+95
2012-06-13ASoC: factor out soc_remove_platform()Stephen Warren1-16/+24
2012-06-13ASoC: when removing a CPU DAI, clean up its DAPM contextStephen Warren1-1/+4
2012-06-13ASoC: when initializing CPU DAI, don't duplicate any CODEC initStephen Warren1-5/+9
2012-06-03ASoC: core: Add single controls with specified range of valuesAdam Thomson1-0/+98
2012-06-03ASoC: make snd_soc_dai_link more symmetricalStephen Warren1-11/+31
2012-05-16ASoC: don't flip master of DT-instantiated DAI linksStephen Warren1-1/+2
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown1-3/+4
2012-05-05Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+3
2012-04-30ASoC: core: Fix dai_link dereference.Liam Girdwood1-1/+1
2012-04-26Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+1
2012-04-26ASoC: dpcm: Add API for DAI link substream and runtime lookupLiam Girdwood1-0/+29
2012-04-26ASoC: dpcm: Add debugFS support for DPCMLiam Girdwood1-0/+11
2012-04-26ASoC: dpcm: Add Dynamic PCM core operations.Liam Girdwood1-0/+5
2012-04-26ASoC: core: Remove unused variable 'min'Fabio Estevam1-1/+0
2012-04-24ASoC: core: check of_property_count_strings failureRichard Zhao1-3/+3
2012-04-23ASoC: core: Add strobe controlKristoffer KARLSSON1-0/+63
2012-04-23ASoC: core: Add signed multi register controlKristoffer KARLSSON1-0/+118
2012-04-17ASoC: core: Fix card RTD count for deferred probe.Liam Girdwood1-0/+1
2012-04-16ASoC: Merge tag 'v3.4-rc3' into for-3.5Mark Brown1-0/+2
2012-04-16ASoC: core: Support transparent CODEC<->CODEC DAI linksMark Brown1-7/+36
2012-04-16ASoC: core: Bind DAIs to CODECs at registration timeMark Brown1-6/+30
2012-04-16ASoC: core: Flip master for CODECs in the CPU slot of a CODEC<->CODEC linkMark Brown1-4/+33
2012-04-16ASoC: core: Return -ENOTSUPP instead of -EINVAL if mute is not supportedMark Brown1-1/+1
2012-04-11Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2012-04-09Merge tag 'v3.4-rc2' into for-3.5Mark Brown1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-04-05ASoC: set idle_bias_off=1 for all platform DAPM contextsStephen Warren1-0/+2
2012-04-03ASoC: core: Initialize err for snd_soc_put_volsw_sxBrian Austin1-1/+1
2012-04-03ASoC: core: Rework SOC_DOUBLE_R_SX_TLV add SOC_SINGLE_SX_TLVBrian Austin1-93/+81
2012-04-01ASoC: core: Use driver core probe deferralMark Brown1-85/+62
2012-04-01ASoC: dapm: Add platform stream event supportLiam Girdwood1-6/+2
2012-04-01ASoC: core: Add platform DAI widget mappingLiam Girdwood1-0/+14
2012-04-01ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood1-0/+1