summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-03-10ASoC: rt5677: remove useless assignmentPierre-Louis Bossart1-1/+1
2021-03-10ASoC: rt5677: clarify expressionPierre-Louis Bossart1-2/+2
2020-07-09ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-11-18ASoC: rt5677: rt5677_check_hotword() can be statickbuild test robot1-1/+1
2019-11-11ASoC: rt5677: Wait for DSP to boot before loading firmwareCurtis Malainey1-0/+13
2019-11-11ASoC: rt5677: Set ADC clock to use PLL and enable ASRCCurtis Malainey1-0/+6
2019-11-11ASoC: rt5677: Allow VAD to be shut on/off at all timesCurtis Malainey1-6/+1
2019-11-11ASoC: rt5677: Disable irq at suspendBen Zhang1-0/+46
2019-11-11ASoC: rt5677: Stop and restart DSP over suspend/resumeBen Zhang1-3/+21
2019-11-11ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatileBen Zhang1-0/+1
2019-11-11ASoC: rt5677: Add DAPM audio path for hotword streamBen Zhang1-1/+22
2019-11-11ASoC: rt5677: Enable jack detect while DSP is runningBen Zhang1-16/+48
2019-11-11ASoC: rt5677: Load firmware via SPI using delayed workBen Zhang1-66/+235
2019-09-09ASoC: rt5677: keep analog power register at SND_SOC_BIAS_OFFBen Zhang1-2/+2
2019-09-09ASoC: rt5677: Remove magic number register writesCurtis Malainey1-5/+11
2019-08-12ASoC: rt5677: Revert remove superfluous setCurtis Malainey1-0/+1
2019-07-22ASoC: rt5677: remove superfluous setCurtis Malainey1-1/+0
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-4/+1
2019-06-25ASoC: rt5677: depop stereo dacCurtis Malainey1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19ASoC: rt5677: handle concurrent interruptsBen Zhang1-26/+45
2019-06-19ASoC: rt5677: clear interrupts by polarity flipBen Zhang1-35/+138
2019-06-17ASoC: rt5677: move jack-detect init to i2c probeFletcher Woodruff1-26/+34
2019-06-17ASoC: rt5677: fall back to DT prop names on errorFletcher Woodruff1-37/+37
2019-05-08ASoC: rt5677: Add component driver nameCurtis Malainey1-3/+4
2019-05-07ASoC: rt5677: use more of the volume range from DACsDylan Reid1-4/+4
2019-01-07ASoC: codecs: fix kernel doc descriptionsPierre-Louis Bossart1-4/+4
2018-08-08ASoC: rt5677: Fix initialization of rt5677_of_match.dataMatthias Kaehlcke1-1/+1
2018-08-02ASoC: rt5677: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-05-18ASoC: rt5677: Convert I2C driver to ->probe_new()Andy Shevchenko1-11/+2
2018-02-12ASoC: rt5645/rt5677: replace codec to componentKuninori Morimoto1-104/+101
2017-09-01Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'aso...Mark Brown1-42/+38
2017-09-01Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-nextMark Brown1-1/+1
2017-08-25Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Mark Brown1-0/+2
2017-08-24ASoC: rt5677: Reintroduce I2C device IDsTom Rini1-0/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-07-20ASoC: rt5677: Remove never used variablesAndy Shevchenko1-2/+0
2017-07-19ASoC: rt5677: Refactor code to avoid comparison unsigned >= 0Andy Shevchenko1-29/+21
2017-07-19ASoC: rt5677: Hide platform data in the module sourcesAndy Shevchenko1-12/+17
2017-06-16ASoC: rt5677: Move platform code to board fileAndy Shevchenko1-26/+0
2017-06-16ASoC: rt5677: Introduce proper table for ACPI enumerationAndy Shevchenko1-1/+9
2017-04-05ASoC: rt5677: Add OF device ID tableJavier Martinez Canillas1-0/+7
2016-09-29Merge remote-tracking branches 'asoc/topic/rt5659', 'asoc/topic/rt5660', 'aso...Mark Brown1-1/+52
2016-09-29Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topi...Mark Brown1-1/+1
2016-09-24ASoC: rt5677: Add ACPI supportJohn Keeping1-1/+52
2016-09-12ASoC: constify gpio_chip structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on rt5677Kuninori Morimoto1-6/+8