index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
ASoC: qdsp6: q6apm-dai: only stop graphs that are started
Srinivas Kandagatla
1
-2
/
+5
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-25
ASoC: sh: rz-ssi: Remove duplicate macros
Lad Prabhakar
1
-2
/
+0
2022-01-25
ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper function
Lad Prabhakar
1
-5
/
+13
2022-01-25
ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()
Lad Prabhakar
1
-8
/
+3
2022-01-25
ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
Mark Brown
1
-0
/
+2
2022-01-25
ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
Mark Brown
1
-1
/
+8
2022-01-25
ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
Mark Brown
1
-2
/
+16
2022-01-25
ASoC: Intel: sof_rt5682: add two derivative options
Mark Brown
2
-10
/
+36
2022-01-25
ASoC: add support for TAS5805M digital amplifier
Mark Brown
3
-0
/
+578
2022-01-25
ASOC: cs42l42: Add support for system suspend
Mark Brown
2
-10
/
+163
2022-01-25
ASoC: SOF: Intel: improve SoundWire _ADR handling
Mark Brown
1
-11
/
+11
2022-01-25
ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id
Mark Brown
2
-2
/
+7
2022-01-25
ASoC: sh: rz-ssi: Code cleanup and fixes
Mark Brown
1
-46
/
+44
2022-01-25
ASoC: Xilinx fixes
Mark Brown
3
-47
/
+211
2022-01-25
ASoC: SOF: Intel: don't download firmware at each resume
Mark Brown
3
-13
/
+64
2022-01-25
ASoC: topology: Fixes
Mark Brown
1
-76
/
+27
2022-01-24
ASoC: simple-card-utils: Add new system-clock-fixed flag
Robert Hancock
1
-11
/
+60
2022-01-24
ASoC: simple-card-utils: Set sysclk on all components
Robert Hancock
1
-0
/
+15
2022-01-24
ASoC: xilinx: xlnx_i2s: Handle sysclk setting
Robert Hancock
1
-10
/
+81
2022-01-24
ASoC: xilinx: xlnx_i2s: create drvdata structure
Robert Hancock
1
-31
/
+35
2022-01-24
ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting
Robert Hancock
1
-0
/
+25
2022-01-24
ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
Jiasheng Jiang
3
-0
/
+6
2022-01-24
ASoC: Intel: sof_rt5682: add 512FS MCLK clock configuration
Mac Chiang
1
-5
/
+10
2022-01-24
ASoC: amd: sof-mach: Add support for RT5682S and RT1019 card
V sujith kumar Reddy
2
-0
/
+23
2022-01-24
ASoC: soc-generic-dmaengine-pcm: separate max_buffer_size assignment
Shengjiu Wang
1
-4
/
+6
2022-01-24
ASoC: samsung: remove unneeded ret variable
Minghao Chi
1
-4
/
+1
2022-01-24
ASoC: codecs: remove redundant ret variable
Minghao Chi
1
-4
/
+1
2022-01-24
ASoC: Rename tlv320aic31xx-micbias.h as tlv320aic31xx.h
Ariel D'Alessandro
1
-1
/
+1
2022-01-24
ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card
Ariel D'Alessandro
1
-1
/
+0
2022-01-24
ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id
Ariel D'Alessandro
1
-0
/
+6
2022-01-24
ASoC: Intel: sof_rt5682: Add support for platform without amplifier
Ajye Huang
2
-0
/
+14
2022-01-24
ASoC: Intel: sof_rt5682: add support for systems without i915 audio
Yong Zhi
1
-10
/
+22
2022-01-24
ASoC: SOF: Intel: Compare sdw adr directly
Bard Liao
1
-10
/
+5
2022-01-24
ASoC: SOF: Intel: match sdw version on link_slaves_found
Bard Liao
1
-5
/
+10
2022-01-24
ASoC: cs42l42: Handle system suspend
Richard Fitzgerald
2
-0
/
+146
2022-01-24
ASoC: cs42l42: Change jack_detect_mutex to a lock of all IRQ handling
Richard Fitzgerald
2
-7
/
+6
2022-01-24
ASoC: cs42l42: Report full jack status when plug is detected
Richard Fitzgerald
1
-3
/
+11
2022-01-24
ASoC: sh: rz-ssi: Make return type of rz_ssi_stream_is_valid() to bool
Lad Prabhakar
1
-4
/
+4
2022-01-24
ASoC: sh: rz-ssi: Drop ssi parameter from rz_ssi_stream_init()
Lad Prabhakar
1
-8
/
+3
2022-01-24
ASoC: sh: rz-ssi: Make the data structures available before registering the handlers
Lad Prabhakar
1
-2
/
+3
2022-01-24
ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
Lad Prabhakar
1
-32
/
+34
2022-01-24
ASoC: add support for TAS5805M digital amplifier
Daniel Beer
3
-0
/
+578
2022-01-24
ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behavior
Amadeusz Sławiński
1
-42
/
+14
2022-01-24
ASoC: topology: Allow TLV control to be either read or write
Amadeusz Sławiński
1
-1
/
+2
2022-01-24
ASoC: topology: Remove superfluous error prints
Amadeusz Sławiński
1
-33
/
+11
2022-01-24
ASoC: SOF: add flag to disable IMR restore to sof_debug
Keyon Jie
2
-0
/
+5
2022-01-24
ASoC: SOF: Intel: hda-loader: add IMR restore support
Keyon Jie
1
-0
/
+38
[prev]
[next]