summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8903.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-05-11ASoC: wm8903: Fix the error handling of wm8903_i2c_probe()Zheyu Ma1-1/+1
2022-04-06ASoC: wm*: use simple i2c probe functionStephen Kitt1-3/+2
2021-03-11ASoC: wm8903: remove useless assignmentsPierre-Louis Bossart1-2/+0
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-1/+1
2020-06-22ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto1-10/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-08-06ASoC: wm8903: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-02-12ASoC: wm8903: replace codec to componentKuninori Morimoto1-106/+105
2017-11-27ASoC: wm8903: Improve two size determinations in wm8903_i2c_probe()Markus Elfring1-5/+3
2017-11-27ASoC: wm8903: Delete an error message for a failed memory allocation in wm890...Markus Elfring1-3/+1
2017-03-20ASoC: wm8903: add regulator handlingLinus Walleij1-0/+31
2016-09-29Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topi...Mark Brown1-1/+1
2016-09-12ASoC: constify gpio_chip structuresJulia Lawall1-1/+1
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8903Kuninori Morimoto1-6/+8
2016-04-26ASoC: wm8903: use gpiochip data pointerLinus Walleij1-11/+6
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2015-12-23ASoC: wm8903: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-22ASoC: wm8903: harmless underflow in wm8903_put_deemph()Dan Carpenter1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8903: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-2/+0
2015-03-10ASoC: wm8903: Fix wrong value references for boolean kctlTakashi Iwai1-2/+2
2015-01-14ASoC: wm8903: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-1/+1
2014-12-08Merge remote-tracking branches 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'aso...Mark Brown1-33/+2
2014-11-24ASoC: wm8903: Cleanup manual bias level transitionsLars-Peter Clausen1-33/+2
2014-11-10ASoC: wm8903: Move the deemph lock to the driver levelLars-Peter Clausen1-2/+6
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-5/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown1-5/+5
2014-08-04Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...Mark Brown1-2/+1
2014-07-31ASoC: wm8903: Convert to params_width()Mark Brown1-5/+5
2014-06-19ASoC: wm5100/wm8903/wm8996: Replace open-coded snd_soc_dapm_to_codec()Lars-Peter Clausen1-2/+1
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-9/+1
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-9/+1
2014-02-23ASoC: wm8903: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-54/+54
2013-07-29ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen1-3/+1
2013-06-19ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding itLars-Peter Clausen1-4/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-nextMark Brown1-0/+4
2013-04-09ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is runningAlban Bedel1-0/+2
2013-03-20ASoC: wm8903: Add the DAC boost controlAlban Bedel1-0/+4
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-08-06ASoC: wm8903: Use module_i2c_driverSachin Kamat1-17/+1
2012-06-12ASoC: wm8903: Move register default changes to I2C probeMark Brown1-32/+31
2012-06-12ASoC: wm8903: Move interrupt request to I2C probeMark Brown1-34/+31