aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc_pcm_open: Add missing bailout tagJassi Brar2010-03-031-5/+9
* ASoC: core: On resume also check the soc device statePeter Ujfalusi2010-02-221-0/+6
* ASoC: Make pmdown_time a longMark Brown2010-02-171-1/+1
* ASoC: Make pmdown_time runtime configurableMark Brown2010-02-161-0/+27
* ASoC: Make pmdown_time a per-card settingMark Brown2010-02-161-1/+3
* ASoC: Set codec->dev for AC97 devicesMark Brown2010-01-281-0/+1
* Merge branch 'for-2.6.33' into for-2.6.34Mark Brown2010-01-121-1/+1
|\
| * const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* | ASoC: Use snprintf() when generating stream namesMark Brown2009-12-311-2/+2
* | ASoC: Export snd_soc_update_bits_unlocked()Mark Brown2009-12-041-3/+4
|/
* ASoC: move setting ac97 platformdata earlier than ac97 read/writeBarry Song2009-11-121-4/+5
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-77/+64
* ASoC: Move sysfs and debugfs functions to head of soc-core.cMark Brown2009-11-031-167/+167
* ASoC: refactor snd_soc_update_bits()Eero Nurkkala2009-10-301-6/+30
* ASoC: remove io_mutexEero Nurkkala2009-10-301-5/+0
* Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-10-191-3/+8
|\
| * ASoC: Fix possible codec_dai->ops NULL pointer problemsBarry Song2009-10-191-3/+8
* | ASoC: Remove snd_soc_suspend_device()Mark Brown2009-10-151-39/+0
* | ASoC: Improve the debugfs hierarchyPeter Ujfalusi2009-10-021-2/+6
* | ASoC: add support for multiple cards/codecs in debugfsPeter Ujfalusi2009-10-011-7/+19
* | ASoC: Provide API for reordering channelsBarry Song2009-09-131-0/+24
* | ASoC: Add source argument to PLL configurationMark Brown2009-09-051-3/+5
|/
* 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-231-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/+10
* 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/+17