| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: soc-core: fix crash when removing not instantiated card | Mike Rapoport | 2009-05-11 | 1 | -0/+3 |
* | 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 |
* | | | | ASoC: Clean up kernel-doc for snd_soc_dai_set_fmt | Qinghuang Feng | 2008-11-25 | 1 | -1/+0 |
* | | | | ASoC: Lower priority of resume work logging | Mark Brown | 2008-11-24 | 1 | -4/+4 |
* | | | | ASoC: Remove DAI type information | Mark Brown | 2008-11-24 | 1 | -23/+8 |
* | | | | ASoC: Merge snd_soc_ops into snd_soc_dai_ops | Mark Brown | 2008-11-21 | 1 | -37/+37 |
* | | | | ASoC: Rename snd_soc_card to snd_soc_machine | Mark Brown | 2008-11-21 | 1 | -45/+45 |
* | | | | ASoC: Remove core version number | Mark Brown | 2008-11-05 | 1 | -1/+0 |
* | | | | Merge branch 'topic/fix/asoc' into topic/asoc | Takashi Iwai | 2008-10-31 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | ALSA: ASoC: Fix mono controls after conversion to support full int masks | Mark Brown | 2008-10-30 | 1 | -1/+1 |
| |/ / |
|
* | | | ASoC: Convert core to use standard debug print macros | Mark Brown | 2008-10-30 | 1 | -22/+14 |
* | | | ASoC: Fix handling of DAPM suspend work | Mark Brown | 2008-10-30 | 1 | -32/+23 |
* | | | ASoC: Allow setting codec register with debugfs filesystem | Troy Kisky | 2008-10-30 | 1 | -3/+113 |
|/ / |
|
* | | ALSA: ASoC: update email address for Liam Girdwood | Liam Girdwood | 2008-10-13 | 1 | -3/+2 |
|/ |
|
* | ALSA: ASoC: Use codec digital mute when stopping playback | Mark Brown | 2008-09-09 | 1 | -0/+6 |
* | ALSA: ASoC: convert use of uint to unsigned int | Jon Smirl | 2008-07-29 | 1 | -24/+24 |
* | ALSA: ASoC: Rename mask to max to reflect usage | Jon Smirl | 2008-07-29 | 1 | -10/+10 |
* | ALSA: ASoC: Convert bitfields in ASoC into full int width | Jon Smirl | 2008-07-29 | 1 | -34/+52 |
* | ALSA: ASoC: Allow codecs to override register display | Mark Brown | 2008-07-29 | 1 | -3/+23 |
* | ALSA: asoc: core - add Digital Audio Interface (DAI) control functions. | Liam Girdwood | 2008-07-10 | 1 | -8/+132 |