aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs4271.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-21ASoC: cs*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-05-18ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto1-2/+2
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeKuninori Morimoto1-2/+2
2019-07-31ASoC: cs4271: Fix a typo in the CS4171_NR_RATIOSChristophe JAILLET1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-01-07ASoC: cs4271: fix boolean assignmentsPierre-Louis Bossart1-2/+2
2018-02-12ASoC: cs4271: replace codec to componentKuninori Morimoto1-53/+52
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-05-24ASoC: cs4271: Remove unnecessary additional variable definitionCharles Keepax1-2/+0
2017-04-30ASoC: cs4271: configure reset GPIO as outputAlexander Sverdlin1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on cs4271Kuninori Morimoto1-6/+8
2016-02-26ASoC: cs4271: add regulator consumer supportPascal Huerst1-8/+61
2015-04-12Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/atmel', 'asoc/fix/cs4271', 'asoc/fix/davinci' and 'asoc/fix/rcar' into asoc-linusMark Brown1-2/+2
2015-04-02ASoC: cs4271: Increase delay time after resetPascal Huerst1-2/+2
2015-03-10ASoC: cs4271: Fix wrong value references for boolean kctlTakashi Iwai1-2/+2
2014-10-20ASoC: cs4271: Split SPI and I2C code into different modulesAxel Lin1-137/+18
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-06ASoC: cs4271: Fix build error without CONFIG_SPI_MASTERTakashi Iwai1-16/+16
2014-02-20ASoC: cs4271: claim reset GPIO in bus probe functionDaniel Mack1-20/+40
2014-02-05ASoC: cs4271: Remove outdated commentLars-Peter Clausen1-1/+0
2013-11-27ASoC: cs4271: Use IS_ENABLED() macroFabio Estevam1-4/+4
2013-10-16ASoC: cs4271: Include linux/of.h headerSachin Kamat1-0/+1
2013-08-11ASoC: cs4271: Add DAPM supportMark Brown1-0/+24
2013-08-11ASoC: cs4271: Convert to table based control initMark Brown1-2/+4
2013-03-22ASoC: cs4271: switch to mute_streamDaniel Mack1-2/+5
2013-03-15ASoC: cs4271: convert to direct regmap API usageDaniel Mack1-68/+91
2012-12-24ALSA: ASoC: cs4271: add optional soft reset workaroundDaniel Mack1-0/+34
2012-12-24Merge branch 'asoc-fix-cs4271' into asoc-cs4271Mark Brown1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-12-10Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown1-3/+18
2012-12-02ASoC: cs4271: fix property checkDaniel Mack1-1/+1
2012-12-02ASoC: cs4271: fix sparse warningDaniel Mack1-2/+2
2012-11-13ASoC: cs4271: free allocated GPIODaniel Mack1-8/+3
2012-10-15ASoC: cs4271: add support for AMUTEB=BMUTEC featureDaniel Mack1-3/+18
2012-09-28ALSA: ASoC: add DT bindings for CS4271Daniel Mack1-3/+21
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-20ASoC: cs4271: Fix wrong mask parameter in some snd_soc_update_bits callsAxel Lin1-3/+5
2011-09-30ASoC: Remove unused "control_data" field of struct cs4271_privateAxel Lin1-5/+0
2011-03-09ASoC: Manage mode and rate bits correctly for CS4271 CODEC.Alexander Sverdlin1-30/+53
2011-03-07ASoC: Extend range of supported sample rates for CS4271 CODEC.Alexander Sverdlin1-2/+3
2011-03-07ASoC: Constify i2c_device_id tableAxel Lin1-1/+1
2011-02-08ASoC: CS4271: Move Chip Select control out of the CODEC code.Alexander Sverdlin1-19/+3
2011-01-26ASoC: Staticise non-exported symbols in cs4271Mark Brown1-2/+2
2011-01-25ASoC: cs4271.c: improve error handlingAlexander Sverdlin1-15/+44
2011-01-21ASoC: CS4271 codec supportAlexander Sverdlin1-0/+630