Age | Commit message (Expand) | Author | Files | Lines |
2019-06-07 | ASoC: tegra: tegra_wm8903: use modern dai_link style | Kuninori Morimoto | 1 | -6/+11 |
2018-02-12 | ASoC: wm8903: replace codec to component | Kuninori Morimoto | 1 | -4/+4 |
2017-09-01 | Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5720', 'a... | Mark Brown | 1 | -1/+0 |
2017-08-23 | ASoC: tegra: Fix unused variable warning | Takashi Iwai | 1 | -1/+0 |
2017-08-22 | ASoC: tegra: Remove superfluous snd_soc_jack_free_gpios() call | Takashi Iwai | 1 | -5/+0 |
2017-08-21 | ASoC: tegra: Remove unnecessary function call | Donglin Peng | 1 | -1/+0 |
2017-03-07 | ASoC: tegra: Remove unnecessary 'out of memory' message | Codrut Grosu | 1 | -3/+1 |
2016-10-24 | ASoC: tegra: constify snd_soc_ops structures | Julia Lawall | 1 | -1/+1 |
2015-11-18 | ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime() | Mengdong Lin | 1 | -1/+2 |
2015-04-08 | ASoC: tegra_wm8903: Use card DAPM context to access widgets | Lars-Peter Clausen | 1 | -2/+1 |
2015-03-04 | ASoC: tegra_wm8903: Register jacks at the card level | Lars-Peter Clausen | 1 | -10/+8 |
2014-10-20 | ASoC: tegra: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-07-23 | ASoC: tegra: Replace instances of rtd->codec->card with rtd->card | Lars-Peter Clausen | 1 | -3/+2 |
2014-05-26 | ASoC: tegra: free jack GPIOs before the sound card is freed | Stephen Warren | 1 | -5/+6 |
2013-03-04 | ASoC: tegra_wm8903: assume CONFIG_OF, remove platform data | Stephen Warren | 1 | -109/+70 |
2012-12-09 | ASoC: tegra: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-11-20 | ASoC: remove use of __devinitconst | Bill Pemberton | 1 | -1/+1 |
2012-09-06 | ASoC: tegra: move platform data header | Stephen Warren | 1 | -2/+1 |
2012-07-27 | sound: tegra_wm8903: Adjust to of_get_named_gpio() change | Roland Stigge | 1 | -5/+5 |
2012-06-25 | Merge tag 'v3.5-rc4' into for-3.6 | Mark Brown | 1 | -0/+13 |
2012-06-12 | ASoC: tegra+wm8903: turn of mic detect when card is removed | Stephen Warren | 1 | -0/+13 |
2012-06-08 | ASoC: tegra: remove usage of rtd->codec | Stephen Warren | 1 | -2/+3 |
2012-06-08 | ASoC: tegra: statically define DAI link format | Stephen Warren | 1 | -19/+3 |
2012-06-03 | ASoC: make snd_soc_dai_link more symmetrical | Stephen Warren | 1 | -3/+3 |
2012-06-03 | ASoC: tegra+wm8903: remove non-DT support for Seaboard | Stephen Warren | 1 | -46/+2 |
2012-06-03 | ASoC: tegra+wm8903: simplify gpio tests in widget callbacks | Stephen Warren | 1 | -2/+2 |
2012-06-03 | ASoC: tegra+wm8903: unconditionally free jack GPIOs in remove | Stephen Warren | 1 | -8/+2 |
2012-06-03 | ASoC: tegra+wm8903: Use devm_gpio_request_one | Stephen Warren | 1 | -32/+10 |
2012-06-03 | ASoC: tegra+wm8903: move all GPIO setup into probe | Stephen Warren | 1 | -79/+83 |
2012-04-06 | ASoC: tegra: complete Tegra->Tegra20 renaming | Stephen Warren | 1 | -2/+2 |
2012-04-01 | ASoC: tegra: remove unnecessary includes | Stephen Warren | 1 | -3/+0 |
2012-04-01 | ASoC: tegra: register 'platform' from DAIs, get rid of pdev | Stephen Warren | 1 | -18/+6 |
2011-12-22 | ASoC: tegra: Add .owner to struct snd_soc_card | Axel Lin | 1 | -0/+1 |
2011-12-20 | ASoC: Tegra+WM8903 machine: Add device tree binding | Stephen Warren | 1 | -25/+103 |
2011-12-08 | ASoC: Tegra: Move DAS configuration into DAS driver | Stephen Warren | 1 | -13/+0 |
2011-11-28 | ASoC: Convert WM8903 MICBIAS to a supply widget | Mark Brown | 1 | -9/+9 |
2011-11-24 | ASoC: Tegra+WM903 machine: Set the new fully_routed flag | Stephen Warren | 1 | -21/+1 |
2011-11-23 | ASoC: Tegra+WM8903 machine: Use devm_ APIs and module_platform_driver | Stephen Warren | 1 | -19/+7 |
2011-11-23 | ASoC: Tegra: Move DAS configuration into machine drivers | Stephen Warren | 1 | -0/+13 |
2011-10-08 | ASoC: Remove redundant snd_soc_dapm_sync() calls from machine drivers | Mark Brown | 1 | -2/+0 |
2011-08-24 | ASoC: Tegra: wm8903 machine driver: Drop Ventana support | Stephen Warren | 1 | -2/+2 |
2011-08-09 | ASoC: Tegra: wm8903 machine driver: Allow re-insertion of module | Stephen Warren | 1 | -4/+11 |
2011-05-27 | ASoC: Tegra: Enable Kaen HP_MUTE at boot | Stephen Warren | 1 | -1/+1 |
2011-04-20 | ASoC: Tegra: wm8903: s/code/data/ for control/widget/maps | Stephen Warren | 1 | -22/+19 |
2011-04-20 | ASoC: Tegra: Retrieve card from DAPM context not codec | Stephen Warren | 1 | -4/+4 |
2011-04-20 | ASoC: Tegra: Don't return mclk_changed from utils_set_rate | Stephen Warren | 1 | -10/+7 |
2011-04-20 | ASoC: Tegra: wm8903: Remove redundant drvdata clears | Stephen Warren | 1 | -9/+2 |
2011-04-20 | ASoC: Tegra: wm8903 probe: Don't call machine_is_*() | Stephen Warren | 1 | -7/+0 |
2011-04-19 | ASoC: Tegra: Support more boards | Stephen Warren | 1 | -39/+141 |
2011-04-19 | ASoC: Tegra: Don't store snd_soc_jack_gpio in an array | Stephen Warren | 1 | -10/+8 |