summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Apostrophe patrolMark Brown2009-06-061-5/+5
* ASoC: Add debug trace for bias level transitionsMark Brown2009-05-181-0/+18
* ASoC: Integrate bias management with DAPM power managementMark Brown2009-05-181-24/+54
* ASoC: Make DAPM sysfs entries non-optionalMark Brown2009-05-181-9/+1
* ASoC: Split DAPM power checks from sequencing of power changesMark Brown2009-05-181-25/+56
* ASoC: Add power supply widget to DAPMMark Brown2009-04-221-5/+39
* ASoC: Make the DAPM power check an operation on the widgetMark Brown2009-04-201-14/+13
* ASoC: Factor out DAPM power checks for DACs and ADCsMark Brown2009-04-201-33/+48
* ASoC: Factor out generic widget power checksMark Brown2009-04-201-5/+14
* ASoC: Support DAPM events for DACs and ADCsMark Brown2009-04-131-6/+10
* ASoC: Factor out application of power for generic widgetsMark Brown2009-04-131-50/+60
* ASoC: Display return code when failing to add a DAPM kcontrolMark Brown2009-04-071-2/+3
* ASoC: Fix memory allocation for snd_soc_dapm_switch namesMark Brown2009-03-061-4/+3
* ASoC: Factor out DAPM widget power check into separate functionMark Brown2009-03-061-121/+137
* ASoC: Add SND_SOC_DAPM_PIN_SWITCH controls for exposing DAPM pinsMark Brown2009-02-281-0/+70
* ASoC: Push the codec runtime storage into the card structureMark Brown2009-01-271-3/+3
* Merge branch 'topic/asoc' into next/asocTakashi Iwai2009-01-151-1/+2
|\
| * ASoC: Fix the power update function for snd_soc_dapm_value_muxPeter Ujfalusi2009-01-151-1/+2
* | Merge branch 'for-2.6.29' into for-2.6.30Mark Brown2009-01-091-75/+5
|\|
| * ASoC: Merge the soc_value_enum to soc_enum structPeter Ujfalusi2009-01-081-75/+5
* | ASoC: Constify pin names for DAPM pin status APIsMark Brown2009-01-091-5/+5
* | ASoC: dapm: Allow explictly named mixer controlsIan Molton2009-01-071-11/+36
|/
* ASoC: New enum type: value_enumPeter Ujfalusi2009-01-051-3/+194
* ASoC: Clean up kerneldoc warningsMark Brown2009-01-011-5/+5
* ASoC: Complain if we fail to create DAPM controlsMark Brown2008-12-181-1/+5
* ASoC: Rename snd_soc_card to snd_soc_machineMark Brown2008-11-211-3/+3
* ALSA: SOC: Fix setting codec register with debugfs filesystem merge errorTroy Kisky2008-11-041-6/+0
* ALSA: ASoC - restore removed variable declarationStephen Rothwell2008-10-311-0/+2
* ASoC: Remove DAPM restriction on mixer control name lengthsMark Brown2008-10-301-3/+8
* ASoC: Allow setting codec register with debugfs filesystemTroy Kisky2008-10-301-25/+8
* Merge branch 'topic/asoc-next' into topic/asocTakashi Iwai2008-10-271-22/+0
|\
| * ALSA: ASoC: Remove snd_soc_dapm_connect_input()Mark Brown2008-10-161-22/+0
* | ALSA: Fix debugfs_create_dir's error checking method for sound/soc/Zhaolei2008-10-171-1/+1
|/
* ALSA: ASoC: update email address for Liam GirdwoodLiam Girdwood2008-10-131-3/+2
* ALSA: ASoC: Allow machine drivers to mark pins as not connectedMark Brown2008-10-131-0/+20
* ALSA: ASoC: add new param mux to dapm_mux_update_powerRichard Zhao2008-10-101-4/+4
* ALSA: ASoC: Convert DAPM pop time configuration to debugfsMark Brown2008-08-291-33/+20
* ALSA: ASoC: convert use of uint to unsigned intJon Smirl2008-07-291-18/+18
* ALSA: ASoC: Rename mask to max to reflect usageJon Smirl2008-07-291-7/+7
* ALSA: ASoC: Convert bitfields in ASoC into full int widthJon Smirl2008-07-291-21/+31
* ALSA: ASoC: Export dapm_reg_event() fullyMark Brown2008-07-291-0/+1
* ALSA: ASoC: Factor PGA DAPM handling into mainMark Brown2008-07-171-18/+8
* ALSA: ASoC: Refactor DAPM event handlerMark Brown2008-07-171-38/+41
* ALSA: ASoC: Dump DAPM state for non-stream changesMark Brown2008-07-101-3/+9
* ALSA: ASoC: Switch DAPM to use of standard DEBUG macroMark Brown2008-07-101-12/+10
* ALSA: asoc: core - refactored DAPM pin control API.Liam Girdwood2008-07-101-30/+51
* ALSA: ASoC: Fix warning from strict_strtoul()Mark Brown2008-07-101-1/+5
* ALSA: ASoC: Make pop/click debug wait times dynamically configurableMark Brown2008-07-101-14/+53
* ALSA: ASoC: Add support for generic DAPM register modifier widgetJarkko Nikula2008-06-261-0/+19
* [ALSA] ASoC: Clarify API for bias configurationMark Brown2008-05-191-23/+21