aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98095.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge remote-tracking branches 'asoc/topic/max98088', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/max9850' and 'asoc/topic/mop500' into asoc-nextMark Brown1-8/+3
2014-11-21ASoC: max98095: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-3/+3
2014-11-10ASoC: max98095: Move mutex to the driver levelLars-Peter Clausen1-4/+8
2014-10-22ASoC: max98095: Cleanup manual bias level transitionsLars-Peter Clausen1-5/+0
2014-07-31ASoC: max98095: Convert to params_width()Mark Brown1-6/+6
2014-06-03Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/max98095' into asoc-nextMark Brown1-0/+24
2014-05-26ASoC: max98095: Add master clock handlingTushar Behera1-0/+24
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/mc13783' and 'asoc/topic/multicodec' into asoc-nextMark Brown1-0/+7
2014-04-23ASoC: max98095: Add an explicit of_match_tableTushar Behera1-0/+7
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-8/+8
2014-03-13Merge remote-tracking branch 'asoc/topic/max98095' into asoc-nextMark Brown1-23/+27
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-6/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-6/+0
2014-02-20ASoC: max98095: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-23/+27
2014-02-20ASoC: Rename soc_enum.max field with itemsTakashi Iwai1-2/+2
2014-01-13ASoC: max98095: Use params_width() rather than memory formatMark Brown1-3/+3
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown1-6/+10
2013-11-08Merge remote-tracking branch 'asoc/topic/max98095' into asoc-nextMark Brown1-296/+170
2013-11-06ASoC: max98095: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-6/+10
2013-09-24ASoC: max98095: Convert to direct regmap API usageMark Brown1-268/+167
2013-09-24ASoC: max90895: Convert to table based control initMark Brown1-10/+2
2013-09-24ASoC: max98095: Remove custom hw_write() implementationMark Brown1-21/+4
2013-09-13ASoC: max98095: a couple array underflowsDan Carpenter1-2/+2
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-2/+2
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