aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98095.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08ASoC: codec duplicated callback function goes to component on wm98095Kuninori Morimoto1-6/+8
2016-03-01ASoC: max98095: Fix enum ctl accesses in a wrong typeTakashi Iwai1-2/+2
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-20/+15
2015-08-30Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/max98357a', 'asoc/topic/max9877' and 'asoc/topic/max98925' into asoc-nextMark Brown1-289/+29
2015-08-05ASoC: max98095: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-20/+15
2015-07-29ASoC: max98095: Get rid of max98095_access tableAxel Lin1-286/+23
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-08ASoC: max98095: Check for clk_prepare_enable() errorFabio Estevam1-3/+6
2015-06-05Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/qcom' and 'asoc/topic/rcar' into asoc-nextMark Brown1-2/+2
2015-05-18ASoC: max98095: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-7/+8
2015-05-12ASoC: max98095: Pass the IRQF_ONESHOT flagFabio Estevam1-2/+2
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-04-27ASoC: Route all bias level updates through the coreLars-Peter Clausen1-2/+2
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