summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown2014-03-121-294/+77
|\
| * ASoC: dapm: Break dapm_set_path_status() appartLars-Peter Clausen2014-03-011-89/+44
| * ASoC: dapm: Consolidate MUXs and virtual MUXsLars-Peter Clausen2014-03-011-83/+30
| * ASoC: dapm: Consolidate MUXs and value MUXsLars-Peter Clausen2014-03-011-138/+19
| *-. Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090'...Mark Brown2014-03-011-22/+153
| |\ \
| * | | ASoC: Rename soc_enum.max field with itemsTakashi Iwai2014-02-201-11/+11
| | |/ | |/|
* | | ASoC: dapm: Sprinkle lockdep asserts through the codeMark Brown2014-03-101-0/+18
* | | ASoC: dapm: Staticise dapm_mark_dirty()Mark Brown2014-03-101-2/+1
* | | ASoC: dapm: Reorder the bias update sequenceXiang Xiao2014-03-031-11/+26
* | | ASoC: dapm: Power off all widgets in the snd_soc_dapm_shutdownXiang Xiao2014-03-031-6/+6
| |/ |/|
* | ASoC: dapm: Add unlocked version of snd_soc_dapm_syncCharles Keepax2014-02-201-5/+22
* | Merge branch 'fix/dapm' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2014-02-201-13/+126
|\ \
| * | ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax2014-02-201-10/+123
| * | ASoC: dapm: Correct regulator bypass error messagesCharles Keepax2014-02-191-3/+3
| |/
* | ASoC: dapm: Consistently use unsigned int for register valuesLars-Peter Clausen2014-02-131-4/+5
|/
* ASoC: dapm: Fix double prefix additionArun Shamanna Lakshmi2014-01-171-5/+6
* ASoC: dapm: Change prototype of soc_widget_readArun Shamanna Lakshmi2014-01-151-11/+15
* ASoC: sapm: Automatically connect DAI link widgets in DAPM graph.Liam Girdwood2014-01-081-0/+49
* ASoC: dapm: update DPCM runtime when mixer/mux changesNenghua Cao2013-12-161-4/+24
* Merge tag 'asoc-v3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2013-11-081-9/+11
|\
| * Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-081-9/+11
| |\
| | * ASoC: dapm: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-071-6/+8
| | * ASoC: Replace BUG() with WARN()Takashi Iwai2013-11-071-3/+3
| * | Merge remote-tracking branch 'asoc/topic/twl4030' into asoc-nextMark Brown2013-11-081-18/+28
| |\ \ | | |/ | |/|
* | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2013-11-031-1/+3
|\ \ \ | |/ /
| * | ASoC: dapm: Return -ENOMEM in snd_soc_dapm_new_dai_widgets()Takashi Iwai2013-10-281-0/+2
| * | ASoC: dapm: Fix source list debugfs outputsTakashi Iwai2013-10-281-1/+1
* | | ASoC: dapm: Run clock and regulator events separately to other suppliesMark Brown2013-10-101-25/+25
* | | ASoC: dapm: Use async I/O for DAPM sequencesMark Brown2013-10-101-2/+22
| |/ |/|
* | ASoC: dapm: Add support for virtual mixer controlsLars-Peter Clausen2013-10-071-18/+27
* | ASoC: dapm: Ignore VMID widgets for target biasLars-Peter Clausen2013-10-071-0/+1
|/
* Merge remote-tracking branch 'asoc/topic/dapm' into tmpMark Brown2013-09-011-0/+2
|\
| * ASoC: dapm: Fix auto-disable for inverted controlsLars-Peter Clausen2013-08-301-0/+2
* | ASoC: Pass card instead of dapm context to snd_soc_dapm_new_widgets()Lars-Peter Clausen2013-08-271-2/+1
|/
* ASoC: dapm: Fix marking widgets dirty when a route is addedLars-Peter Clausen2013-08-271-3/+3
* ASoC: dapm: Ensure kcontrol list is initialisedMark Brown2013-08-131-0/+1
* ASoC: dapm: Don't create routes when creating kcontrolsMark Brown2013-08-131-7/+5
* Merge remote-tracking branch 'asoc/fix/dapm' into asoc-dapmMark Brown2013-08-131-3/+4
|\
| * ASoC: dapm: Fix empty list check in dapm_new_mux()Lars-Peter Clausen2013-08-011-3/+4
* | ASoC: avoid duplicated DAI routesRussell King2013-08-051-1/+1
* | ASoC: dapm: Implement mixer input auto-disableLars-Peter Clausen2013-08-051-13/+95
* | ASoC: dapm: Fix kcontrol path list corruptionLars-Peter Clausen2013-08-011-17/+21
* | ASoC: dapm: Check return value of snd_soc_cnew()Lars-Peter Clausen2013-08-011-1/+3
* | ASoC: dapm: using freed pointer in dapm_kcontrol_add_widget()Dan Carpenter2013-07-311-4/+4
* | ASoC: dapm: Delay w->power update until the changes are writtenLars-Peter Clausen2013-07-291-4/+4
* | ASoC: dapm: Add snd_soc_dapm_add_path() helper functionLars-Peter Clausen2013-07-291-70/+81
* | ASoC: dapm: Make widget power register settings more flexibleLars-Peter Clausen2013-07-291-21/+13
* | ASoC: dapm: Keep a list of paths per kcontrolLars-Peter Clausen2013-07-291-12/+28
* | ASoC: dapm: Move 'value' field from widget to controlLars-Peter Clausen2013-07-291-23/+30
* | ASoC: dapm: Wrap kcontrol widget list accessLars-Peter Clausen2013-07-291-41/+78
OpenPOWER on IntegriCloud