aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/ak4671.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-06-27ASoC: ak*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-11ASoC: ak4*: use simple i2c probe functionStephen Kitt1-3/+2
2021-09-27ASoC: ak4671: Use modern ASoC DAI format terminologyMark Brown1-3/+3
2020-06-22ASoC: codecs: ak*: rename to snd_soc_component_read()Kuninori Morimoto1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-02-12ASoC: ak4671: replace codec to componentKuninori Morimoto1-36/+31
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 ak4671Kuninori Morimoto1-6/+8
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-03-05ASoC: ak4671: Fix control-less DAPM routesLars-Peter Clausen1-22/+22
2015-01-14ASoC: ak4671: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-1/+1
2014-10-22ASoC: ak4671: Cleanup manual bias level transitionsLars-Peter Clausen1-13/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-11/+1
2014-02-23ASoC: ak4671: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-8/+6
2014-02-11ASoC: ak4671: Convert to direct regmap API usageMark Brown1-110/+111
2014-02-11ASoC: ak4671: Convert to table based control initMark Brown1-3/+2
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-08-06ASoC: ak4671: Use module_i2c_driverSachin Kamat1-11/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2011-12-20ASoC: Convert ak4671 to devm_kzalloc()Axel Lin1-4/+2
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-20ASoC: ak4671: Use snd_soc_update_bits for read-modify-writeAxel Lin1-12/+6
2011-10-04ASoC: Remove unneeded hw_write initialisation in ak4671Axel Lin1-2/+0
2011-09-28ASoC: Remove unused "control_data" field of struct ak4671_privAxel Lin1-2/+0
2011-03-31ASoC: Use data based init for ak4671 DAPMLu Guanqun1-13/+5
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5
2010-09-15ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula1-1/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-111/+30
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+1
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-9/+0
2009-09-10ASoC: AK4671: add ak4671 codec driverJoonyoung Shim1-0/+825