summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98095.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: max*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-25ASoC: max980*: use i2c_match_id and simple i2c probeStephen Kitt1-9/+10
2022-02-28ASoC: max98095: Use modern ASoC DAI format terminologyMark Brown1-21/+15
2020-11-26ASoC: max98095: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2
2020-06-22ASoC: codecs: max*: rename to snd_soc_component_read()Kuninori Morimoto1-8/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-05-31ASoC: max98095: use match_string() helperXie Yisheng1-8/+5
2018-02-12ASoC: max98095: replace codec to componentKuninori Morimoto1-227/+221
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
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', 'a...Mark Brown1-20/+15
2015-08-30Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', ...Mark 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', 'aso...Mark 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', ...Mark 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...Mark 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', 'aso...Mark 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