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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-23
ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
Jaroslav Kysela
1
-0
/
+9
2021-09-22
tty: make tty_ldisc_ops::hangup return void
Jiri Slaby
2
-4
/
+2
2021-09-22
ASoC: pl1022_rdk: Update to modern clocking terminology
Mark Brown
1
-1
/
+1
2021-09-22
ASoC: pl1022_ds: Update to modern clocking terminology
Mark Brown
1
-8
/
+8
2021-09-22
ASoC: mpc8610_hpcd: Update to modern clocking terminology
Mark Brown
1
-8
/
+8
2021-09-22
ASoC: imx-sgtl5000: Update to modern clocking terminology
Mark Brown
1
-1
/
+1
2021-09-22
ASoC: imx-rpmsg: Update to modern clocking terminology
Mark Brown
1
-1
/
+1
2021-09-22
ASoC: imx-hdmi: Update to modern clocking terminology
Mark Brown
1
-2
/
+2
2021-09-22
ASoC: imx-es8328: Update to modern clocking terminology
Mark Brown
1
-1
/
+1
2021-09-22
ASoC: imx-card: Update to modern clocking terminology
Mark Brown
1
-1
/
+1
2021-09-22
ASoC: imx-audmix: Update to modern clocking terminology
Mark Brown
1
-4
/
+4
2021-09-22
ASoC: fsl_ssi: Update to modern clocking terminology
Mark Brown
1
-19
/
+19
2021-09-22
ASoC: fsl_sai: Update to modern clocking terminology
Mark Brown
2
-18
/
+18
2021-09-22
ASoC: fsl-mqs: Update to modern clocking terminology
Mark Brown
1
-2
/
+2
2021-09-22
ASoC: fsl-esai: Update to modern clocking terminology
Mark Brown
1
-14
/
+14
2021-09-22
ASoC: fsl-audmix: Update to modern clocking terminology
Mark Brown
1
-4
/
+4
2021-09-22
ASoC: fsl-asoc-card: Update to modern clocking terminology
Mark Brown
1
-27
/
+27
2021-09-22
ASoC: eureka-tlv320: Update to modern clocking terminology
Mark Brown
1
-1
/
+1
2021-09-22
ASoC: cros_ec_codec: Use modern ASoC DAI format terminology
Mark Brown
1
-2
/
+2
2021-09-21
ALSA: firewire-motu: fix truncated bytes in message tracepoints
Takashi Sakamoto
1
-3
/
+4
2021-09-21
Merge tag 'asoc-fix-v5.15-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
15
-49
/
+94
2021-09-21
ALSA: usx2y: Prefer struct_size over open coded arithmetic
Len Baker
1
-5
/
+6
2021-09-21
ASoC: qdsp6: q6afe-dai: Fix spelling mistake "Fronend" -> "Frontend"
Colin Ian King
1
-1
/
+1
2021-09-21
ASoC: fsl_spdif: Add support for i.MX8ULP
Shengjiu Wang
1
-0
/
+11
2021-09-21
ASoC: fsl: Constify static snd_soc_ops
Rikard Falkeborn
3
-5
/
+5
2021-09-21
ASoC: fsl_xcvr: Fix channel swap issue with ARC
Shengjiu Wang
1
-5
/
+12
2021-09-21
ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registers
Peter Rosin
1
-0
/
+2
2021-09-20
Merge series "ASoC: compress: Support module_get on stream open" from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
Mark Brown
2
-40
/
+64
2021-09-20
Merge series "Extend AHUB audio support for Tegra210 and later" from Sameer Pujar <spujar@nvidia.com>:
Mark Brown
15
-3
/
+7033
2021-09-20
ASoC: codecs: max98390: simplify getting the adapter of a client
Wolfram Sang
1
-1
/
+1
2021-09-20
ASoC: Intel: boards: Update to modern clocking terminology
Peter Ujfalusi
26
-46
/
+46
2021-09-20
ASoC: ab8500: Update to modern clocking terminology
Mark Brown
1
-10
/
+10
2021-09-20
ASoC: SOF: Remove struct sof_ops_table and sof_get_ops() macro
Peter Ujfalusi
2
-21
/
+0
2021-09-20
ASoC: rt5682s: make rt5682s_aif2_dai_ops and rt5682s_soc_component_dev
Jiapeng Chong
1
-2
/
+2
2021-09-20
ASoC: tegra: Add Tegra210 based Mixer driver
Sameer Pujar
4
-0
/
+786
2021-09-20
ASoC: tegra: Add Tegra210 based ADX driver
Sameer Pujar
4
-0
/
+616
2021-09-20
ASoC: tegra: Add Tegra210 based AMX driver
Sameer Pujar
4
-0
/
+704
2021-09-20
ASoC: tegra: Add Tegra210 based SFC driver
Sameer Pujar
4
-0
/
+3638
2021-09-20
ASoC: tegra: Add Tegra210 based MVC driver
Sameer Pujar
4
-0
/
+773
2021-09-20
ASoC: tegra: Add routes for few AHUB modules
Sameer Pujar
1
-2
/
+509
2021-09-20
ASoC: audio-graph: Fixup CPU endpoint hw_params in a BE<->BE link
Sameer Pujar
1
-1
/
+3
2021-09-20
ASoC: soc-pcm: Don't reconnect an already active BE
Sameer Pujar
1
-0
/
+4
2021-09-20
ASoC: compress/component: Use module_get_when_open/put_when_close for cstream
Peter Ujfalusi
2
-31
/
+57
2021-09-20
ASoC: soc-component: Convert the mark_module to void*
Peter Ujfalusi
1
-9
/
+7
2021-09-17
Merge series "ASoC: SOF: ipc: Small cleanups for message handler functions" from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:
Mark Brown
1
-6
/
+5
2021-09-17
ASoC: 88pm860x: Update to modern clocking terminology
Mark Brown
1
-9
/
+9
2021-09-17
ASoC: SOF: Rename sof_arch_ops to dsp_arch_ops
Peter Ujfalusi
11
-19
/
+19
2021-09-17
ASoC: SOF: ipc: Remove redundant error check from sof_ipc_tx_message_unlocked
Peter Ujfalusi
1
-5
/
+2
2021-09-17
ASoC: SOF: ipc: Print 0x prefix for errors in ipc_trace/stream_message()
Peter Ujfalusi
1
-2
/
+2
2021-09-17
ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message()
Peter Ujfalusi
1
-5
/
+4
[prev]
[next]