summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4671.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: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: ak*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: ak4*: use simple i2c probe functionStephen Kitt2022-04-111-3/+2
* ASoC: ak4671: Use modern ASoC DAI format terminologyMark Brown2021-09-271-3/+3
* ASoC: codecs: ak*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* ASoC: ak4671: replace codec to componentKuninori Morimoto2018-02-121-36/+31
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: codec duplicated callback function goes to component on ak4671Kuninori Morimoto2016-08-081-6/+8
* ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: ak4671: Fix control-less DAPM routesLars-Peter Clausen2015-03-051-22/+22
* ASoC: ak4671: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-1/+1
* ASoC: ak4671: Cleanup manual bias level transitionsLars-Peter Clausen2014-10-221-13/+0
* ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-11/+1
* ASoC: ak4671: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-8/+6
* ASoC: ak4671: Convert to direct regmap API usageMark Brown2014-02-111-110/+111
* ASoC: ak4671: Convert to table based control initMark Brown2014-02-111-3/+2
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: ak4671: Use module_i2c_driverSachin Kamat2012-08-061-11/+1
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* ASoC: Convert ak4671 to devm_kzalloc()Axel Lin2011-12-201-4/+2
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: ak4671: Use snd_soc_update_bits for read-modify-writeAxel Lin2011-10-201-12/+6
* ASoC: Remove unneeded hw_write initialisation in ak4671Axel Lin2011-10-041-2/+0
* ASoC: Remove unused "control_data" field of struct ak4671_privAxel Lin2011-09-281-2/+0
* ASoC: Use data based init for ak4671 DAPMLu Guanqun2011-03-311-13/+5
* ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-281-1/+0
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-4/+5
* ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula2010-09-151-1/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-111/+30
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-1/+1
|\
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* 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-9/+0
* ASoC: AK4671: add ak4671 codec driverJoonyoung Shim2009-09-101-0/+825