index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-28
ALSA: usb-audio: make param quirk_flags change-able in runtime
Cryolitia PukNgae
1
-2
/
+23
2025-09-28
ALSA: usb-audio: improve module param quirk_flags
Cryolitia PukNgae
3
-8
/
+118
2025-09-28
ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
Cryolitia PukNgae
3
-30
/
+144
2025-09-28
ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
Jeongjun Park
1
-5
/
+4
2025-09-28
ALSA: usb-audio: add mono main switch to Presonus S1824c
Roy Vegard Ovesen
1
-3
/
+23
2025-09-28
ALSA: compress: document 'chan_map' member in snd_dec_opus
Kriish Sharma
1
-10
/
+8
2025-09-28
ASoC: cs35l56: Add support for CS35L56 B2 silicon
Richard Fitzgerald
2
-4
/
+38
2025-09-28
ASoC: cs35l56: Set fw_regs table after getting REVID
Richard Fitzgerald
8
-36
/
+41
2025-09-27
ALSA: hda/realtek: Add quirk for HP Spectre 14t-ea100
Takashi Iwai
1
-0
/
+1
2025-09-23
ALSA: usb-audio: don't apply interface quirk to Presonus S1824c
Roy Vegard Ovesen
1
-3
/
+0
2025-09-22
ASoC: tas2781: Correct the wrong description and register address on tas2781
Baojun Xu
1
-10
/
+10
2025-09-19
ASoC: qcom: qdsp6/audioreach: add support for offloading raw opus playback
Alexey Klimov
4
-1
/
+49
2025-09-19
ALSA: compress_offload: increase SNDRV_COMPRESS_VERSION minor version by 1
Alexey Klimov
1
-1
/
+1
2025-09-19
ALSA: compress: add raw opus codec define and opus decoder structs
Alexey Klimov
1
-1
/
+42
2025-09-18
ASoC: fsl: fsl_qmc_audio: Drop struct qmc_dai_chan
Christophe Leroy
1
-32
/
+20
2025-09-18
ASoC: fsl: fsl_qmc_audio: Only request completion on last channel
Christophe Leroy
1
-40
/
+6
2025-09-18
ASoC: fsl: fsl_qmc_audio: Ensure audio channels are ordered in TDM bus
Christophe Leroy
1
-0
/
+29
2025-09-18
soc: fsl: qmc: Only set completion interrupt when needed
Christophe Leroy
1
-11
/
+33
2025-09-18
ASoC: da7213: Convert to DEFINE_RUNTIME_DEV_PM_OPS()
Geert Uytterhoeven
1
-4
/
+2
2025-09-18
ASoC: qcom: sc8280xp: explicitly set S16LE format in sc8280xp_be_hw_params_fi...
Alexey Klimov
1
-0
/
+3
2025-09-18
ASoC: SOF: ipc3-dtrace: fix potential integer overflow in allocation
Samasth Norway Ananda
1
-1
/
+1
2025-09-18
ASoC: codecs: wcd937x: get regmap directly
Srinivas Kandagatla
1
-1
/
+1
2025-09-18
ASoC: codecs: wcd938x: get regmap directly
Srinivas Kandagatla
1
-1
/
+1
2025-09-18
ASoC: codecs: wcd-common: move status_update callback to common
Srinivas Kandagatla
5
-100
/
+62
2025-09-18
ASoC: codecs: wcd939x: get regmap directly
Srinivas Kandagatla
3
-18
/
+3
2025-09-18
ASoC: codecs: wcd-common: move component ops to common
Srinivas Kandagatla
5
-72
/
+34
2025-09-18
ASoC: codecs: wcd-common: move WCD_SDW_CH to common
Srinivas Kandagatla
10
-47
/
+28
2025-09-18
ASoC: codecs: wcd: add common helper for wcd codecs
Srinivas Kandagatla
8
-265
/
+182
2025-09-18
ASoC: codecs: wcdxxxx: use sdw_slave_get_current_bank helper
Srinivas Kandagatla
6
-34
/
+2
2025-09-18
ASoC: codecs: wcdxxxx: use of_sdw_find_device_by_node helper
Srinivas Kandagatla
9
-39
/
+6
2025-09-18
soundwire: bus: add sdw_slave_get_current_bank helper
Srinivas Kandagatla
2
-0
/
+20
2025-09-18
soundwire: bus: add of_sdw_find_device_by_node helper
Srinivas Kandagatla
2
-0
/
+15
2025-09-18
ASoC: codecs: wcd937x: make stub functions inline
Srinivas Kandagatla
1
-3
/
+3
2025-09-18
ASoC: codecs: wcd937x: set the comp soundwire port correctly
Srinivas Kandagatla
1
-2
/
+2
2025-09-18
ASoC: soc-dapm: add snd_soc_dapm_set_idle_bias()
Kuninori Morimoto
2
-0
/
+7
2025-09-18
ASoC: soc-dapm: add snd_soc_dapm_get_bias_level()
Kuninori Morimoto
2
-3
/
+6
2025-09-18
ASoC: soc-dapm: tidyup idle_bias handling - step2
Kuninori Morimoto
1
-11
/
+6
2025-09-18
ASoC: soc-dapm: tidyup idle_bias handling - step1
Kuninori Morimoto
15
-28
/
+27
2025-09-18
ASoC: soc-dapm: remove suspend_bias_off from snd_soc_dapm_context
Kuninori Morimoto
2
-3
/
+4
2025-09-18
ASoC: soc-card: add snd_soc_card_to_dapm()
Kuninori Morimoto
1
-0
/
+5
2025-09-18
ASoC: soc-component: add snd_soc_component_to_dapm()
Kuninori Morimoto
1
-2
/
+5
2025-09-18
ASoC: soc-dapm: use dapm->component instead of container_of()
Kuninori Morimoto
3
-15
/
+7
2025-09-18
ASoC: soc-dapm: add snd_soc_dapm_to_card()
Kuninori Morimoto
2
-0
/
+7
2025-09-18
ASoC: soc-dapm: add snd_soc_dapm_to_dev()
Kuninori Morimoto
2
-1
/
+11
2025-09-18
ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx
Praful Adiga
1
-0
/
+1
2025-09-17
ALSA: hda: intel-dsp-config: Prevent SEGFAULT if ACPI_HANDLE() is NULL
Richard Fitzgerald
1
-0
/
+2
2025-09-17
ALSA: usb: qcom: Fix false-positive address space check
Takashi Iwai
1
-44
/
+48
2025-09-17
ALSA: seq: Fix KCSAN data-race warning at snd_seq_fifo_poll_wait()
Takashi Iwai
1
-0
/
+1
2025-09-17
ALSA: spi/at73c213: Use guard() for spin locks
Takashi Iwai
1
-28
/
+24
2025-09-17
ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
Jack Yu
1
-8
/
+9
[next]