summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98095.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: max98095: Fix enum ctl accesses in a wrong typeTakashi Iwai2016-03-011-2/+2
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-20/+15Star
|\ \
| | * ASoC: max98095: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-20/+15Star
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', ...Mark Brown2015-08-301-289/+29Star
|\ \ \ | | |/ | |/|
| | * ASoC: max98095: Get rid of max98095_access tableAxel Lin2015-07-291-286/+23Star
| | * ASoC: max98095: Check for clk_prepare_enable() errorFabio Estevam2015-07-081-3/+6
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0Star
|/
*-. Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'aso...Mark Brown2015-06-051-2/+2
|\ \
| * | ASoC: max98095: Pass the IRQF_ONESHOT flagFabio Estevam2015-05-121-2/+2
| |/
* | ASoC: max98095: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-181-7/+8
* | ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0Star
* | ASoC: Route all bias level updates through the coreLars-Peter Clausen2015-04-271-2/+2
|/
*-. Merge remote-tracking branches 'asoc/topic/max98088', 'asoc/topic/max98090', ...Mark Brown2014-12-081-8/+3Star
|\ \
| | * ASoC: max98095: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2014-11-211-3/+3
| | * ASoC: max98095: Cleanup manual bias level transitionsLars-Peter Clausen2014-10-221-5/+0Star
| |/
* / ASoC: max98095: Move mutex to the driver levelLars-Peter Clausen2014-11-101-4/+8
|/
* ASoC: max98095: Convert to params_width()Mark Brown2014-07-311-6/+6
*-. Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/max98095...Mark Brown2014-06-031-0/+24
|\ \
| | * ASoC: max98095: Add master clock handlingTushar Behera2014-05-261-0/+24
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...Mark Brown2014-05-221-0/+7
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: max98095: Add an explicit of_match_tableTushar Behera2014-04-231-0/+7
| |/
* / ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-8/+8
|/
* Merge remote-tracking branch 'asoc/topic/max98095' into asoc-nextMark Brown2014-03-131-23/+27
|\
| * ASoC: max98095: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-201-23/+27
* | Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-6/+0Star
|\ \
| * | ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-6/+0Star
| |/
* / ASoC: Rename soc_enum.max field with itemsTakashi Iwai2014-02-201-2/+2
|/
* ASoC: max98095: Use params_width() rather than memory formatMark Brown2014-01-131-3/+3
* Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-081-6/+10
|\
| * ASoC: max98095: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-061-6/+10
* | Merge remote-tracking branch 'asoc/topic/max98095' into asoc-nextMark Brown2013-11-081-296/+170Star
|\ \ | |/ |/|
| * ASoC: max98095: Convert to direct regmap API usageMark Brown2013-09-241-268/+167Star
| * ASoC: max90895: Convert to table based control initMark Brown2013-09-241-10/+2Star
| * ASoC: max98095: Remove custom hw_write() implementationMark Brown2013-09-241-21/+4Star
* | ASoC: max98095: a couple array underflowsDan Carpenter2013-09-131-2/+2
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-091-2/+2
* ASoC: max98095: Use module_i2c_driverSachin Kamat2012-08-061-17/+1Star
* ASoC: max98095: Staticise non-exported functions and export jack detectMark Brown2012-06-071-2/+3
* ASoC: max98095: Fix build failureMark Brown2012-04-021-2/+2
* ASoC: max98095: add jack detectionRhyland Klein2012-04-011-1/+157
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-3/+3
* ASoC: Convert max98095 to devm_kzalloc()Axel Lin2012-01-021-5/+2Star
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0Star
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-3/+3
* ASoC: max98095: Convert codec->hw_write to snd_soc_writeAxel Lin2011-10-221-7/+6Star
* ASoC: max98095 codec: Catch driver bugs for biquad channel nameRyan Mallon2011-10-041-10/+22
* ASoC: Remove unused "control_data" field of struct max98095_privAxel Lin2011-09-281-2/+0Star
* ASoC: codecs: Max98095: Fix logging of hardware revision.Taylor Hutt2011-06-221-4/+4
* Merge branch 'for-2.6.40' into for-2.6.41Mark Brown2011-05-301-10/+6Star
|\