summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-43/+57
|\
| * ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen2012-09-181-10/+6
| * ASoC: core: Remove useless kfreePeter Senna Tschudin2012-09-131-2/+0
| * ASoC: core: Mark regmap CODEC register maps as dirty when suspendingMark Brown2012-09-131-0/+2
| * ASoC: dapm: Ensure bypass paths are suspended and resumedMark Brown2012-09-061-0/+8
| * Merge branch 'asoc-omap' into for-3.7Mark Brown2012-09-051-4/+6
| |\
| * | ASoC: add compress stream supportNamarta Kohli2012-08-201-23/+34
| * | ASoC: core: remove unused variable in soc_probe() in linux-nextJerry Snitselaar2012-08-101-1/+0
| * | ASoC: core: Remove pointless error on card registration failureMark Brown2012-08-091-7/+1
| * | ASoC: core: Set dapm->idle_bias_off for DAIs not mapped with a codecPeter Ujfalusi2012-08-071-0/+6
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-3/+3
|\ \ \ | |_|/ |/| |
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-3/+3
* | | ASoC: core: Upgrade the severity of probe deferral errors to dev_err()Mark Brown2012-08-091-4/+6
| |/ |/|
* | ASoC: core: Fix check before defaulting to regmapMark Brown2012-08-021-1/+1
|/
* ASoC: Free memory in the error paths of soc_of_parse_audio_routing()Matthias Kaehlcke2012-07-111-0/+2
* ASoC: core: Try to use regmap if the driver doesn't set up any I/OMark Brown2012-07-031-0/+4
* ASoC: probe CODECs and platforms before DAIs and linksStephen Warren2012-06-131-34/+95
* ASoC: factor out soc_remove_platform()Stephen Warren2012-06-131-16/+24
* ASoC: when removing a CPU DAI, clean up its DAPM contextStephen Warren2012-06-131-1/+4
* ASoC: when initializing CPU DAI, don't duplicate any CODEC initStephen Warren2012-06-131-5/+9
* ASoC: core: Add single controls with specified range of valuesAdam Thomson2012-06-031-0/+98
* ASoC: make snd_soc_dai_link more symmetricalStephen Warren2012-06-031-11/+31
* ASoC: don't flip master of DT-instantiated DAI linksStephen Warren2012-05-161-1/+2
* Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-3/+4
|\
| * Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-05-051-3/+3
| |\
| | * ASoC: core: check of_property_count_strings failureRichard Zhao2012-04-241-3/+3
| * | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-04-261-0/+1
| |\|
| | * ASoC: core: Fix card RTD count for deferred probe.Liam Girdwood2012-04-171-0/+1
* | | ASoC: core: Fix dai_link dereference.Liam Girdwood2012-04-301-1/+1
* | | ASoC: dpcm: Add API for DAI link substream and runtime lookupLiam Girdwood2012-04-261-0/+29
* | | ASoC: dpcm: Add debugFS support for DPCMLiam Girdwood2012-04-261-0/+11
* | | ASoC: dpcm: Add Dynamic PCM core operations.Liam Girdwood2012-04-261-0/+5
* | | ASoC: core: Remove unused variable 'min'Fabio Estevam2012-04-261-1/+0
* | | ASoC: core: Add strobe controlKristoffer KARLSSON2012-04-231-0/+63
* | | ASoC: core: Add signed multi register controlKristoffer KARLSSON2012-04-231-0/+118
* | | ASoC: Merge tag 'v3.4-rc3' into for-3.5Mark Brown2012-04-161-0/+2
|\| |
| * | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-04-111-0/+2
| |\|
| | * ASoC: set idle_bias_off=1 for all platform DAPM contextsStephen Warren2012-04-051-0/+2
* | | ASoC: core: Support transparent CODEC<->CODEC DAI linksMark Brown2012-04-161-7/+36
* | | ASoC: core: Bind DAIs to CODECs at registration timeMark Brown2012-04-161-6/+30
* | | ASoC: core: Flip master for CODECs in the CPU slot of a CODEC<->CODEC linkMark Brown2012-04-161-4/+33
* | | ASoC: core: Return -ENOTSUPP instead of -EINVAL if mute is not supportedMark Brown2012-04-161-1/+1
* | | Merge tag 'v3.4-rc2' into for-3.5Mark Brown2012-04-091-7/+1
|\| |
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
| |/
* | ASoC: core: Initialize err for snd_soc_put_volsw_sxBrian Austin2012-04-031-1/+1
* | ASoC: core: Rework SOC_DOUBLE_R_SX_TLV add SOC_SINGLE_SX_TLVBrian Austin2012-04-031-93/+81
* | ASoC: core: Use driver core probe deferralMark Brown2012-04-011-85/+62
* | ASoC: dapm: Add platform stream event supportLiam Girdwood2012-04-011-6/+2
* | ASoC: core: Add platform DAI widget mappingLiam Girdwood2012-04-011-0/+14
* | ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood2012-04-011-0/+1