summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tegra: Fix typo in include guardRasmus Villemoes2014-08-221-1/+1
* ASoC: tegra: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen2014-07-226-16/+10
* Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown2014-06-034-14/+45
|\
| * ASoC: tegra: free jack GPIOs before the sound card is freedStephen Warren2014-05-264-14/+45
* | ASoC: Remove needless snd_soc_dapm_sync() from machine driver initsJarkko Nikula2014-05-191-3/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/tdm' and 'asoc/topic/tegra' into a...Mark Brown2014-03-253-16/+17
|\ \
| | * ASoC: tegra: move AC97 clock handling to the machine driverLucas Stach2014-03-253-16/+17
| * | Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-231-1/+1
| |\ \
* | \ \ Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-251-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ASoC: update Kconfig of AIC23 users to select I2C variantMax Filippov2014-03-071-1/+1
| |/
* | ASoC: tegra: Use flat regcacheDylan Reid2014-03-196-7/+7
|/
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-239-134/+170
|\
| * ASoC: tegra: update module reset list for Tegra124Stephen Warren2013-12-121-4/+16
| * ASoC: tegra: convert to standard DMA DT bindingsStephen Warren2013-12-118-60/+42
| * ASoC: tegra: allocate AHUB FIFO during probe() not startup()Stephen Warren2013-12-111-44/+47
| * ASoC: tegra: call pm_runtime APIs around register accessesStephen Warren2013-12-111-0/+32
| * ASoC: tegra: use reset frameworkStephen Warren2013-12-113-34/+41
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown2014-01-026-6/+291
|\ \ \ \ | | |_|/ | |/| |
| | | * ASoC: tegra: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen2013-12-211-3/+0
| | | * ASoC: tegra: Tweak matching of AC97 componentsLucas Stach2013-12-171-1/+0
| | | * ASoC: tegra20-ac97: add missing clk_disable_unprepare() on error pathWei Yongjun2013-12-161-2/+4
| | | * ASoC: tegra: add tegra+MAX98090 machine driverStephen Warren2013-12-053-0/+287
| | |/ | |/|
* | | ASoC: tegra: fix uninitialized variables in set_fmtStephen Warren2013-12-093-11/+11
|/ /
* | Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-10-257-29/+186
|\ \ | |/
| * Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown2013-10-246-28/+186
| |\
| | * ASoC: tegra: support new register layouts in Tegra124Stephen Warren2013-10-146-28/+186
| * | ASoC: tegra: Remove redundant initialisation of compat_filter_fnMark Brown2013-10-231-1/+0
| |/
* | sound: Remove unnecessary semicolonsJoe Perches2013-10-144-10/+10
|/
* Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown2013-08-226-21/+8
|\
| * ASoC: tegra20-ac97: simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-6/+0
| * ASoC: tegra: support a Mic Jack in the Tegra+RT5640 machine driverStephen Warren2013-08-151-0/+1
| * ASoC: tegra: fix compile warning in AC'97 driverStephen Warren2013-07-171-2/+0
| * ASoC: tegra: Enable COMPILE_TEST buildsMark Brown2013-07-171-1/+1
| * ASoC: tegra: Always use the generic dmaengine helper libraryMark Brown2013-07-171-1/+1
| * ASoC: tegra: Add GPIOLIB dependenciesMark Brown2013-07-171-5/+5
| * ASoC: tegra: Remove unneeded mach-type.h inclduesMark Brown2013-07-173-6/+0
* | ASoC: tegra: fix Tegra30 I2S capture parameter setupStephen Warren2013-08-151-1/+1
* | ASoC: tegra: correct playback_dma_data setupRichard Zhao2013-07-222-5/+5
|/
* Merge tag 'asoc-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-07-011-2/+1
|\
| * ASoC: tegra20-ac97: Remove unused variableThierry Reding2013-06-291-1/+1
| * ASoC: tegra20-ac97: Remove duplicate error messageThierry Reding2013-06-291-1/+0
* | Merge tag 'asoc-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-06-281-34/+32
|\ \ | |/
| * ASoC: ac97: Support multi-platform AC'97Mark Brown2013-06-271-2/+10
| * ASoC: tegra-ac97: Do common and clock init prior to component registrationMark Brown2013-06-271-17/+17
| * ASoC: tegra20-ac97: Convert to devm_ioremap_resource()Mark Brown2013-06-271-12/+4
| * ASoC: tegra20-ac97: Convert to devm_clk_get()Mark Brown2013-06-271-3/+1
* | Merge remote-tracking branch 'asoc/topic/tegra' into asoc-nextMark Brown2013-06-173-18/+56
|\ \
| * | ASoC: tegra: add runtime PM to resume functionsStephen Warren2013-06-042-1/+12
| * | ASoC: tegra: implement suspend/resume for Tegra30 I2SStephen Warren2013-06-031-0/+19
| * | ASoC: tegra: implement suspend/resume for Tegra30 AHUBStephen Warren2013-06-031-0/+21
OpenPOWER on IntegriCloud