aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8995.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02ASoC: wm8995: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-02-12ASoC: wm8995: replace codec to componentKuninori Morimoto1-151/+135
2016-08-08ASoC: codec duplicated callback function goes to component on wm8995Kuninori Morimoto1-6/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-22Merge remote-tracking branch 'asoc/topic/wm8995' into asoc-nextMark Brown1-1/+1
2015-06-17ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 caseAxel Lin1-1/+1
2015-06-01ASoC: wm8995: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-2/+3
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-02-04Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8750', 'asoc/topic/wm8804' and 'asoc/topic/wm8904' into asoc-nextMark Brown1-3/+3
2015-01-14ASoC: wm8995: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-9/+5
2015-01-05ASoC: wm8804: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski1-3/+3
2014-11-24ASoC: wm8995: Cleanup manual bias level transitionsLars-Peter Clausen1-3/+0
2014-11-05ASoC: wm8995: Use table based DAPM and control setupLars-Peter Clausen1-7/+7
2014-09-03ASoC: wm8995: Remove unnecessary suspend/resume bias level changesLars-Peter Clausen1-19/+0
2014-07-31ASoC: wm8995: Convert to params_width()Mark Brown1-6/+6
2014-04-14ASoC: wm8995: Replace usage deprecated MUX/ENUM macrosLars-Peter Clausen1-6/+4
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-7/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-7/+0
2014-03-01ASoC: wm8995: Use SOC_ENUM_SINGLE_VIRT_DECL()Lars-Peter Clausen1-1/+1
2014-03-01Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090', 'topic/mc13783', 'fix/wm8994' and 'topic/wm8995' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-enumMark Brown1-8/+3
2014-02-23ASoC: wm8995: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-6/+3
2014-02-20ASoC: wm8995: Remove superfluous constTakashi Iwai1-16/+16
2014-02-11ASoC: wm8995: Remove unused pointer in hp_supply_event()Christian Engelmayer1-2/+0
2013-11-25ASoC: wm8995: Use IS_ENABLED() macroFabio Estevam1-3/+3
2013-07-29ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen1-4/+1
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-11-23ASoC: wm8995: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera1-23/+3
2012-11-23ASoC: wm8995: Convert to use devm_kzalloc()Tushar Behera1-10/+4
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-27ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin1-1/+1
2011-12-14ASoC: Fix wm8995 regmap usageMark Brown1-0/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-3/+3
2011-11-10ASoC: Convert WM8995 to direct regmap usageMark Brown1-109/+608
2011-10-31ASoC: Convert wm8995 MICBIASes to supply widgetsMark Brown1-2/+4
2011-10-04ASoC: wm8995: Slightly optimize configure_clockAxel Lin1-8/+4
2011-09-30ASoC: Add missed regulator_unregister_notifier and regulator_bulk_free in wm8995_removeAxel Lin1-0/+7
2011-09-16ASoC: wm8995: Remove unused i2c variable in wm8995_remove()Axel Lin1-2/+0
2011-09-16ASoC: wm8995: Return -EINVAL if device ID mismatchAxel Lin1-0/+1
2011-05-16ASoC: Fix wrong data type access in a few codec driversJarkko Nikula1-2/+2
2011-01-19Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-01-19ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()Dimitris Papastamos1-1/+1
2011-01-17ASoC: WM8995: Add regulator handling codeDimitris Papastamos1-5/+97
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-1/+1
2011-01-13Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-01-11ASoC: Fix section mismatch in wm8995.cTakashi Iwai1-1/+1
2011-01-11ASoC: WM8995: Remember to flush the cache on resumeDimitris Papastamos1-0/+1
2010-12-22ASoC: Add initial WM8995 driverDimitris Papastamos1-0/+1818