summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5640.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-03ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König1-3/+3
2024-02-21ASoC: codecs: rt5640: Simplify mclk initializationCezary Rojewski1-6/+3
2023-09-12ASoC: rt5640: Only cancel jack-detect work on suspend if activeHans de Goede1-1/+1
2023-09-12ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect modeHans de Goede1-0/+1
2023-09-12ASoC: rt5640: Enable the IRQ on resume after configuring jack-detectHans de Goede1-2/+1
2023-09-12ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resumeHans de Goede1-4/+3
2023-09-12ASoC: rt5640: Fix sleep in atomic contextHans de Goede1-4/+2
2023-09-12ASoC: rt5640: Revert "Fix sleep in atomic context"Hans de Goede1-7/+5
2023-08-21ASoC: rt5640: fix typosSenhong Liu1-2/+2
2023-08-17ASoC: rt5640: Convert to just use GPIO descriptorsLinus Walleij1-40/+15
2023-07-14ASoC: rt5640: Fix the issue of speaker noiseDerek Fang1-1/+0
2023-06-29ASoC: rt5640: Fix sleep in atomic contextSameer Pujar1-5/+7
2023-06-19ASoC: rt5640: Use maple tree register cacheMark Brown1-1/+1
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-02-09ASoC: rt5640: Update MCLK rate in set_sysclk()Sameer Pujar1-0/+5
2022-12-26ASoC: rt5640: Allow configuration of LOUT to mono differential modeOndrej Jirman1-0/+4
2022-11-28ASoC: rt5640: Fix Jack work after system suspendOder Chiou1-0/+8
2022-09-12ASoC: rt5640: Fix the issue of the abnormal JD2 statusOder Chiou1-19/+45
2022-08-08ASoC: rt5640: Fix the JD voltage dropping issueOder Chiou1-2/+3
2022-07-11ASoC: Merge up fixesMark Brown1-8/+22
2022-07-07ASoC: rt5640: Fix the wrong state of JD1 and JD2Oder Chiou1-8/+22
2022-07-05ASoC: rt5640: Add the MICBIAS1 to the dapm routingOder Chiou1-0/+11
2022-06-27ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-2/+0
2022-05-24ASoC: rt5640: Do not manipulate pin "Platform Clock" if the "Platform Clock" ...Oder Chiou1-2/+9
2022-04-07ASoC: rt*: use simple i2c probe functionStephen Kitt1-3/+2
2022-02-10ASoC: rt5640: Remove the sysclk and sysclk_src checkingOder Chiou1-3/+0
2022-01-06ASoC: rt5640: Add support for boards with an external jack-detect GPIOHans de Goede1-4/+41
2022-01-06ASoC: rt5640: Allow snd_soc_component_set_jack() to override the codec IRQHans de Goede1-2/+6
2022-01-06ASoC: rt5640: Change jack_work to a delayed_workHans de Goede1-8/+8
2022-01-06ASoC: rt5640: Fix possible NULL pointer deref on resumeHans de Goede1-1/+1
2021-12-02ASoC: rt5640: Fix the wrong state of the JD in the HDA headerOder Chiou1-5/+8
2021-11-25ASoC: rt5640: Add the HDA header supportOder Chiou1-3/+94
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-08-20ASoC: rt5640: Add rt5640_set_ovcd_params() helperHans de Goede1-20/+30
2021-08-20ASoC: rt5640: Add optional hp_det_gpio parameter to rt5640_detect_headset()Hans de Goede1-4/+10
2021-08-20ASoC: rt5640: Delay requesting IRQ until the machine-drv calls set_jackHans de Goede1-17/+13
2021-08-20ASoC: rt5640: Move rt5640_disable_jack_detect() up in the rt5640.c fileHans de Goede1-23/+23
2021-08-05ASoC: rt5640: Silence warning message about missing interruptDmitry Osipenko1-8/+11
2021-03-12ASoC: rt5640: Rename 'Mono DAC Playback Volume' to 'DAC2 Playback Volume'Hans de Goede1-3/+3
2021-03-10ASoC: rt5640: clarify expressionPierre-Louis Bossart1-3/+3
2021-03-10ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede1-2/+2
2020-07-10ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto1-5/+5
2020-01-06ASoC: rt5640: Fix NULL dereference on module unloadDmitry Osipenko1-0/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-07ASoC: rt5640: fix boolean assignmentsPierre-Louis Bossart1-3/+3
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-08-02ASoC: rt5640: Mark expected switch fall-throughGustavo A. R. Silva1-0/+2
2018-05-11ASoC: rt5640: Add button press supportHans de Goede1-6/+151
2018-05-11ASoC: rt5640: Add jack-detect supportHans de Goede1-0/+286