summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5651.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: fix TYPO 'reguest' to 'request' in error logYinchuan Guo2024-02-121-1/+1
* ASoC: rt5651: Use maple tree register cacheMark Brown2023-06-191-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: rt*: use simple i2c probe functionStephen Kitt2022-04-061-3/+2
* ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede2021-10-041-5/+2
* ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2021-09-271-1/+1
* ASoC: rt5651: remove useless assignmentPierre-Louis Bossart2021-03-101-1/+1
* ASoC: rt5651: clarify expressionPierre-Louis Bossart2021-03-101-2/+2
* ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede2021-03-101-2/+2
* ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-3/+3
* ASoC: intel: bytcr_rt5651: add null check to support_button_pressJaska Uimonen2019-10-011-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: rt5651: Add support for active-high jack detectHans de Goede2019-03-181-7/+40
* ASoC: rt5651: Variable "ret" in function rt5651_i2c_probe() could be uninitia...Yizhuo2019-01-281-1/+5
* ASoC: rt5651: Add support for jack detect using an external GPIOHans de Goede2019-01-071-16/+38
* ASoC: rt5651: Add ACPI ID 10EC5640Hans de Goede2019-01-071-0/+1
* ASoC: rt5651: fix boolean assignmentsPierre-Louis Bossart2019-01-071-3/+3
* Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-10-251-1/+0
|\
| * ASoC: remove redundant includezhong jiang2018-09-181-1/+0
* | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
|/
* ASoC: rt5651: Add IN3 Boost volume controlHans de Goede2018-07-191-1/+3
* ASoC: rt5651: Add button press supportHans de Goede2018-07-101-7/+151
* ASoC: rt5651: Allow disabling jack-detect by calling set_jack(NULL)Hans de Goede2018-07-101-19/+36
* ASoC: rt5651: Fix workqueue cancel vs irq free race on removeHans de Goede2018-07-101-10/+12
* Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2018-03-281-348/+404
|\
| * ASoC: rt5651: Rewrite jack-type detectionHans de Goede2018-03-071-41/+69
| * ASoC: rt5651: Add rt5651_jack_inserted() helperHans de Goede2018-03-071-17/+28
| * ASoC: rt5651: Enable Platform Clock during jack-type detectHans de Goede2018-03-071-0/+3
| * ASoC: rt5651: Enable sticky mode for OVCDHans de Goede2018-03-071-3/+30
| * ASoC: rt5651: Allow specifying the OVCD scale-factor through a device-propertyHans de Goede2018-03-071-0/+19
| * ASoC: rt5651: Allow specifying over-current threshold through a device-propertyHans de Goede2018-03-071-1/+21
| * ASoC: rt5651: Configure jack-detect source through a device-propertyHans de Goede2018-03-071-26/+7
| * ASoC: rt5651: Make rt5651_apply_properties() privateHans de Goede2018-03-071-2/+12
| * ASoC: rt5651: Always keep OVCD enabledHans de Goede2018-03-011-8/+1
| * ASoC: rt5651: Only configure OVCD once at set_jack timeHans de Goede2018-03-011-9/+11
| * ASoC: rt5651: Enable LDO and micbias1 supplies for jack-type detectionHans de Goede2018-03-011-8/+24
| * ASoC: rt5651: Remove "JD Power" dapm supplyHans de Goede2018-03-011-5/+4
| * ASoC: rt5651: Only configure LDO voltage once at bootHans de Goede2018-03-011-3/+3
| * ASoC: rt5651: Remove programming of PWR regs before force_bias_level() callHans de Goede2018-03-011-10/+0
| * ASoC: rt5651: Do not modify jd and PLL power bits from set_bias_level()Hans de Goede2018-03-011-7/+3
| * ASoC: rt5651: Do not modify the LDO voltage control bits from set_bias_level()Hans de Goede2018-03-011-2/+3
| * ASoC: rt5651: Fix bias_level confusionHans de Goede2018-03-011-4/+8
| * ASoC: rt5651: Remove is_sys_clk_from_pll()Hans de Goede2018-03-011-20/+4
| * ASoC: rt5651: Add rt5651_apply_properties() helper functionHans de Goede2018-03-011-8/+14
| * ASoC: rt5651: Use standard component set_jack callbackHans de Goede2018-03-011-3/+3
| * ASoC: rt5651: Move 2 functions higher up in rt5651.cHans de Goede2018-03-011-77/+77
| * ASoC: rt5651: Move all jack-detect initialization to rt5651_set_jack_detectHans de Goede2018-03-011-62/+57
| * ASoC: rt5651: Remove unused rt5651_platform_dataHans de Goede2018-03-011-38/+9
| * ASoC: rt5651: replace codec to componentKuninori Morimoto2018-02-121-110/+110