aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98095.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-06ASoC: max98095: Use module_i2c_driverSachin Kamat1-17/+1
2012-06-08ASoC: max98095: Staticise non-exported functions and export jack detectMark Brown1-2/+3
2012-04-02ASoC: max98095: Fix build failureMark Brown1-2/+2
2012-04-01ASoC: max98095: add jack detectionRhyland Klein1-1/+157
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-3/+3
2012-01-02ASoC: Convert max98095 to devm_kzalloc()Axel Lin1-5/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-3/+3
2011-10-22ASoC: max98095: Convert codec->hw_write to snd_soc_writeAxel Lin1-7/+6
2011-10-04ASoC: max98095 codec: Catch driver bugs for biquad channel nameRyan Mallon1-10/+22
2011-09-28ASoC: Remove unused "control_data" field of struct max98095_privAxel Lin1-2/+0
2011-06-22ASoC: codecs: Max98095: Fix logging of hardware revision.Taylor Hutt1-4/+4
2011-05-30Merge branch 'for-2.6.40' into for-2.6.41Mark Brown1-10/+6
2011-05-29ASoC: Remove redundant freq assignment for max98095->sysclk/max98088->sysclkAxel Lin1-2/+0
2011-05-18ASoC: Max98095: Move existing NULL check before pointer dereference.Taylor Hutt1-10/+6
2011-04-20ASoC: Add EQ and filter to max98095 CODEC driverPeter Hsiang1-0/+391
2011-04-06ASoC: Add max98095 CODEC driverPeter Hsiang1-0/+2009