summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/twl6040.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-14ASoC: twl6040: Request core to inline the DAPM sequencePeter Ujfalusi1-0/+1
2011-10-13ASoC: twl6040: Rename the Earphone Driver event handlerPeter Ujfalusi1-2/+2
2011-10-13ASoC: twl6040: Change event ordering for Earphone driverPeter Ujfalusi1-1/+1
2011-10-13ASoC: twl6040: Remove PLL usage restrictionsPeter Ujfalusi1-31/+9
2011-10-13ASoC: twl6040: Remove Capture restriction for 17.64MHz sysclkPeter Ujfalusi1-7/+0
2011-10-12ASoC: twl6040: Workaround for headset DC offset caused pop noisePeter Ujfalusi1-8/+28
2011-10-12ASoC: twl6040: Support for vibra output pathsPeter Ujfalusi1-0/+72
2011-10-11ASoC: twl6040: Convert to table based initPeter Ujfalusi1-21/+10
2011-10-05ASoC: twl6040: Warn user in twl6040_put_volsw for error casePeter Ujfalusi1-0/+2
2011-10-05ASoC: twl6040: Simply call snd_soc_put_volsw form the custom codePeter Ujfalusi1-9/+2
2011-10-05ASoC: twl6040: Prepare for core put_volsw/volsw_2r mergerPeter Ujfalusi1-2/+4
2011-10-05ASoC: twl6040: Simplify custom get_volsw callbackPeter Ujfalusi1-12/+6
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-31/+6
2011-10-04ASoC: twl6040: Simplify custom put_volsw callbackPeter Ujfalusi1-7/+5
2011-09-30ASoC: twl6040: Simplify code in out_drv_event for pending work checkPeter Ujfalusi1-16/+22
2011-09-30ASoC: twl6040: Shift 2 identifies the HS output in out_drv_eventPeter Ujfalusi1-3/+2
2011-09-30ASoC: twl6040: correct loop counters for HS/HF ramp codePeter Ujfalusi1-4/+5
2011-09-30ASoC: twl6040: One workqueue should be enoughPeter Ujfalusi1-28/+5
2011-09-27ASoC: twl6040: No need to change delay during HF rampPeter Ujfalusi1-10/+2
2011-09-27ASoC: twl6040: No need to change delay during HS rampPeter Ujfalusi1-10/+2
2011-09-27ASoC: twl6040: Move the delayed_work for HS detection under twl6040_jack_dataPeter Ujfalusi1-4/+4
2011-09-27ASoC: twl6040: Move delayed_work struct inside twl6040_output for HS/HFPeter Ujfalusi1-8/+7
2011-09-27ASoC: twl6040: Combine the custom volsw get, and put functionsPeter Ujfalusi1-64/+17
2011-09-27ASoC: twl6040: Rename pga_event to out_drv_eventPeter Ujfalusi1-6/+5
2011-09-27ASoC: twl6040: Function to fetch the TRIM valuesPeter Ujfalusi1-0/+9
2011-09-27ASoC: twl6040: Read the TRIM values from the chipPeter Ujfalusi1-0/+7
2011-09-23ASoC: twl6040: No need to read the INTID registerPeter Ujfalusi1-7/+2
2011-09-22ASoC/MFD: twl6040: Combine bit definitions for Headset control registersPeter Ujfalusi1-1/+1
2011-09-22ASoC: twl6040/sdp4430: Change legacy DAI namePeter Ujfalusi1-1/+1
2011-09-22ASoC: twl6040: Support for AUX L/R outputPeter Ujfalusi1-0/+18
2011-09-22ASoC: twl6040: Use consistent names for Headset pathPeter Ujfalusi1-12/+12
2011-09-22ASoC: twl6040: Use consistent names for Handsfree pathPeter Ujfalusi1-16/+16
2011-09-22ASoC: twl6040: Earphone path correctionPeter Ujfalusi1-5/+12
2011-09-22ASoC: twl6040: Introduce SW only shadow registerPeter Ujfalusi1-3/+16
2011-09-22ASoC: twl6040: Remove strings "NULL" from DAPM routePeter Ujfalusi1-4/+4
2011-09-22ASoC: twl6040: Fix comments for register namesPeter Ujfalusi1-47/+47
2011-09-22ASoC: twl6040: Lower the power on gain values at startupPeter Ujfalusi1-0/+11
2011-09-20ASoC: twl6040: Correct supported number of playback channelsPeter Ujfalusi1-1/+1
2011-09-20ASoC: twl6040: Fix the number of channels for vibraPeter Ujfalusi1-2/+2
2011-09-20ASoC: twl6040: Use chip defaults in the initial reg_cachePeter Ujfalusi1-2/+6
2011-09-20ASoC: twl6040: Chip initialization cleanupPeter Ujfalusi1-87/+13
2011-07-27Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-405/+328
2011-07-07ASoC: twl6040: Add back support for legacy modePeter Ujfalusi1-0/+18
2011-07-07ASoC: twl6040: No need to convert the PLL IDPeter Ujfalusi1-4/+1
2011-07-07ASoC: twl6040: Configure PLL only oncePeter Ujfalusi1-45/+27
2011-07-07ASoC: twl6040: Simplify sample rate constraint handlingPeter Ujfalusi1-15/+4
2011-07-07ASoC: twl6040: Move PLL selection to codec driverPeter Ujfalusi1-37/+73