summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas2552.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-11ASoC: tas2552: Use devm_gpiod_get_optional for enable-gpioAxel Lin1-7/+4
2015-06-08ASoC: tas2552: Use consistent name for 'struct tas2552_data'Peter Ujfalusi1-3/+3
2015-06-08ASoC: tas2552: Remove unneeded semicolonPeter Ujfalusi1-1/+1
2015-06-08ASoC: tas2552: Call pm_runtime_disable when the module is removedPeter Ujfalusi1-0/+1
2015-06-08ASoC: tas2552: Code, define alignment changes for uniformityPeter Ujfalusi1-2/+2
2015-06-08ASoC: tas2552: Correct Boost Auto-Pass Through Control register usagePeter Ujfalusi1-3/+3
2015-06-08ASoC: tas2552: Correct Output Data register usagePeter Ujfalusi1-2/+3
2015-06-08ASoC: tas2552: Add control for selecting DIN sourcePeter Ujfalusi1-0/+11
2015-06-08ASoC: tas2552: Correct the PLL configurationPeter Ujfalusi1-47/+91
2015-06-05ASoC: tas2552: Configure the WCLK frequency based on the streamPeter Ujfalusi1-2/+41
2015-06-05ASoC: tas2552: Add support for word length configurationPeter Ujfalusi1-0/+38
2015-06-05ASoC: tas2552: Implement startup/stop sequence as per TRMPeter Ujfalusi1-16/+28
2015-06-05ASoC: tas2552: Correct the Speaker Driver Playback Volume (PGA_GAIN)Peter Ujfalusi1-2/+2
2015-06-05ASoC: tas2552: Clean up the Digital - Analog DAPM route definitionPeter Ujfalusi1-8/+6
2015-06-05ASoC: tas2552: Add TDM supportPeter Ujfalusi1-4/+55
2015-06-05ASoC: tas2552: Correct and clean up data format and BCLK/WCLK directionPeter Ujfalusi1-9/+9
2015-06-05ASoC: tas2552: Correct dai format supportPeter Ujfalusi1-14/+15
2015-06-05ASoC: tas2552: Add support for pll and pdm source clock selectionPeter Ujfalusi1-4/+29
2015-06-04ASoC: tas2552: Rename mclk parameter to pll_clkin to match with the datasheetPeter Ujfalusi1-7/+7
2015-06-04ASoC: tas2552: Simplify and reverse the functionality of tas2552_sw_shutdownPeter Ujfalusi1-5/+3
2015-06-04ASoC: tas2552: Simplify the tas2552_mute functionPeter Ujfalusi1-4/+2
2015-06-04ASoC: tas2552: Correct CFG1 register bit definitionsPeter Ujfalusi1-7/+7
2015-06-04ASoC: tas2552: Correct PDM configuration register bit definitionsPeter Ujfalusi1-1/+1
2015-06-04ASoC: tas2552: Fix kernel crash caused by wrong kcontrol entryPeter Ujfalusi1-1/+0
2015-06-04ASoC: tas2552: Fix kernel crash when the codec is loaded but not part of a cardPeter Ujfalusi1-0/+3
2015-06-04ASoC: tas2552: Make the enable-gpio really optionalPeter Ujfalusi1-2/+6
2015-02-24ASoC: improve usage of gpiod APIUwe Kleine-König1-10/+3
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-05ASoC: tas2552: Use table based DAPM setupLars-Peter Clausen1-6/+4
2014-10-02ASoC: tas2552: Fix compilation warning for !PM_RUNTIMEThierry Reding1-0/+2
2014-08-16ASoC: tas2552: Add DAPM calls for amp and PLLDan Murphy1-20/+48
2014-07-25ASoC: tas2552: Return proper error for probe error pathsAxel Lin1-2/+4
2014-07-21ASoC: tas2552: Fix PM sequencingDan Murphy1-3/+5
2014-07-17ASoC: tas2552: Support TI TAS2552 AmplifierDan Murphy1-0/+540