| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Add DAPM widget power decision debugfs files | Mark Brown | 2009-08-21 | 1 | -0/+8 |
* | ASoC: change set_tdm_slot api to allow slot_width override. | Daniel Ribeiro | 2009-08-06 | 1 | -3/+6 |
* | ASoC: Allow CODECs to flag invalid registers | Mark Brown | 2009-07-31 | 1 | -0/+3 |
* | ALSA: Allow passing platform_data to devices attached to AC97 bus | Marek Vasut | 2009-07-23 | 1 | -1/+5 |
* | ASoC: Add CODEC volatile register operation | Mark Brown | 2009-07-05 | 1 | -0/+17 |
* | ASoC: Convert to dev_pm_ops | Mark Brown | 2009-06-30 | 1 | -11/+19 |
* | Merge branch 'for-2.6.31' into for-2.6.32 | Mark Brown | 2009-06-25 | 1 | -0/+3 |
|\ |
|
| * | ASoC: Instantiate any forgotten DAPM widgets | Mark Brown | 2009-06-14 | 1 | -0/+3 |
* | | ASoC: Add a shutdown callback | Mark Brown | 2009-06-23 | 1 | -0/+16 |
* | | ASoC: Add stub suspend and resume calls for ASoC subdevices | Mark Brown | 2009-06-13 | 1 | -0/+39 |
* | | ASoC: Allow 32 bit registers for DAPM | Daniel Ribeiro | 2009-06-08 | 1 | -14/+14 |
|/ |
|
* | ASoC: fix NULL pointer dereference in soc_suspend() | Daniel Mack | 2009-06-04 | 1 | -0/+6 |
* | ASoC: Integrate bias management with DAPM power management | Mark Brown | 2009-05-18 | 1 | -51/+10 |
* | Merge branch 'for-2.6.30' into for-2.6.31 | Mark Brown | 2009-05-12 | 1 | -0/+3 |
|\ |
|
| * | ASoC: soc-core: fix crash when removing not instantiated card | Mike Rapoport | 2009-05-11 | 1 | -0/+3 |
* | | ASoC: Fix up CODEC DAI formats for big endian CPUs | Mark Brown | 2009-05-09 | 1 | -0/+40 |
* | | ASoC: Volume controls are never of boolean type | Mark Brown | 2009-04-16 | 1 | -3/+3 |
* | | ASoC: Check we have DAI ops when calling via accessor functions | Mark Brown | 2009-04-16 | 1 | -7/+7 |
* | | ASoC: Provide core support for symmetric sample rates | Mark Brown | 2009-04-07 | 1 | -0/+38 |
|/ |
|
* | ASoC: Set parent for AC97 devices we register | Mark Brown | 2009-04-02 | 1 | -1/+1 |
* | ASoC: Don't defer resume work for AC97 codecs | Mark Brown | 2009-04-02 | 1 | -4/+14 |
* | ASoC: Only deregister AC97 dev if it's name was not "AC97" | Atsushi Nemoto | 2009-03-17 | 1 | -1/+2 |
* | ASoC: make ops a pointer in 'struct snd_soc_dai' | Eric Miao | 2009-03-04 | 1 | -48/+54 |
* | Merge branch 'for-2.6.29' into for-2.6.30 | Mark Brown | 2009-02-13 | 1 | -1/+4 |
|\ |
|
| * | ASoC: Only register AC97 bus if it's not done already | Mark Brown | 2009-02-13 | 1 | -1/+4 |
* | | Merge branch 'topic/snd_card_new-err' into topic/asoc | Takashi Iwai | 2009-01-28 | 1 | -4/+4 |
|\ \ |
|
| * | | ALSA: Convert to snd_card_create() in other sound/* | Takashi Iwai | 2009-01-12 | 1 | -4/+4 |
* | | | ASoC: Push the codec runtime storage into the card structure | Mark Brown | 2009-01-27 | 1 | -20/+17 |
* | | | Merge branch 'for-2.6.29' into for-2.6.30 | Mark Brown | 2009-01-09 | 1 | -35/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | ASoC: Merge the soc_value_enum to soc_enum struct | Peter Ujfalusi | 2009-01-08 | 1 | -35/+2 |
| |/ |
|
* | | ASoC: cleanup duplicated code. | Ian Molton | 2009-01-09 | 1 | -0/+31 |
|/ |
|
* | ASoC: New enum type: value_enum | Peter Ujfalusi | 2009-01-05 | 1 | -0/+107 |
* | ASoC: Clean up kerneldoc warnings | Mark Brown | 2009-01-01 | 1 | -22/+24 |
* | ASoC: Add codec registration API | Mark Brown | 2008-12-10 | 1 | -0/+43 |
* | ALSA: ASoC - Fix wrong section types | Takashi Iwai | 2008-12-10 | 1 | -1/+1 |
* | ASoC: Wait for non-AC97 codec DAIs before instantiating | Mark Brown | 2008-12-09 | 1 | -1/+26 |
* | ASoC: Initial framework for dynamic card instantiation | Mark Brown | 2008-12-09 | 1 | -20/+79 |
* | ASoC: Add platform registration API | Mark Brown | 2008-12-09 | 1 | -0/+38 |
* | ASoC: Add DAI registration API | Mark Brown | 2008-12-09 | 1 | -0/+83 |
* | ASoC: Add card registration API | Mark Brown | 2008-12-09 | 1 | -0/+62 |
* | ASoC: Remove platform device from DAI suspend and resume operations | Mark Brown | 2008-12-03 | 1 | -4/+4 |
* | ASoC: Remove device from platform suspend and resume operations | Mark Brown | 2008-12-03 | 1 | -2/+2 |
* | ASoC: Push debugfs files out of the snd_soc_device structure | Mark Brown | 2008-12-03 | 1 | -32/+41 |
* | ASoC: Push platform registration down into the card | Mark Brown | 2008-12-02 | 1 | -19/+25 |
* | ASoC: Push workqueue data into snd_soc_card | Mark Brown | 2008-12-02 | 1 | -13/+20 |
* | ASoC: Annotate core removal function | Mark Brown | 2008-12-01 | 1 | -1/+1 |
* | ASoC: Rename snd_soc_register_card() to snd_soc_init_card() | Mark Brown | 2008-12-01 | 1 | -3/+3 |
* | Merge branch 'upstream' into topic/asoc | Takashi Iwai | 2008-12-01 | 1 | -2/+2 |
|\ |
|
| *-. | Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus | Takashi Iwai | 2008-11-03 | 1 | -2/+2 |
| |\ \ |
|
| | * | | sound: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-03 | 1 | -2/+2 |