summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98095.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|\ \
| * | ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-6/+0
| |/
* / 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/+170
|\ \ | |/ |/|
| * ASoC: max98095: Convert to direct regmap API usageMark Brown2013-09-241-268/+167
| * ASoC: max90895: Convert to table based control initMark Brown2013-09-241-10/+2
| * ASoC: max98095: Remove custom hw_write() implementationMark Brown2013-09-241-21/+4
* | ASoC: max98095: a couple array underflowsDan Carpenter2013-09-131-2/+2
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-2/+2
* ASoC: max98095: Use module_i2c_driverSachin Kamat2012-08-061-17/+1
* ASoC: max98095: Staticise non-exported functions and export jack detectMark Brown2012-06-081-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/+2
* 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/+0
* 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/+6
* 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/+0
* 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/+6
|\
| * ASoC: Max98095: Move existing NULL check before pointer dereference.Taylor Hutt2011-05-181-10/+6
* | ASoC: Remove redundant freq assignment for max98095->sysclk/max98088->sysclkAxel Lin2011-05-291-2/+0
|/
* ASoC: Add EQ and filter to max98095 CODEC driverPeter Hsiang2011-04-201-0/+391
* ASoC: Add max98095 CODEC driverPeter Hsiang2011-04-061-0/+2009