index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
rt5640.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
ASoC: rt5640: Remove the sysclk and sysclk_src checking
Oder Chiou
1
-3
/
+0
2022-01-06
ASoC: rt5640: Add support for boards with an external jack-detect GPIO
Hans de Goede
1
-4
/
+41
2022-01-06
ASoC: rt5640: Allow snd_soc_component_set_jack() to override the codec IRQ
Hans de Goede
1
-2
/
+6
2022-01-06
ASoC: rt5640: Change jack_work to a delayed_work
Hans de Goede
1
-8
/
+8
2022-01-06
ASoC: rt5640: Fix possible NULL pointer deref on resume
Hans de Goede
1
-1
/
+1
2021-12-02
ASoC: rt5640: Fix the wrong state of the JD in the HDA header
Oder Chiou
1
-5
/
+8
2021-11-25
ASoC: rt5640: Add the HDA header support
Oder Chiou
1
-3
/
+94
2021-09-27
ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"
Colin Ian King
1
-1
/
+1
2021-08-20
ASoC: rt5640: Add rt5640_set_ovcd_params() helper
Hans de Goede
1
-20
/
+30
2021-08-20
ASoC: rt5640: Add optional hp_det_gpio parameter to rt5640_detect_headset()
Hans de Goede
1
-4
/
+10
2021-08-20
ASoC: rt5640: Delay requesting IRQ until the machine-drv calls set_jack
Hans de Goede
1
-17
/
+13
2021-08-20
ASoC: rt5640: Move rt5640_disable_jack_detect() up in the rt5640.c file
Hans de Goede
1
-23
/
+23
2021-08-05
ASoC: rt5640: Silence warning message about missing interrupt
Dmitry Osipenko
1
-8
/
+11
2021-03-12
ASoC: rt5640: Rename 'Mono DAC Playback Volume' to 'DAC2 Playback Volume'
Hans de Goede
1
-3
/
+3
2021-03-10
ASoC: rt5640: clarify expression
Pierre-Louis Bossart
1
-3
/
+3
2021-03-10
ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10
Hans de Goede
1
-2
/
+2
2020-07-10
ASoC: codecs: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-06-22
ASoC: codecs: rt*: rename to snd_soc_component_read()
Kuninori Morimoto
1
-5
/
+5
2020-01-06
ASoC: rt5640: Fix NULL dereference on module unload
Dmitry Osipenko
1
-0
/
+7
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-07
ASoC: rt5640: fix boolean assignments
Pierre-Louis Bossart
1
-3
/
+3
2018-09-07
regmap: split up regmap_config.use_single_rw
David Frey
1
-1
/
+2
2018-08-02
ASoC: rt5640: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+2
2018-05-11
ASoC: rt5640: Add button press support
Hans de Goede
1
-6
/
+151
2018-05-11
ASoC: rt5640: Add jack-detect support
Hans de Goede
1
-0
/
+286
2018-05-11
ASoC: rt5640: Allow specifying dmic data pins through device-properties
Hans de Goede
1
-0
/
+19
2018-05-11
ASoC: rt5640: Move checking of device-properties to component probe callback
Hans de Goede
1
-12
/
+19
2018-05-11
ASoC: rt5640: Remove unused rt5640_platform_data
Hans de Goede
1
-37
/
+16
2018-05-11
ASoC: rt5640: Remove is_sys_clk_from_pll, it has ordering issues
Hans de Goede
1
-25
/
+4
2018-02-12
ASoC: rt5640: replace codec to component
Kuninori Morimoto
1
-134
/
+126
2017-08-10
ASoC: codecs: add const to snd_soc_codec_driver structures
Bhumika Goyal
1
-1
/
+1
2017-02-19
Merge remote-tracking branches 'asoc/topic/rt5514', 'asoc/topic/rt5640', 'aso...
Mark Brown
1
-6
/
+6
2017-01-31
ASoC: rt5640: Add "10EC3276" ACPI ID
Alexandrov Stansilav
1
-0
/
+1
2017-01-12
ASoC: rt5640: use msleep() for long delays
Nicholas Mc Guire
1
-2
/
+2
2017-01-04
ASoC: rt5640: move DAC2 Power to rt5640_dapm_widgets
Bard Liao
1
-4
/
+4
2016-10-28
ASoC: rt5640: add Mono ADC Capture Switch control
Bard Liao
1
-0
/
+2
2016-10-24
ASoC: rt5640: enable MCLK detection
Bard Liao
1
-0
/
+3
2016-09-29
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...
Mark Brown
1
-6
/
+8
2016-08-15
ASoC: rt5640: add internal clock source support
Pierre-Louis Bossart
1
-0
/
+3
2016-08-08
ASoC: codec duplicated callback function goes to component on rt5640
Kuninori Morimoto
1
-6
/
+8
2016-03-18
ASoC: rt5640: Correct the digital interface data select
Sugar Zhang
1
-1
/
+1
2016-03-08
ASoC: rt5640: remove unused variable
Sudip Mukherjee
1
-1
/
+1
2016-03-07
ASoC: rt5640: add supplys for dac power
Bard Liao
1
-15
/
+24
2016-03-07
ASoC: rt5640: Set PLL src according to source
Bard Liao
1
-14
/
+5
2016-02-22
ASoC: rt5640: add master clock handling for rt5640
Sugar Zhang
1
-0
/
+31
2016-01-05
ASoC: Intel: Atom: Add support for HP ElitePad 1000 G2
Jorge Fernandez Monteagudo
1
-0
/
+1
2016-01-05
ASoC: rt5640: add ASRC support
Jack Yu
1
-0
/
+102
2015-10-22
ASoC: rt5640: Fill up the IN3's support
Oder Chiou
1
-1
/
+21
2015-08-30
Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...
Mark Brown
1
-4
/
+3
2015-08-30
Merge remote-tracking branches 'asoc/topic/rt298', 'asoc/topic/rt5640', 'asoc...
Mark Brown
1
-1
/
+1
[next]