aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-1/+1
|\
| * ASoC: dapm: Use card_list during DAPM shutdownMisael Lopez Cruz2012-11-261-1/+1
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-3/+9
|\ \ | |/
| * ASoC: dapm: Ensure power gets managed for line widgetsMark Brown2012-05-071-0/+2
| * ASoC: dapm: Check for bias level when powering downMark Brown2012-03-121-3/+9
* | samsung update 1codeworkx2012-06-021-36/+68
|/
* ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM contextLars-Peter Clausen2011-06-091-9/+8
* ASoC: Fix dapm_is_shared_kcontrol so everything isn't sharedStephen Warren2011-05-271-1/+4
* ASoC: Fix power down for widgetless per-card DAPM context caseJarkko Nikula2011-05-261-1/+1
* ASoC: Implement mux control sharingStephen Warren2011-05-031-31/+75
* ASoC: Store a list of widgets in a DAPM mux/mixer kcontrolStephen Warren2011-05-031-56/+131
* ASoC: Add w->kcontrols, and populate itStephen Warren2011-05-031-0/+12
* ASoC: s/w->kcontrols/w->kcontrol_news/gStephen Warren2011-05-031-13/+15
* ASoC: Remove DAPM debugfs entries before freeing widgetsLars-Peter Clausen2011-05-031-0/+10
* ASoC: Move DAPM widget debugfs entry creation to snd_soc_dapm_new_widgetsLars-Peter Clausen2011-05-031-12/+23
* ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_initLars-Peter Clausen2011-05-031-3/+10
* ASoC: Add dapm_find_widget helperLars-Peter Clausen2011-04-271-70/+45
* ASoC: fix a simple coding style issueLu Guanqun2011-04-201-1/+1
* ASoC: snd_soc_dapm_get_pin_status: Match other contexts tooStephen Warren2011-04-201-0/+6
* ASoC: Allow DAPM pin operations to match any contextMark Brown2011-04-091-0/+24
* ASoC: Force all DAPM contexts into the same bias stateMark Brown2011-04-091-0/+9
* ASoC: Remove special casing for registerless widgetsMark Brown2011-04-081-100/+0
* ASoC: Add bias level data to DAPM context debugfsMark Brown2011-04-051-0/+48
* Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-03-091-1/+1
|\
| * ASoC: Use the correct DAPM context when cleaning up final widget setMark Brown2011-03-091-1/+1
* | ASoC: Fix double addition of prefixes due to widget prefixingMark Brown2011-03-091-3/+26
* | ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown2011-03-081-2/+14
* | ASoC: Check for a CODEC before dereferencing in DAPMMark Brown2011-03-031-3/+3
* | ASoC: Get the card directly from the DAPM contextMark Brown2011-03-031-4/+4
* | ASoC: soc-dapm: Include quotes around contents in debugfs entriesDimitris Papastamos2011-02-251-2/+2
* | ASoC: Run bias level changes for all DAPM contexts in parallelMark Brown2011-02-221-51/+67
* | ASoC: Remove card from snd_soc_dapm_set_bias_level()Mark Brown2011-02-221-11/+11
* | ASoC: Remove export of snd_soc_dapm_stream_event()Mark Brown2011-02-181-1/+0
* | Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-02-131-1/+9
|\ \ | |/
| * ASoC: Ensure supplies are maintained for force enabled widgetsMark Brown2011-02-131-1/+9
* | Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-02-091-0/+13
|\ \ | |/
| * ASoC: Sync initial widget state with hardwareMark Brown2011-02-091-0/+13
* | Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-281-3/+3
|\ \ | |/
| * ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()Stephen Warren2011-01-281-3/+3
* | ASoC: Add subsequence information to seq_notify callbacksMark Brown2011-01-271-2/+3
* | ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown2011-01-191-1/+15
* | ASoC: Add support for sequencing withinMark Brown2011-01-191-1/+10
* | ASoC: Explicitly say if we're powering up or downMark Brown2011-01-191-12/+25
|/
* ASoC: don't pass the string as the format arguemtn for dev_info()Takashi Iwai2010-12-221-1/+1
* ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux typeDimitris Papastamos2010-12-171-0/+19
* ASoC: Do DAPM control updates in the middle of DAPM sequencesMark Brown2010-12-171-58/+72
* ASoC: Extend DAPM to handle power changes on cross-device pathsJarkko Nikula2010-12-151-46/+63
* ASoC: Move widgets from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-20/+49
* ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-14/+27
* ASoC: dapm: Add output driver widgetOlaya, Margarita2010-12-141-0/+6