| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Move card field form platform/codec to component | Lars-Peter Clausen | 2014-07-22 | 1 | -1/+1 |
* | ASoC: Fix wrong argument for card remove callbacks | Takashi Iwai | 2014-06-03 | 1 | -1/+1 |
* | ASoC: free jack GPIOs before the sound card is freed | Stephen Warren | 2014-06-03 | 1 | -4/+10 |
*-. | Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/... | Mark Brown | 2014-05-22 | 1 | -1/+1 |
|\ \ |
|
| | * | ASoC: ams-delta: Use the same name for platform as the cpu_dai | Peter Ujfalusi | 2014-04-18 | 1 | -1/+1 |
| | | | |
| \ \ | |
*-. \ \ | Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and... | Mark Brown | 2014-05-22 | 1 | -43/+21 |
|\ \ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | ASoC: ams-delta: Convert to table based DAPM and control setup | Lars-Peter Clausen | 2014-04-14 | 1 | -43/+21 |
| |/ |
|
* / | ASoC: Remove needless snd_soc_dapm_enable_pin() from machine driver inits | Jarkko Nikula | 2014-05-19 | 1 | -2/+0 |
|/ |
|
* | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next | Mark Brown | 2014-03-13 | 1 | -1/+1 |
|\ |
|
| * | ASoC: ams-delta: Fix compile error | Lars-Peter Clausen | 2014-03-13 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/t... | Mark Brown | 2014-03-12 | 1 | -5/+3 |
|\ \ \ |
|
| | * | | ASoC: omap: Use SOC_ENUM_SINGLE_EXT_DECL() | Takashi Iwai | 2014-02-23 | 1 | -5/+3 |
| |/ / |
|
| | | | |
| \ \ | |
*-. | | | Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090'... | Mark Brown | 2014-03-01 | 1 | -19/+26 |
|\ \| |
| | |/
| |/| |
|
| * | | ASoC: ams-delta: Update locking around use of DAPM pin API | Charles Keepax | 2014-02-20 | 1 | -19/+26 |
| |/ |
|
* / | ASoC: Rename soc_enum.max field with items | Takashi Iwai | 2014-02-20 | 1 | -1/+1 |
|/ |
|
* | ASoC: omap: Use common DAI DMA data | Lars-Peter Clausen | 2013-04-03 | 1 | -1/+0 |
* | ASoC: OMAP: remove __dev* attributes | Bill Pemberton | 2012-12-10 | 1 | -3/+3 |
* | Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Takashi Iwai | 2012-10-17 | 1 | -33/+30 |
|\ |
|
| * | ASoC: ams-delta: Convert to use snd_soc_register_card() | Janusz Krzysztofik | 2012-10-04 | 1 | -33/+30 |
* | | ARM: OMAP1: Move board-ams-delta.h from plat to mach | Tony Lindgren | 2012-09-20 | 1 | -1/+1 |
* | | ARM: omap: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-03-27 | 1 | -33/+1 |
|\ |
|
| * | Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Arnd Bergmann | 2012-03-27 | 1 | -1/+1 |
| |\ |
|
| * | | ASoC: OMAP: ams-delta: drop .set_bias_level callback | Janusz Krzysztofik | 2012-03-05 | 1 | -32/+0 |
| * | | Merge branch 'omap1-part2' into omap1 | Tony Lindgren | 2012-01-20 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ARM: OMAP1: ams-delta: register latch dependent devices later | Janusz Krzysztofik | 2011-12-21 | 1 | -1/+1 |
* | | | | ASoC: omap-mcbsp: Create a single driver for McBSP | Peter Ujfalusi | 2012-03-12 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | ASoC: core: Add support for DAI and machine kcontrols. | Liam Girdwood | 2012-02-04 | 1 | -1/+1 |
|/ / |
|
* | | ASoC: cx20442: add bias control over a platform provided regulator | Janusz Krzysztofik | 2012-01-09 | 1 | -5/+3 |
* | | ASoC: omap: Add .owner to struct snd_soc_card | Axel Lin | 2011-12-23 | 1 | -0/+1 |
* | | ASoC: Constify snd_soc_dai_ops structs | Lars-Peter Clausen | 2011-11-23 | 1 | -1/+1 |
|/ |
|
* | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | ASoC: OMAP machines: Remove soc_dapm_sync() call from init | Peter Ujfalusi | 2011-10-10 | 1 | -1/+0 |
* | ASoC: omap: Fix build errors in ams-delta | Jarkko Nikula | 2011-08-19 | 1 | -2/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix recieve/receive typos | Joe Perches | 2011-06-24 | 1 | -1/+1 |
* | | ASoC: Add context parameter to card DAPM callbacks | Mark Brown | 2011-06-06 | 1 | -1/+2 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -3/+3 |
* | ASoC: Amstrad Delta: fix const related build error | Janusz Krzysztofik | 2011-02-01 | 1 | -2/+0 |
* | ASoC: Decouple DAPM from CODECs | Liam Girdwood | 2010-11-06 | 1 | -39/+43 |
* | ASoC: Use a more adequate name for the CX20442 codec DAI | Janusz Krzysztofik | 2010-08-19 | 1 | -1/+1 |
* | ASoC: multi-component - ASoC Multi-Component Support | Liam Girdwood | 2010-08-12 | 1 | -43/+55 |
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-12-08 | 1 | -2/+2 |
|\ |
|
| * | omap: headers: Move remaining headers from include/mach to include/plat | Tony Lindgren | 2009-10-20 | 1 | -2/+2 |
* | | ASoC: Amstrad Delta minor cleanups | Janusz Krzysztofik | 2009-10-21 | 1 | -2/+2 |
|/ |
|
* | TTY/ASoC: Rename N_AMSDELTA line discipline to N_V253 | Janusz Krzysztofik | 2009-08-07 | 1 | -3/+3 |
* | ASoC: add support for Amstrad E3 (Delta) machine | Janusz Krzysztofik | 2009-07-31 | 1 | -0/+646 |