aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8904.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-05ASoC: wm*: use i2c_match_id and simple i2c probeStephen Kitt1-3/+6
2021-01-21ASoC: wm*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-07-16ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-07-09ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-22ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto1-8/+8
2019-12-17Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+6
2019-11-27ASoC: wm8904: fix automatic sysclk configurationMichael Walle1-0/+6
2019-11-22Merge branch 'asoc-5.5' into asoc-nextMark Brown1-28/+44
2019-11-15ASoC: wm8904: fix regcache handlingMichael Walle1-0/+1
2019-11-11ASoC: wm8904: configure sysclk/FLL automaticallyMichael Walle1-28/+44
2019-08-20ASoC: wm8904: implement input mode select as a muxMichał Mirosław1-19/+33
2019-08-20ASoC: wm8904: fix typo in DAPM kcontrol nameMichał Mirosław1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-01-03ASoC: wm8904: enable MCLK in STANDBYMichał Mirosław1-3/+9
2019-01-03ASoC: wm8904: save model id directly in of_device_id.dataMichał Mirosław1-6/+3
2018-09-18ASoC: remove redundant includezhong jiang1-1/+0
2018-08-02ASoC: wm8904: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-05-18ASoC: wm8904: fix spelling mistake: "Caputure" -> "Capture"Colin Ian King1-1/+1
2018-02-12ASoC: wm8904: replace codec to componentKuninori Morimoto1-181/+174
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-03-01ASoC: wm8904: Fix enum ctl accesses in a wrong typeTakashi Iwai1-2/+2
2015-11-18ASoC: wm8904: Make undocumented registers non-readableAxel Lin1-1/+1
2015-10-22ASoC: wm8904: harmless underflow in wm8904_put_deemph()Dan Carpenter1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/wm8741', 'asoc/topic/wm8753', 'asoc/topic/wm8904', 'asoc/topic/wm8960' and 'asoc/topic/wm8983' into asoc-nextMark Brown1-1/+3
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-08ASoC: wm8904: Check for clk_prepare_enable() errorFabio Estevam1-1/+3
2015-06-01ASoC: wm8904: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-2/+2
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-03-10ASoC: wm8904: Fix wrong value references for boolean kctlTakashi Iwai1-2/+2
2015-02-04Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8750', 'asoc/topic/wm8804' and 'asoc/topic/wm8904' into asoc-nextMark Brown1-1/+30
2015-02-04Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-nextMark Brown1-2/+2
2015-01-28ASoC: wm8904: add dt ids tableAlexander Morozov1-1/+30
2015-01-14ASoC: wm8904: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-2/+2
2015-01-14ASoC: wm8904: fix runtime warningBo Shen1-8/+15
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-nextMark Brown1-5/+16
2014-07-31ASoC: wm8904: Convert to params_width()Mark Brown1-5/+5
2014-06-27ASoC: wm8904: Remove redundant OOM messageSachin Kamat1-5/+1
2014-06-09ASoC: wm8904: switch to CCFBo Shen1-0/+11
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-7/+7
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-9/+0
2014-03-12Merge remote-tracking branches 'asoc/topic/wm5100', 'asoc/topic/wm8523', 'asoc/topic/wm8731', 'asoc/topic/wm8737', 'asoc/topic/wm8741', 'asoc/topic/wm8753', 'asoc/topic/wm8903', 'asoc/topic/wm8904', 'asoc/topic/wm8940' and 'asoc/topic/wm8955' into asoc-nextMark Brown1-36/+37
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-9/+0
2014-02-23ASoC: wm8904: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-36/+37
2014-02-20ASoC: Rename soc_enum.max field with itemsTakashi Iwai1-2/+2
2013-12-18ASoC: wm8904: fix DSP mode B configurationBo Shen1-1/+1
2013-11-07ASoC: wm8904: Replace BUG() with WARN()Takashi Iwai1-1/+1
2013-11-06ASoC: wm8904: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-1/+2
2013-08-27ASoC: wm8904: Remove unnecessary call to snd_soc_dapm_new_widgets()Lars-Peter Clausen1-1/+0