index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-28
ASoC: rt5682: Fix deadlock on resume
Peter Ujfalusi
3
-29
/
+12
2022-01-28
ASoC: hdmi-codec: Fix OOB memory accesses
Dmitry Osipenko
1
-1
/
+1
2022-01-26
ASoC: codecs: wcd938x: fix return value of mixer put function
Srinivas Kandagatla
1
-3
/
+3
2022-01-26
ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
Srinivas Kandagatla
1
-4
/
+4
2022-01-26
ASoC: codecs: wcd938x: fix incorrect used of portid
Srinivas Kandagatla
1
-11
/
+14
2022-01-19
ASoC: max9759: fix underflow in speaker_gain_control_put()
Dan Carpenter
1
-1
/
+2
2022-01-12
ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name
Jiasheng Jiang
1
-0
/
+2
2022-01-07
ASoC: cs35l41: Add support for hibernate memory retention mode
Charles Keepax
5
-4
/
+209
2022-01-07
ASoC: cs35l41: Update handling of test key registers
Charles Keepax
2
-47
/
+52
2022-01-06
ASoC: wcd9335: Keep a RX port value for each SLIM RX mux
Yassine Oudjana
1
-8
/
+9
2022-01-06
ASoC: rt5640: Add support for boards with an external jack-detect GPIO
Hans de Goede
2
-4
/
+46
2022-01-06
ASoC: rt5640: Allow snd_soc_component_set_jack() to override the codec IRQ
Hans de Goede
2
-2
/
+10
2022-01-06
ASoC: rt5640: Change jack_work to a delayed_work
Hans de Goede
2
-9
/
+9
2022-01-06
ASoC: rt5640: Fix possible NULL pointer deref on resume
Hans de Goede
1
-1
/
+1
2022-01-05
ASoC: ak4375: Fix unused function error
Takashi Iwai
1
-2
/
+0
2022-01-05
Add low power hibernation support to cs35l41
Mark Brown
6
-68
/
+53
2022-01-05
ASoC: cs4265: Add a remove() function
Fabio Estevam
1
-0
/
+11
2022-01-05
ASoC: wm_adsp: Add support for "toggle" preloaders
Charles Keepax
2
-3
/
+19
2022-01-05
ASoC: cs35l41: Correct handling of some registers in the cache
Charles Keepax
1
-59
/
+22
2022-01-05
ASoC: cs35l41: Correct DSP power down
Charles Keepax
1
-4
/
+8
2022-01-05
ASoC: cs35l41: Remove incorrect comment
Charles Keepax
1
-2
/
+0
2022-01-05
ASoC: cs35l41: Add cs35l51/53 IDs
David Rhodes
2
-0
/
+4
2021-12-31
ASoC: Add support for CS35L41 in HDA systems
Mark Brown
7
-1096
/
+370
2021-12-31
ASoC: Merge fixes
Mark Brown
4
-39
/
+111
2021-12-31
ASoC: cs35l41: Create shared function for boost configuration
Lucas Tanure
2
-103
/
+100
2021-12-31
ASoC: cs35l41: Create shared function for setting channels
Lucas Tanure
2
-27
/
+35
2021-12-31
ASoC: cs35l41: Create shared function for errata patches
Lucas Tanure
2
-89
/
+92
2021-12-31
ASoC: cs35l41: Move power initializations to reg_sequence
Lucas Tanure
2
-15
/
+8
2021-12-31
ASoC: cs35l41: Move cs35l41_otp_unpack to shared code
Lucas Tanure
2
-126
/
+120
2021-12-31
ASoC: cs35l41: Convert tables to shared source code
Lucas Tanure
6
-743
/
+22
2021-12-29
ASoC: rt5682: Register wclk with its parent_hws instead of parent_data
Derek Fang
1
-5
/
+2
2021-12-29
ASoC: cs4265: Fix part number ID error message
Fabio Estevam
1
-2
/
+2
2021-12-24
ASoC/SoundWire: improve suspend flows and use set_stream() instead of set_tdm...
Mark Brown
13
-23
/
+23
2021-12-24
ASoC: remove unneeded variable
chiminghao
2
-7
/
+4
2021-12-24
ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudio
Pierre-Louis Bossart
1
-11
/
+11
2021-12-24
ASoC/SoundWire: dai: expand 'stream' concept beyond SoundWire
Pierre-Louis Bossart
12
-12
/
+12
2021-12-23
ASoC: msm8916-wcd-analog: Use separate outputs for HPH_L/HPH_R
Stephan Gerhold
1
-3
/
+4
2021-12-23
ASoC: codec: tlv320adc3xxx: Fix missing clk_disable_unprepare() on error in a...
Yang Yingliang
1
-6
/
+12
2021-12-22
ASoC: codecs: ak4375: Change invert controls to a stereo switch
Vincent Knecht
1
-9
/
+2
2021-12-21
ASoC: Add AK4375 support
Vincent Knecht
3
-0
/
+632
2021-12-21
ASoC: Use dev_err_probe() helper
Mark Brown
10
-109
/
+51
2021-12-20
ASoC: codec: tlv320adc3xxx: New codec driver
Ricard Wanderlof
3
-0
/
+1321
2021-12-20
ASoC: codecs: tlv320aic31xx: Use dev_err_probe() helper
Kuninori Morimoto
1
-11
/
+5
2021-12-20
ASoC: codecs: ssm2305: Use dev_err_probe() helper
Kuninori Morimoto
1
-8
/
+3
2021-12-20
ASoC: codecs: simple-mux: Use dev_err_probe() helper
Kuninori Morimoto
1
-7
/
+3
2021-12-20
ASoC: codecs: simple-amplifier: Use dev_err_probe() helper
Kuninori Morimoto
1
-7
/
+3
2021-12-20
ASoC: codecs: sgtl5000: Use dev_err_probe() helper
Kuninori Morimoto
1
-3
/
+2
2021-12-20
ASoC: codecs: pcm3168a: Use dev_err_probe() helper
Kuninori Morimoto
1
-15
/
+7
2021-12-20
ASoC: codecs: max9860: Use dev_err_probe() helper
Kuninori Morimoto
1
-8
/
+4
2021-12-20
ASoC: codecs: max9759: Use dev_err_probe() helper
Kuninori Morimoto
1
-19
/
+9
[next]