summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: Pass card instead of dapm context to snd_soc_dapm_new_widgets()Lars-Peter Clausen2013-08-271-2/+1Star
|/
* 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/+5Star
* 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/+13Star
* | 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
* | ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen2013-07-291-17/+23
* | ASoC: dapm: Pass card instead of dapm context to dapm_power_widgets()Lars-Peter Clausen2013-07-291-51/+49Star
* | ASoC: dapm: Move snd_soc_dapm_update from dapm context to cardLars-Peter Clausen2013-07-291-11/+11
* | Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2013-07-291-30/+0Star
|\ \
| * | ASoC: Remove unused dapm_get_snd_card() and dapm_get_soc_card()Lars-Peter Clausen2013-07-231-30/+0Star
* | | ASoC: dapm: Add a update parameter to snd_soc_dapm_{mux,mixer}_update_powerLars-Peter Clausen2013-07-241-2/+8
* | | ASoC: dapm: Run widget updates for shared controls at the same timeLars-Peter Clausen2013-07-241-94/+68Star
* | | ASoC: dapm: Pass snd_soc_card directly to soc_dpcm_runtime_update()Lars-Peter Clausen2013-07-241-2/+2
* | | ASoC: dapm: Use generic power check for everything except DAIsMark Brown2013-07-241-4/+4
| |/ |/|
* | ASoC: dapm: Fix return value of snd_soc_dapm_put_{volsw,enum_virt}()Lars-Peter Clausen2013-07-241-3/+2Star
|/
* Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2013-06-171-31/+30Star
|\
| * ASoC: dapm: Remove unused long_name field from snd_soc_dapm_path structLars-Peter Clausen2013-06-141-4/+1Star
| * ASoC: dapm: Add a helper function to free a DAPM pathLars-Peter Clausen2013-06-141-18/+16Star
| * ASoC: dapm: Remove unnecessary loopLars-Peter Clausen2013-06-141-10/+8Star
| * ASoC: dapm: Setup private_free callback for dapm kcontrolsLars-Peter Clausen2013-06-141-0/+6
* | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-06-171-21/+26
|\ \
| * | ASoC: Fix early event callback list iterationLars-Peter Clausen2013-05-231-2/+2
| * | ASoC: core: Use kasprintf instead of opencoding itLars-Peter Clausen2013-05-141-21/+10Star
| * | ASoC: dapm: Provide early event callbacks for power up and downMark Brown2013-05-121-0/+16
| |/
* | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2013-06-171-0/+2
|\ \
| * | ASoC: dapm: Add snd_soc_dapm_switch to the power up/down sequence tableLars-Peter Clausen2013-06-141-0/+2
| |/
* / ASoC: dapm: Treat DAI widgets like AIF widgets for powerMark Brown2013-06-071-23/+26
|/
* Merge tag 'asoc-v3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-05-031-2/+2
|\
| * ASoC: dapm: use clk_prepare_enable and clk_disable_unprepareFabio Baltieri2013-04-301-2/+2
* | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2013-04-121-148/+171
|\ \
| * | ASoC: dapm: Only clear paths we've walkedRyo Tsutsui2013-04-011-12/+35
| * | ASoC: dapm: Remove redundant clear_walk() for supply widgetsRyo Tsutsui2013-04-011-2/+0Star
| * | ASoC: dapm: Implement mixer control sharingStephen Warren2013-03-311-134/+136
* | | Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-04-121-1/+0Star
|\ \ \ | |_|/ |/| |
| * | ASoC: core: Remove unused "n_widgets" field from snd_soc_dapm structLars-Peter Clausen2013-03-081-1/+0Star
| |/
* | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-nextMark Brown2013-03-261-0/+14
|\ \ | |/ |/|
| * ASoC: dapm: Fix pointer dereference in is_connected_output_ep()Peter Ujfalusi2013-03-151-1/+0Star
| * ASoC: dapm: Fix handling of loopsMark Brown2013-02-251-0/+15