summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Add DAPM widget power decision debugfs filesMark Brown2009-08-211-0/+8
* ASoC: change set_tdm_slot api to allow slot_width override.Daniel Ribeiro2009-08-061-3/+6
* ASoC: Allow CODECs to flag invalid registersMark Brown2009-07-311-0/+3
* ALSA: Allow passing platform_data to devices attached to AC97 busMarek Vasut2009-07-231-1/+5
* ASoC: Add CODEC volatile register operationMark Brown2009-07-051-0/+17
* ASoC: Convert to dev_pm_opsMark Brown2009-06-301-11/+19
* Merge branch 'for-2.6.31' into for-2.6.32Mark Brown2009-06-251-0/+3
|\
| * ASoC: Instantiate any forgotten DAPM widgetsMark Brown2009-06-141-0/+3
* | ASoC: Add a shutdown callbackMark Brown2009-06-241-0/+16
* | ASoC: Add stub suspend and resume calls for ASoC subdevicesMark Brown2009-06-131-0/+39
* | ASoC: Allow 32 bit registers for DAPMDaniel Ribeiro2009-06-081-14/+14
|/
* ASoC: fix NULL pointer dereference in soc_suspend()Daniel Mack2009-06-041-0/+6
* ASoC: Integrate bias management with DAPM power managementMark Brown2009-05-181-51/+10Star
* Merge branch 'for-2.6.30' into for-2.6.31Mark Brown2009-05-121-0/+3
|\
| * ASoC: soc-core: fix crash when removing not instantiated cardMike Rapoport2009-05-111-0/+3
* | ASoC: Fix up CODEC DAI formats for big endian CPUsMark Brown2009-05-091-0/+40
* | ASoC: Volume controls are never of boolean typeMark Brown2009-04-161-3/+3
* | ASoC: Check we have DAI ops when calling via accessor functionsMark Brown2009-04-161-7/+7
* | ASoC: Provide core support for symmetric sample ratesMark Brown2009-04-071-0/+38
|/
* ASoC: Set parent for AC97 devices we registerMark Brown2009-04-021-1/+1
* ASoC: Don't defer resume work for AC97 codecsMark Brown2009-04-021-4/+14
* ASoC: Only deregister AC97 dev if it's name was not "AC97"Atsushi Nemoto2009-03-171-1/+2
* ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-48/+54
* Merge branch 'for-2.6.29' into for-2.6.30Mark Brown2009-02-131-1/+4
|\
| * ASoC: Only register AC97 bus if it's not done alreadyMark Brown2009-02-131-1/+4
* | Merge branch 'topic/snd_card_new-err' into topic/asocTakashi Iwai2009-01-281-4/+4
|\ \
| * | ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-121-4/+4
* | | ASoC: Push the codec runtime storage into the card structureMark Brown2009-01-271-20/+17Star
* | | Merge branch 'for-2.6.29' into for-2.6.30Mark Brown2009-01-091-35/+2Star
|\ \ \ | | |/ | |/|
| * | ASoC: Merge the soc_value_enum to soc_enum structPeter Ujfalusi2009-01-081-35/+2Star
| |/
* / ASoC: cleanup duplicated code.Ian Molton2009-01-091-0/+31
|/
* ASoC: New enum type: value_enumPeter Ujfalusi2009-01-051-0/+107
* ASoC: Clean up kerneldoc warningsMark Brown2009-01-011-22/+24
* ASoC: Add codec registration APIMark Brown2008-12-101-0/+43
* ALSA: ASoC - Fix wrong section typesTakashi Iwai2008-12-101-1/+1
* ASoC: Wait for non-AC97 codec DAIs before instantiatingMark Brown2008-12-091-1/+26
* ASoC: Initial framework for dynamic card instantiationMark Brown2008-12-091-20/+79
* ASoC: Add platform registration APIMark Brown2008-12-091-0/+38
* ASoC: Add DAI registration APIMark Brown2008-12-091-0/+83
* ASoC: Add card registration APIMark Brown2008-12-091-0/+62
* ASoC: Remove platform device from DAI suspend and resume operationsMark Brown2008-12-031-4/+4
* ASoC: Remove device from platform suspend and resume operationsMark Brown2008-12-031-2/+2
* ASoC: Push debugfs files out of the snd_soc_device structureMark Brown2008-12-031-32/+41
* ASoC: Push platform registration down into the cardMark Brown2008-12-021-19/+25
* ASoC: Push workqueue data into snd_soc_cardMark Brown2008-12-021-13/+20
* ASoC: Annotate core removal functionMark Brown2008-12-011-1/+1
* ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown2008-12-011-3/+3
* Merge branch 'upstream' into topic/asocTakashi Iwai2008-12-011-2/+2
|\
| *-. Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai2008-11-031-2/+2
| |\ \
| | * | sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-031-2/+2