summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt5677: Sort headers alphabeticallyAndy Shevchenko2023-07-091-9/+9
* ASoC: rt5677: Use device_get_match_data()Andy Shevchenko2023-07-091-17/+4
* ASoC: rt5677: Use agnostic irq_domain_create_linear()Andy Shevchenko2023-07-091-1/+1
* ASoC: rt5677: Refactor GPIO support codeAndy Shevchenko2023-07-091-52/+24
* ASoC: rt5677: Add MODULE_FIRMWARE macroJuerg Haefliger2023-06-161-0/+2
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2021-09-271-1/+1
* ASoC: rt5677: remove useless assignmentPierre-Louis Bossart2021-03-101-1/+1
* ASoC: rt5677: clarify expressionPierre-Louis Bossart2021-03-101-2/+2
* ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* ASoC: rt5677: rt5677_check_hotword() can be statickbuild test robot2019-11-181-1/+1
* ASoC: rt5677: Wait for DSP to boot before loading firmwareCurtis Malainey2019-11-111-0/+13
* ASoC: rt5677: Set ADC clock to use PLL and enable ASRCCurtis Malainey2019-11-111-0/+6
* ASoC: rt5677: Allow VAD to be shut on/off at all timesCurtis Malainey2019-11-111-6/+1
* ASoC: rt5677: Disable irq at suspendBen Zhang2019-11-111-0/+46
* ASoC: rt5677: Stop and restart DSP over suspend/resumeBen Zhang2019-11-111-3/+21
* ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatileBen Zhang2019-11-111-0/+1
* ASoC: rt5677: Add DAPM audio path for hotword streamBen Zhang2019-11-111-1/+22
* ASoC: rt5677: Enable jack detect while DSP is runningBen Zhang2019-11-111-16/+48
* ASoC: rt5677: Load firmware via SPI using delayed workBen Zhang2019-11-111-66/+235
* ASoC: rt5677: keep analog power register at SND_SOC_BIAS_OFFBen Zhang2019-09-091-2/+2
* ASoC: rt5677: Remove magic number register writesCurtis Malainey2019-09-091-5/+11
* ASoC: rt5677: Revert remove superfluous setCurtis Malainey2019-08-121-0/+1
* ASoC: rt5677: remove superfluous setCurtis Malainey2019-07-221-1/+0
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | ASoC: rt5677: depop stereo dacCurtis Malainey2019-06-251-1/+2
* | ASoC: rt5677: handle concurrent interruptsBen Zhang2019-06-191-26/+45
* | ASoC: rt5677: clear interrupts by polarity flipBen Zhang2019-06-191-35/+138
* | ASoC: rt5677: move jack-detect init to i2c probeFletcher Woodruff2019-06-171-26/+34
* | ASoC: rt5677: fall back to DT prop names on errorFletcher Woodruff2019-06-171-37/+37
* | ASoC: rt5677: Add component driver nameCurtis Malainey2019-05-081-3/+4
* | ASoC: rt5677: use more of the volume range from DACsDylan Reid2019-05-071-4/+4
|/
* ASoC: codecs: fix kernel doc descriptionsPierre-Louis Bossart2019-01-071-4/+4
* ASoC: rt5677: Fix initialization of rt5677_of_match.dataMatthias Kaehlcke2018-08-081-1/+1
* ASoC: rt5677: Mark expected switch fall-throughGustavo A. R. Silva2018-08-021-0/+1
* ASoC: rt5677: Convert I2C driver to ->probe_new()Andy Shevchenko2018-05-181-11/+2
* ASoC: rt5645/rt5677: replace codec to componentKuninori Morimoto2018-02-121-104/+101
*-. Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'aso...Mark Brown2017-09-011-42/+38
|\ \
| | * Merge tag 'sound-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Mark Brown2017-08-251-0/+2
| | |\
| | * | ASoC: rt5677: Remove never used variablesAndy Shevchenko2017-07-201-2/+0
| | * | ASoC: rt5677: Refactor code to avoid comparison unsigned >= 0Andy Shevchenko2017-07-191-29/+21
| | * | ASoC: rt5677: Hide platform data in the module sourcesAndy Shevchenko2017-07-191-12/+17
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/msm8916' into asoc-nextMark Brown2017-09-011-1/+1
|\ \ \ | |_|/ |/| |
| * | ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
| |/
* / ASoC: rt5677: Reintroduce I2C device IDsTom Rini2017-08-241-0/+1
|/
* ASoC: rt5677: Move platform code to board fileAndy Shevchenko2017-06-161-26/+0