summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm8903.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tegra: tegra_wm8903: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+4
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-15/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-15/+1Star
* | ASoC: tegra: tegra_wm8903: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+1Star
* | ASoC: tegra: tegra_wm8903: use modern dai_link styleKuninori Morimoto2019-06-061-6/+11
|/
* ASoC: wm8903: replace codec to componentKuninori Morimoto2018-02-121-4/+4
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5720', 'a...Mark Brown2017-09-011-1/+0Star
|\ \
| | * ASoC: tegra: Remove unnecessary function callDonglin Peng2017-08-211-1/+0Star
| |/
* | ASoC: tegra: Fix unused variable warningTakashi Iwai2017-08-231-1/+0Star
* | ASoC: tegra: Remove superfluous snd_soc_jack_free_gpios() callTakashi Iwai2017-08-221-5/+0Star
|/
* ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu2017-03-071-3/+1Star
* ASoC: tegra: constify snd_soc_ops structuresJulia Lawall2016-10-241-1/+1
* ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()Mengdong Lin2015-11-181-1/+2
* ASoC: tegra_wm8903: Use card DAPM context to access widgetsLars-Peter Clausen2015-04-081-2/+1Star
* ASoC: tegra_wm8903: Register jacks at the card levelLars-Peter Clausen2015-03-041-10/+8Star
* ASoC: tegra: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* ASoC: tegra: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen2014-07-231-3/+2Star
* ASoC: tegra: free jack GPIOs before the sound card is freedStephen Warren2014-05-261-5/+6
* ASoC: tegra_wm8903: assume CONFIG_OF, remove platform dataStephen Warren2013-03-041-109/+70Star
* ASoC: tegra: remove __dev* attributesBill Pemberton2012-12-091-3/+3
* ASoC: remove use of __devinitconstBill Pemberton2012-11-201-1/+1
* ASoC: tegra: move platform data headerStephen Warren2012-09-061-2/+1Star
* sound: tegra_wm8903: Adjust to of_get_named_gpio() changeRoland Stigge2012-07-261-5/+5
* Merge tag 'v3.5-rc4' into for-3.6Mark Brown2012-06-251-0/+13
|\
| * ASoC: tegra+wm8903: turn of mic detect when card is removedStephen Warren2012-06-121-0/+13
* | ASoC: tegra: remove usage of rtd->codecStephen Warren2012-06-081-2/+3
* | ASoC: tegra: statically define DAI link formatStephen Warren2012-06-081-19/+3Star
* | ASoC: make snd_soc_dai_link more symmetricalStephen Warren2012-06-031-3/+3
* | ASoC: tegra+wm8903: remove non-DT support for SeaboardStephen Warren2012-06-031-46/+2Star
* | ASoC: tegra+wm8903: simplify gpio tests in widget callbacksStephen Warren2012-06-031-2/+2
* | ASoC: tegra+wm8903: unconditionally free jack GPIOs in removeStephen Warren2012-06-031-8/+2Star
* | ASoC: tegra+wm8903: Use devm_gpio_request_oneStephen Warren2012-06-031-32/+10Star
* | ASoC: tegra+wm8903: move all GPIO setup into probeStephen Warren2012-06-031-79/+83
|/
* ASoC: tegra: complete Tegra->Tegra20 renamingStephen Warren2012-04-061-2/+2
* ASoC: tegra: remove unnecessary includesStephen Warren2012-04-011-3/+0Star
* ASoC: tegra: register 'platform' from DAIs, get rid of pdevStephen Warren2012-04-011-18/+6Star
* ASoC: tegra: Add .owner to struct snd_soc_cardAxel Lin2011-12-221-0/+1
* ASoC: Tegra+WM8903 machine: Add device tree bindingStephen Warren2011-12-201-25/+103
* ASoC: Tegra: Move DAS configuration into DAS driverStephen Warren2011-12-081-13/+0Star
* ASoC: Convert WM8903 MICBIAS to a supply widgetMark Brown2011-11-281-9/+9
* ASoC: Tegra+WM903 machine: Set the new fully_routed flagStephen Warren2011-11-231-21/+1Star
* ASoC: Tegra+WM8903 machine: Use devm_ APIs and module_platform_driverStephen Warren2011-11-231-19/+7Star
* ASoC: Tegra: Move DAS configuration into machine driversStephen Warren2011-11-231-0/+13
* ASoC: Remove redundant snd_soc_dapm_sync() calls from machine driversMark Brown2011-10-081-2/+0Star
* ASoC: Tegra: wm8903 machine driver: Drop Ventana supportStephen Warren2011-08-241-2/+2
* ASoC: Tegra: wm8903 machine driver: Allow re-insertion of moduleStephen Warren2011-08-091-4/+11
* ASoC: Tegra: Enable Kaen HP_MUTE at bootStephen Warren2011-05-271-1/+1
* ASoC: Tegra: wm8903: s/code/data/ for control/widget/mapsStephen Warren2011-04-201-22/+19Star
* ASoC: Tegra: Retrieve card from DAPM context not codecStephen Warren2011-04-201-4/+4
* ASoC: Tegra: Don't return mclk_changed from utils_set_rateStephen Warren2011-04-201-10/+7Star