messages from 2022-01-20 23:17:17 to 2022-01-28 09:26:25 UTC [more...]
[PATCH 1/2] platform: make platform_get_irq_optional() optional
2022-01-24 21:02 UTC (11+ messages)
` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()
[PATCH 5/5] spi: make remove callback a void function
2022-01-24 12:23 UTC
Fix pre-processor defs parsing with recursive includes
2022-01-27 21:33 UTC
acp6x: add initial support for AMD Yellow Carp - ACP6x
2022-01-27 20:52 UTC
ucm2: Add intial Amlogic GXL support
2022-01-27 18:45 UTC
[PATCH] ASoC: dt-bindings: Centralize the 'sound-dai' definition
2022-01-27 16:20 UTC (5+ messages)
Mouse stopped working in xterm and rxvt-unicode
2022-01-27 14:19 UTC
[PATCH] ALSA: hda: Fix signedness of sscanf() arguments
2022-01-27 13:57 UTC
[PATCH] ALSA: usb-audio: initialize variables that could ignore errors
2022-01-27 13:41 UTC (2+ messages)
[PATCH] ASoC: fsl: Add missing error handling in pcm030_fabric_probe
2022-01-27 13:13 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/4] ASoC: qcom: fixes for Qualcomm codecs and q6apm
2022-01-27 10:20 UTC (7+ messages)
` [PATCH 1/4] ASoC: codecs: wcd938x: fix incorrect used of portid
` [PATCH 2/4] ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
` [PATCH 3/4] ASoC: codecs: wcd938x: fix return value of mixer put function
` [PATCH 4/4] ASoC: qdsp6: q6apm-dai: only stop graphs that are started
[PATCH 0/5] Tegra234 APE support
2022-01-27 7:29 UTC (8+ messages)
` [PATCH 1/5] ASoC: tegra: Update AHUB driver for Tegra234
` [PATCH 2/5] dt-bindings: Add Tegra234 APE support
` [PATCH 3/5] dt-bindings: Document "
` [PATCH 4/5] arm64: tegra: Add audio devices on Tegra234
` [PATCH 5/5] arm64: tegra: APE sound card for Jetson AGX Orin
[PATCH v2 0/5] Tegra234 APE support
2022-01-27 7:27 UTC (6+ messages)
` [PATCH v2 1/5] ASoC: tegra: Update AHUB driver for Tegra234
` [PATCH v2 2/5] dt-bindings: Add Tegra234 APE support
` [PATCH v2 3/5] dt-bindings: Document "
` [PATCH v2 4/5] arm64: tegra: Add audio devices on Tegra234
` [PATCH v2 5/5] arm64: tegra: APE sound card for Jetson AGX Orin
Add support for AMD ACP Microphone devices for Yellow Carp platform
2022-01-27 3:44 UTC
Fixes for attribute value validation in the topology pre-processor
2022-01-27 1:43 UTC
[PATCH] ASoC: dt-bindings: realtek, rt5682s: Drop Tegra specifics from example
2022-01-26 23:13 UTC
[PATCH] soundwire: Replace acpi_bus_get_device()
2022-01-26 19:50 UTC
[PATCH] sound: Replace acpi_bus_get_device()
2022-01-26 19:48 UTC
[PATCH v2] sound/soc: adds TAS5754M digital input amplifier component driver
2022-01-26 16:44 UTC (2+ messages)
[PATCH 1/4] ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
2022-01-26 15:24 UTC (13+ messages)
[PATCH v5 0/9] Support Spi in i2c-multi-instantiate driver
2022-01-26 15:19 UTC (18+ messages)
` [PATCH v5 1/9] spi: Make spi_alloc_device and spi_add_device public again
` [PATCH v5 2/9] spi: Create helper API to lookup ACPI info for spi device
` [PATCH v5 3/9] spi: Support selection of the index of the ACPI Spi Resource before alloc
` [PATCH v5 4/9] spi: Add API to count spi acpi resources
` [PATCH v5 5/9] platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver name
` [PATCH v5 6/9] platform/x86: serial-multi-instantiate: Reorganize I2C functions
` [PATCH v5 7/9] platform/x86: serial-multi-instantiate: Add SPI support
` [PATCH v5 8/9] ALSA: hda/realtek: Add support for HP Laptops
` [PATCH v5 9/9] ACPI / scan: Create platform device for CS35L41
[PATCH v2] kselftest: alsa: Add test case for writing invalid values
2022-01-26 15:00 UTC (2+ messages)
[PATCH] ALSA: hda: Fix UAF of leds class devs at unbinding
2022-01-26 14:50 UTC
No sound on gpd pocket 3
2022-01-26 14:30 UTC (7+ messages)
[PATCH] ASoC: rt5682: Fix deadlock on resume
2022-01-26 10:03 UTC
[PATCH 00/19] soundwire: stream: cleanup of 'stream' support
2022-01-26 1:17 UTC (20+ messages)
` [PATCH 01/19] soundwire: stream: remove unused parameter in sdw_stream_add_slave
` [PATCH 02/19] soundwire: stream: add slave runtime to list earlier
` [PATCH 03/19] soundwire: stream: simplify check on port range
` [PATCH 04/19] soundwire: stream: add alloc/config/free helpers for ports
` [PATCH 05/19] soundwire: stream: split port allocation and configuration loops
` [PATCH 06/19] soundwire: stream: split alloc and config in two functions
` [PATCH 07/19] soundwire: stream: add 'slave' prefix for port range checks
` [PATCH 08/19] soundwire: stream: group sdw_port and sdw_master/slave_port functions
` [PATCH 09/19] soundwire: stream: simplify sdw_alloc_master_rt()
` [PATCH 10/19] soundwire: stream: split sdw_alloc_master_rt() in alloc and config
` [PATCH 11/19] soundwire: stream: move sdw_alloc_slave_rt() before 'master' helpers
` [PATCH 12/19] soundwire: stream: split sdw_alloc_slave_rt() in alloc and config
` [PATCH 13/19] soundwire: stream: group sdw_stream_ functions
` [PATCH 14/19] soundwire: stream: rename and move master/slave_rt_free routines
` [PATCH 15/19] soundwire: stream: move list addition to sdw_slave_alloc_rt()
` [PATCH 16/19] soundwire: stream: separate alloc and config within sdw_stream_add_xxx()
` [PATCH 17/19] soundwire: stream: introduce sdw_slave_rt_find() helper
` [PATCH 18/19] soundwire: stream: sdw_stream_add_ functions can be called multiple times
` [PATCH 19/19] soundwire: stream: make enable/disable/deprepare idempotent
[PATCH] soundwire: bus: add dev_warn() messages to track UNATTACHED devices
2022-01-26 1:15 UTC
[PATCH] soundwire: intel: fix wrong register name in intel_shim_wake
2022-01-26 1:14 UTC
[PATCH] ASoC: Intel: atom: Remove redundant check to simplify the code
2022-01-25 18:09 UTC (3+ messages)
[PATCH 0/3] ASoC: sh: rz-ssi: Trivial changes
2022-01-25 14:34 UTC (6+ messages)
` [PATCH 1/3] ASoC: sh: rz-ssi: Use a do-while loop in rz_ssi_pio_recv()
` [PATCH 2/3] ASoC: sh: rz-ssi: Add rz_ssi_set_substream() helper function
` [PATCH 3/3] ASoC: sh: rz-ssi: Remove duplicate macros
[PATCH v1 0/3] ASoC: Add bounds checking for written values
2022-01-25 14:34 UTC (11+ messages)
` [PATCH v1 1/3] ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
` [PATCH v1 2/3] ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
` [PATCH v1 3/3] ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
Build regressions/improvements in v5.17-rc1
2022-01-25 14:20 UTC (9+ messages)
[PATCH] kselftest: alsa: Add test case for writing invalid values
2022-01-25 14:14 UTC (5+ messages)
[PATCH v2][next] ALSA: usb-audio: scarlett2: Use struct_size() helper in scarlett2_usb()
2022-01-25 14:11 UTC (3+ messages)
[RFC 00/37] ASoC: Intel: AVS - Audio DSP for cAVS
2022-01-25 13:25 UTC (5+ messages)
[PATCH v2 1/5] ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
2022-01-25 10:22 UTC (2+ messages)
[PATCH v3 0/6] ASoC: Xilinx fixes
2022-01-25 10:20 UTC (7+ messages)
` [PATCH v3 2/6] ASoC: xilinx: xlnx_i2s: create drvdata structure
` [PATCH v3 4/6] ASoC: simple-card-utils: Set sysclk on all components
[PATCH] ASoC: amd: sof-mach: Add support for RT5682S and RT1019 card
2022-01-25 10:20 UTC (2+ messages)
[PATCH v3] ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
2022-01-25 10:20 UTC (2+ messages)
[PATCH 0/2] ASoC: SOF: Intel: improve SoundWire _ADR handling
2022-01-25 10:20 UTC (4+ messages)
` [PATCH 1/2] ASoC: SOF: Intel: match sdw version on link_slaves_found
` [PATCH 2/2] ASoC: SOF: Intel: Compare sdw adr directly
[PATCH v2] ASoC: Intel: sof_rt5682: add 512FS MCLK clock configuration
2022-01-25 10:20 UTC (2+ messages)
[PATCH v2 0/3] ASOC: cs42l42: Add support for system suspend
2022-01-25 10:20 UTC (5+ messages)
` [PATCH v2 1/3] ASoC: cs42l42: Report full jack status when plug is detected
` [PATCH v2 2/3] ASoC: cs42l42: Change jack_detect_mutex to a lock of all IRQ handling
` [PATCH v2 3/3] ASoC: cs42l42: Handle system suspend
[PATCH 0/5] ASoC: SOF: Intel: don't download firmware at each resume
2022-01-25 10:20 UTC (7+ messages)
` [PATCH 1/5] ASoC: SOF: add _D3_PERSISTENT flag to fw_ready message
` [PATCH 2/5] ASoC: SOF: Intel: use inclusive language for SSP clocks
` [PATCH 3/5] ASoC: SOF: Intel: hda-loader: add SSP helper
` [PATCH 4/5] ASoC: SOF: Intel: hda-loader: add IMR restore support
` [PATCH 5/5] ASoC: SOF: add flag to disable IMR restore to sof_debug
[PATCH 0/2] ASoC: Intel: sof_rt5682: add two derivative options
2022-01-25 10:20 UTC (2+ messages)
[PATCH] ASoC: soc-generic-dmaengine-pcm: separate max_buffer_size assignment
2022-01-25 10:20 UTC (2+ messages)
[PATCH] sound/soc/samsung: remove unneeded ret variable
2022-01-25 10:20 UTC (2+ messages)
[PATCH v3 0/2] ASoC: add support for TAS5805M digital amplifier
2022-01-25 10:20 UTC (2+ messages)
[PATCH v2 0/5] fsl-asoc-card: Add optional dt property for setting mclk-id
2022-01-25 10:20 UTC (2+ messages)
[PATCH v2] ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
2022-01-25 10:20 UTC (2+ messages)
[PATCH] sound/soc/codecs: remove redundant ret variable
2022-01-25 10:20 UTC (2+ messages)
[PATCH v2 0/3] ASoC: topology: Fixes
2022-01-25 10:20 UTC (2+ messages)
[PATCH] ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
2022-01-25 10:20 UTC (2+ messages)
[PATCH] ASoC: amd: acp-mach: Fix Left and Right rt1019 amp devices
2022-01-25 10:20 UTC (2+ messages)
[PATCH 1/6] ASoC: dt-bindings: samsung, aries-wm8994: require sound-dai property
2022-01-25 0:24 UTC (7+ messages)
` [PATCH 2/6] ASoC: dt-bindings: samsung,arndale: convert to dtschema
` [PATCH 3/6] ASoC: dt-bindings: samsung,arndale: document ALC5631
` [PATCH 4/6] ASoC: dt-bindings: samsung,smdk5250: convert to dtschema
` [RFC 5/6] ASoC: dt-bindings: samsung,snow: "
` [PATCH 6/6] ASoC: dt-bindings: samsung,tm2: "
[PATCH] dt-bindings: Improve phandle-array schemas
2022-01-24 20:31 UTC (3+ messages)
[PATCH v1 1/1] ASoC: madera: Replace kernel.h with the necessary inclusions
2022-01-24 16:22 UTC (3+ messages)
[PATCH v1 1/1] ASoC: dpcm: prevent snd_soc_dpcm use after free
2022-01-24 9:42 UTC
[PATCH v2 0/3] (Re)enable DP/HDMI audio for RK3399 Gru
2022-01-23 15:40 UTC (2+ messages)
` (subset) "
HP Spectre X360 fails to find soundcard
2022-01-23 5:39 UTC
[PATCH AUTOSEL 5.16 50/52] ASoC: amd: acp: acp-mach: Change default RT1019 amp dev id
2022-01-22 18:43 UTC (3+ messages)
[PATCH v3 00/10] Support Spi in i2c-multi-instantiate driver
2022-01-21 20:11 UTC (6+ messages)
` [PATCH v3 05/10] platform/x86: i2c-multi-instantiate: Move it to drivers/acpi folder
[PATCH v6 0/9] Support Spi in i2c-multi-instantiate driver
2022-01-21 17:24 UTC (10+ messages)
` [PATCH v6 1/9] spi: Make spi_alloc_device and spi_add_device public again
` [PATCH v6 2/9] spi: Create helper API to lookup ACPI info for spi device
` [PATCH v6 3/9] spi: Support selection of the index of the ACPI Spi Resource before alloc
` [PATCH v6 4/9] spi: Add API to count spi acpi resources
` [PATCH v6 5/9] platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver name
` [PATCH v6 6/9] platform/x86: serial-multi-instantiate: Reorganize I2C functions
` [PATCH v6 7/9] platform/x86: serial-multi-instantiate: Add SPI support
` [PATCH v6 8/9] ALSA: hda/realtek: Add support for HP Laptops
` [PATCH v6 9/9] ACPI / scan: Create platform device for CS35L41
Re: [PATCH v2] ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
2022-01-21 16:13 UTC (2+ messages)
SSL 2+ playback device didn't work (device or resource busy)
2022-01-21 14:57 UTC
[PATCH v4 0/9] Support Spi in i2c-multi-instantiate driver
2022-01-21 14:39 UTC (5+ messages)
` [PATCH v4 8/9] ALSA: hda/realtek: Add support for HP Laptops
[PATCH 0/3] ASOC: cs42l42: Add support for system suspend
2022-01-21 10:22 UTC (3+ messages)
` [PATCH 3/3] ASoC: cs42l42: Handle "
[PATCH] dt-bindings: mfd: cirrus,madera: Fix 'interrupts' in example
2022-01-21 8:39 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox