aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm8903.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki1-5/+5
2021-06-15ASoC: tegra: Specify components string for each cardDmitry Osipenko1-0/+1
2021-06-15ASoC: tegra: Unify ASoC machine driversDmitry Osipenko1-273/+78
2021-06-15ASoC: tegra: Set driver_name=tegra for all machine driversDmitry Osipenko1-0/+1
2020-11-11ASoC: tegra: Don't warn on probe deferralJon Hunter1-5/+3
2020-07-23ASoC: tegra: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-04-28ASoC: tegra: tegra_wm8903: Use devm_snd_soc_register_card()Wei Yongjun1-12/+2
2020-04-28Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8Mark Brown1-16/+6
2020-04-21ASoC: tegra: Use device managed resource APIs to get the clockSowjanya Komatineni1-16/+6
2020-04-14ASoC: tegra: tegra_wm8903: Support nvidia, headset propertyDmitry Osipenko1-1/+5
2020-03-27ASoC: tegra: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-3/+3
2020-03-23ASoC: tegra: tegra_wm8903: Support DAPM events for built-in microphoneDmitry Osipenko1-0/+18
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto1-1/+1
2019-06-28ASoC: tegra: tegra_wm8903: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-15/+1
2019-06-19ASoC: tegra: tegra_wm8903: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-06ASoC: tegra: tegra_wm8903: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2018-02-12ASoC: wm8903: replace codec to componentKuninori Morimoto1-4/+4
2017-09-01Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5720', 'asoc/topic/tegra', 'asoc/topic/tlv320aic32x4' and 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown1-1/+0
2017-08-23ASoC: tegra: Fix unused variable warningTakashi Iwai1-1/+0
2017-08-22ASoC: tegra: Remove superfluous snd_soc_jack_free_gpios() callTakashi Iwai1-5/+0
2017-08-21ASoC: tegra: Remove unnecessary function callDonglin Peng1-1/+0
2017-03-07ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu1-3/+1
2016-10-24ASoC: tegra: constify snd_soc_ops structuresJulia Lawall1-1/+1
2015-11-18ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()Mengdong Lin1-1/+2
2015-04-08ASoC: tegra_wm8903: Use card DAPM context to access widgetsLars-Peter Clausen1-2/+1
2015-03-04ASoC: tegra_wm8903: Register jacks at the card levelLars-Peter Clausen1-10/+8
2014-10-20ASoC: tegra: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22ASoC: tegra: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen1-3/+2
2014-05-26ASoC: tegra: free jack GPIOs before the sound card is freedStephen Warren1-5/+6
2013-03-04ASoC: tegra_wm8903: assume CONFIG_OF, remove platform dataStephen Warren1-109/+70
2012-12-10ASoC: tegra: remove __dev* attributesBill Pemberton1-3/+3
2012-11-20ASoC: remove use of __devinitconstBill Pemberton1-1/+1
2012-09-06ASoC: tegra: move platform data headerStephen Warren1-2/+1
2012-07-26sound: tegra_wm8903: Adjust to of_get_named_gpio() changeRoland Stigge1-5/+5
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Mark Brown1-0/+13
2012-06-12ASoC: tegra+wm8903: turn of mic detect when card is removedStephen Warren1-0/+13
2012-06-08ASoC: tegra: remove usage of rtd->codecStephen Warren1-2/+3
2012-06-08ASoC: tegra: statically define DAI link formatStephen Warren1-19/+3
2012-06-03ASoC: make snd_soc_dai_link more symmetricalStephen Warren1-3/+3
2012-06-03ASoC: tegra+wm8903: remove non-DT support for SeaboardStephen Warren1-46/+2
2012-06-03ASoC: tegra+wm8903: simplify gpio tests in widget callbacksStephen Warren1-2/+2
2012-06-03ASoC: tegra+wm8903: unconditionally free jack GPIOs in removeStephen Warren1-8/+2
2012-06-03ASoC: tegra+wm8903: Use devm_gpio_request_oneStephen Warren1-32/+10
2012-06-03ASoC: tegra+wm8903: move all GPIO setup into probeStephen Warren1-79/+83
2012-04-06ASoC: tegra: complete Tegra->Tegra20 renamingStephen Warren1-2/+2
2012-04-01ASoC: tegra: remove unnecessary includesStephen Warren1-3/+0
2012-04-01ASoC: tegra: register 'platform' from DAIs, get rid of pdevStephen Warren1-18/+6
2011-12-22ASoC: tegra: Add .owner to struct snd_soc_cardAxel Lin1-0/+1