aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/88pm860x-codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15ASoC: 88pm860x: remove unused variables 'pcm_switch_controls' and 'aif1_mux'YueHaibing1-15/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: 88pm860x: replace codec to componentKuninori Morimoto1-83/+83
2017-12-04ASoC: use snd_soc_component_init_regmap() on 88pm860xKuninori Morimoto1-8/+1
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 88pm860x-codecKuninori Morimoto1-6/+8
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-16/+12
2015-08-05ASoC: 88pm860x: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-16/+12
2015-07-07ASoC: 88pm860x: Don't change pm860x->dir setting if pm860x_set_dai_sysclk failsAxel Lin1-3/+1
2015-06-05Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-2/+1
2015-05-25ASoC: codecs: use SNDRV_PCM_FMTBIT_* for format bitmaskMaciej S. Szmigiero1-8/+8
2015-05-11ASoC: 88pm860x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-01-14ASoC: 88pm860x: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-2/+2
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-07ASoC: 88pm860x-codec: Fix possibly missing string terminationDaniel Mack1-1/+1
2014-09-06ASoC: 88pm860x-codec: Cleanup manual bias level transitionsLars-Peter Clausen1-3/+0
2014-07-31ASoC: 88pm860x: Convert to params_width()Mark Brown1-6/+6
2014-04-22Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-componentMark Brown1-4/+8
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-4/+4
2014-04-14ASoC: codec: fix the sparse check warnings.Xiubo Li1-1/+1
2014-04-14ASoC: 88pm860x: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li1-4/+8
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-2/+1
2014-03-12Merge remote-tracking branches 'asoc/topic/88pm860x', 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'asoc/topic/adau1977', 'asoc/topic/ak4104', 'asoc/topic/ak4641', 'asoc/topic/ak4671' and 'asoc/topic/alc5623' into asoc-nextMark Brown1-58/+58
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-2/+1
2014-03-10ASoC: 88pm860: Fix IO setupLars-Peter Clausen1-0/+3
2014-02-23ASoC: 88pm860x: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-58/+58
2013-10-24Merge remote-tracking branch 'asoc/topic/88pm860x' into asoc-nextMark Brown1-62/+13
2013-09-20ASoC: 88pm860x: Use regmap for I/OMark Brown1-55/+5
2013-09-20ASoC: 88pm60x: Don't use control data for i2cMark Brown1-8/+9
2013-09-13ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()Dan Carpenter1-0/+3
2013-06-28Merge tag 'asoc-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-4/+2
2013-06-19ASoC: 88pm860x: Use SND_SOC_DAPM_PGA_E() instead of open-coding itLars-Peter Clausen1-4/+2
2013-05-12ASoC: 88pm860x: Remove redundant platform_set_drvdata()Sachin Kamat1-7/+2
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2011-12-27ASoC: Convert 88pm860x-codec to devm_kzalloc()Axel Lin1-5/+2
2011-12-20ASoC: Convert 88pm860x-codec to table based DAPM and control initAxel Lin1-7/+8
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-2/+2
2011-09-22ASoC: Include delay.h in 88pm860xMark Brown1-0/+1
2011-09-21ASoC: 88pm860x-codec - reset the codec correctlyBas Vermeulen1-0/+3
2011-09-21ASoC: 88pm860x-codec - Allow independent use of both I2S playback and captureBas Vermeulen1-2/+8
2011-05-03ASoC: s/w->kcontrols/w->kcontrol_news/gStephen Warren1-1/+1
2010-12-29ASoC: Yet more x86 tracepoint workaroundsMark Brown1-1/+1
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-12-23ASoC: ifdef out trace points from modules for x86Mark Brown1-0/+2
2010-12-22ASoC: Add jack IRQ trace to 88pm860x driverMark Brown1-0/+5
2010-11-30ASoC: Simplify pm860x_probe error handlingAxel Lin1-7/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5