aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+3
2013-01-28ASoC: tegra: remove auxdataPrashant Gaikwad1-12/+2
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-1/+1
2013-01-24ASoC: tegra: Staticize some functions in tegra30_i2s.cSachin Kamat1-2/+2
2013-01-24ASoC: tegra: Use NULL instead of 0 for pointersSachin Kamat1-2/+2
2013-01-24ASoC: tegra20_ac97: Remove __devinitconst attributeSachin Kamat1-1/+1
2013-01-24ASoC: tegra_wm9712: Remove __devinitconst attributeSachin Kamat1-1/+1
2013-01-17ASoC: tegra: add tegra machine driver using wm9712 codecLucas Stach3-0/+187
2013-01-14ASoC: tegra: add ac97 host driverLucas Stach4-0/+587
2012-12-24ASoC: tegra: setup DAP3<->DAC3 connection by defaultLucas Stach1-0/+13
2012-12-24ASoC: tegra: add function to set ac97 rateLucas Stach2-0/+54
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds10-43/+43
2012-12-10ASoC: tegra: remove __dev* attributesBill Pemberton10-30/+30
2012-11-20ASoC: remove use of __devinitconstBill Pemberton9-13/+13
2012-11-05ARM: tegra: remove <mach/dma.h>Stephen Warren2-3/+0
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+1
2012-09-22Merge tag 'v3.6-rc6' into for-3.7Mark Brown2-3/+2
2012-09-17ASoC: tegra: remove support of legacy DMA driver based accessLaxman Dewangan3-247/+1
2012-09-07ASoC: tegra: fix maxburst settings in dmaengine codeStephen Warren1-2/+2
2012-09-06ASoC: tegra: move platform data headerStephen Warren1-2/+1
2012-08-28sound: tegra_alc5632: remove HP detect GPIO inversionStephen Warren1-1/+0
2012-08-03Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-3.6Mark Brown2-6/+6
2012-08-03Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-6/+6
2012-07-26sound: tegra_alc5632: Adjust to of_get_named_gpio() changeRoland Stigge1-1/+1
2012-07-26sound: tegra_wm8903: Adjust to of_get_named_gpio() changeRoland Stigge1-5/+5
2012-07-24Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds13-332/+335
2012-07-06Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/clkArnd Bergmann5-16/+16
2012-07-06Merge branch 'tegra/cleanup' into next/clkArnd Bergmann1-9/+1
2012-07-03ASoC: tegra: use dmaengine based dma driverLaxman Dewangan3-1/+119
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Mark Brown2-0/+14
2012-06-12ASoC: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad5-16/+16
2012-06-12ASoC: tegra+wm8903: turn of mic detect when card is removedStephen Warren1-0/+13
2012-06-11ASoC: tegra: simplify Kconfig dependenciesStephen Warren1-9/+1
2012-06-08ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahubStephen Warren1-0/+1
2012-06-08ASoC: tegra: use regmap more directlyStephen Warren6-112/+95
2012-06-08ASoC: tegra: use DAI's not card's dev for dev_errStephen Warren3-3/+3
2012-06-08ASoC: tegra: remove usage of rtd->codecStephen Warren4-6/+8
2012-06-08ASoC: tegra: statically define DAI link formatStephen Warren2-38/+6
2012-06-08ASoC: tegra: add .stream_name to CPU DAIsStephen Warren3-0/+5
2012-06-03ASoC: make snd_soc_dai_link more symmetricalStephen Warren4-12/+12
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+alc5632: unconditionally free jack GPIOs in removeStephen Warren1-9/+2
2012-06-03ASoC: tegra+alc5632: move all GPIO setup into probeStephen Warren1-4/+6
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-05-19ASoC: tegra: Add machine driver for WM8753 codecStephen Warren3-0/+236
2012-04-30ASoC: tegra: add device tree support for TrimSliceStephen Warren1-0/+34
2012-04-13ASoC: convert Tegra20 DAS driver to regmapStephen Warren2-65/+37