summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5631.c
AgeCommit message (Expand)Author
2024-05-03ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König
2023-06-19ASoC: rt5631: Use maple tree register cacheMark Brown
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-27ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax
2022-04-06ASoC: rt*: use simple i2c probe functionStephen Kitt
2021-07-12ASoC: rt5631: Fix regcache sync errors on resumeMaxim Schwalm
2021-03-10ASoC: rt5631: fix kernel-doc warningPierre-Louis Bossart
2021-03-10ASoc: rt5631: Constify static struct coeff_clk_divRikard Falkeborn
2020-07-10ASoC: codecs: rt5631: fix spurious kernel-doc start and missing argumentsPierre-Louis Bossart
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-08-06ASoC: rt5631: use true and false for boolean valuesGustavo A. R. Silva
2018-07-25ASoC: rt5631: add Volume to the name of volume controlBard Liao
2018-02-12ASoC: rt5631: replace codec to componentKuninori Morimoto
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal
2016-08-08ASoC: codec duplicated callback function goes to component on rt5631Kuninori Morimoto
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown
2015-08-05ASoC: rt5631: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-05-20ASoC: rt5631: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen
2015-03-22ASoC: rt5631: constify of_device_id arrayFabian Frederick
2015-01-15ASoC: rt5631: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen
2014-11-24ASoC: rt5631: Cleanup bias level transitionsLars-Peter Clausen
2014-11-17ASoC: rt5631: Fixing compilation warning when DT is disabledKrishna Mohan Dani
2014-11-13ASoC: rt5631: Adding Device Tree compatibility to Realtek's ALC5631/RT5631 co...Krishna Mohan Dani
2014-07-31ASoC: rt5631: Convert to params_width()Mark Brown
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li
2014-02-20ASoC: rt5631: Remove superfluous constTakashi Iwai
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton
2012-11-19ASoC: rt5631: Fix return valueSachin Kamat
2012-05-09ASoC: rt5631: Convert to direct regmap API usageMark Brown
2012-05-09ASoC: rt5631: Convert to module_i2c_driver()Mark Brown
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown
2012-01-02ASoC: Convert rt5631 to devm_kzalloc()Axel Lin
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen
2011-11-20ASoC: rt5631: fix DB_RANGE sizeClemens Ladisch
2011-10-20ASoC: rt5631: Remove unused codec field from struct rt5631_privAxel Lin
2011-09-30ASoC: Remove unused function check_vdac_to_outmix from rt5631Mark Brown
2011-09-30ASoC: Staticise non-exported symbols in rt5631Mark Brown
2011-09-23ASoC: Staticize rt5631_daiAxel Lin
2011-09-21ASoC: Add driver for rt5631johnnyhsu@realtek.com