summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8510.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König2024-05-031-1/+1
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* ASoC: wm8510: Update to use maple tree register cacheMark Brown2023-07-181-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: wm*: use simple i2c probe functionStephen Kitt2022-04-061-3/+2
* ASoC: wm*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-14/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: wm8510: replace codec to componentKuninori Morimoto2018-02-121-81/+68
* ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* ASoC: codec duplicated callback function goes to component on wm8510Kuninori Morimoto2016-08-081-6/+8
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
*-. Merge remote-tracking branches 'asoc/topic/fsl-spdif', 'asoc/topic/fsl-ssi', ...Mark Brown2015-08-301-0/+1
|\ \
| | * ASoC: Export OF module alias information in missing codec driversJavier Martinez Canillas2015-07-311-0/+1
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: wm8510: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-1/+1
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: wm8510: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-241-25/+1
* ASoC: wm8510: Convert to params_width()Mark Brown2014-07-311-5/+5
* ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-9/+1
* ASoC: wm8510: Use IS_ENABLED() macroFabio Estevam2013-11-241-3/+3
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-7/+7
* ASoC: wm8510: remove invalid free of devm_ allocated dataTushar Behera2012-11-231-3/+0
* ASoC: wm8510: Convert to direct regmap API usageMark Brown2012-09-121-25/+92
* ASoC: wm8510: Convert to devm_kzalloc()Mark Brown2012-09-121-6/+6
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: Convert WM8510 to table based DAPM and control initMark Brown2011-12-031-15/+8
* ASoC: Remove unused -codec from Wolfson device driver namesMark Brown2011-12-031-1/+1
* 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-1/+1
* ASoC: wm8510: Convert to snd_soc_cache_syncAxel Lin2011-10-101-11/+2
* ASoC: Add device tree binding for WM8510Mark Brown2011-08-141-0/+8
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-5/+6
* ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos2010-09-301-1/+0
* ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula2010-09-151-1/+0
* ASoC: Remove unneeded control_data management from Wolfson driversMark Brown2010-08-121-4/+0
* ASoC: Remove version display from WM8510 driverMark Brown2010-08-121-4/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-192/+98
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-1/+1
|\
| * ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-101-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: fix params_rate() macro use in several codecsGuennadi Liakhovetski2009-12-241-7/+7
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+0
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-8/+1
* ASoC: Add source argument to PLL configurationMark Brown2009-09-051-2/+2
* Merge branch 'reg-cache' into for-2.6.32Mark Brown2009-08-071-121/+53
|\