alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-29 10:37:49 to 2022-12-02 16:19:39 UTC [more...]

[PATCH v2 0/3] soundwire: cadence: Fix oversized FIFO size define
 2022-12-02 16:18 UTC  (3+ messages)
` [PATCH v2 1/3] soundwire: cadence: Don't overflow the command FIFOs
` [PATCH v2 2/3] soundwire: cadence: Remove wasted space in response_buf

[PATCH v2 00/16] ASoC: Intel: avs: Data probing and fw logging
 2022-12-02 15:28 UTC  (17+ messages)
` [PATCH v2 01/16] ALSA: hda: Allow for compress stream to hdac_ext_stream assignment
` [PATCH v2 02/16] ALSA: hda: Prepare for compress stream support
` [PATCH v2 03/16] ALSA: hda: Interrupt servicing and BDL setup for compress streams
` [PATCH v2 04/16] ASoC: Intel: avs: Introduce avs_log_buffer_status_locked()
` [PATCH v2 05/16] ASoC: Intel: avs: Drop fifo_lock
` [PATCH v2 06/16] ASoC: Intel: avs: Introduce debug-context aware helpers
` [PATCH v2 07/16] ASoC: Intel: avs: Make enable_logs() dependent on DEBUG_FS
` [PATCH v2 08/16] ASoC: Intel: avs: Drop usage of debug members in non-debug code
` [PATCH v2 09/16] ASoC: Intel: avs: Add data probing requests
` [PATCH v2 10/16] ASoC: Intel: avs: Probe compress operations
` [PATCH v2 11/16] ASoC: Intel: avs: Data probing soc-component
` [PATCH v2 12/16] ASoC: Intel: avs: Add probe machine board
` [PATCH v2 13/16] ASoC: Intel: avs: Probing and firmware tracing over debugfs
` [PATCH v2 14/16] ASoC: Intel: avs: Gather remaining logs on strace_release()
` [PATCH v2 15/16] ASoC: Intel: avs: Allow for dumping FW_REGS area
` [PATCH v2 16/16] ASoC: Intel: avs: Allow for dumping debug window snapshot

[PATCH v1 0/2] ASoC/tda998x: Fix reporting of nonexistent capture streams
 2022-12-02 13:55 UTC  (4+ messages)
` [PATCH v1 1/2] ASoC: hdmi-codec: Allow playback and capture to be disabled
` [PATCH v1 2/2] drm: tda99x: Don't advertise non-existent capture support

[PATCH v1 0/6] kselftest/alsa: pcm-test improvements
 2022-12-02 13:22 UTC  (17+ messages)
` [PATCH v1 1/6] kselftest/alsa: Refactor pcm-test to list the tests to run in a struct
` [PATCH v1 2/6] kselftest/alsa: Report failures to set the requested sample rate as skips
` [PATCH v1 3/6] kselftest/alsa: Report failures to set the requested channels "
` [PATCH v1 4/6] kselftest/alsa: Don't any configuration in the sample config
` [PATCH v1 5/6] kselftest/alsa: Provide more meaningful names for tests
` [PATCH v1 6/6] kselftest/alsa: Add more coverage of sample rates and channel counts

[PATCH -next] The USB audio driver does not contain the VID and PID of this sound card, so the driver is not loaded
 2022-12-02 13:15 UTC  (2+ messages)

[PATCH] ASoC: tas27{64,70}: fix PM ops ordering
 2022-12-02 12:24 UTC  (2+ messages)

[PATCH 3/5] driver core: make struct device_type.uevent() take a const *
 2022-12-01 18:43 UTC  (11+ messages)

[PATCH 0/2] dt-bindings: sound: ti, pcm3168a: json-schema conversion and fixes
 2022-12-02 12:55 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: sound: ti,pcm3168a: Convert to json-schema
` [PATCH/RFC 2/2] arm64: dts: renesas: ulcb-kf: Fix pcm3168a audio codec node

[PATCH] ASoC: soc-compress: Reposition and add pcm_mutex
 2022-12-02 11:54 UTC  (2+ messages)

[PATCH 0/2] soundwire: Remove redundant zeroing of page registers
 2022-12-02 11:26 UTC  (5+ messages)
` [PATCH 1/2] soundwire: bus: Don't zero page registers after every transaction
` [PATCH 2/2] soundwire: bus: Remove unused reset_page_addr() callback

[PATCH 0/3] soundwire: cadence: Fix oversized FIFO size define
 2022-12-02 10:19 UTC  (8+ messages)
` [PATCH 1/3] soundwire: cadence: Don't overflow the command FIFOs
` [PATCH 2/3] soundwire: cadence: Remove wasted space in response_buf
` [PATCH 3/3] soundwire: cadence: Drain the RX FIFO after an IO timeout

[PATCH v3 0/7] kselftest/alsa: pcm-test improvements
 2022-12-02  8:58 UTC  (9+ messages)
` [PATCH v3 1/7] kselftest/alsa: pcm - Drop recent coverage improvement changes
` [PATCH v3 2/7] kselftest/alsa: pcm - move more configuration to configuration files
` [PATCH v3 3/7] kselftest/alsa: pcm - Always run the default set of tests
` [PATCH v3 4/7] kselftest/alsa: pcm - skip tests when we fail to set params
` [PATCH v3 5/7] kselftest/alsa: pcm - Support optional description for tests
` [PATCH v3 6/7] kselftest/alsa: pcm - Provide descriptions for the default tests
` [PATCH v3 7/7] kselftest/alsa: pcm - Add more coverage by default

[PATCH 00/16] ASoC: Intel: avs: Data probing and fw logging
 2022-12-02  8:53 UTC  (20+ messages)
` [PATCH 01/16] ALSA: hda: Allow for compress stream to hdac_ext_stream assignment
` [PATCH 02/16] ALSA: hda: Prepare for compress stream support
` [PATCH 03/16] ALSA: hda: Interrupt servicing and BDL setup for compress streams
` [PATCH 04/16] ASoC: Intel: avs: Introduce avs_log_buffer_status_locked()
` [PATCH 05/16] ASoC: Intel: avs: Drop fifo_lock
` [PATCH 06/16] ASoC: Intel: avs: Introduce debug-context aware helpers
` [PATCH 07/16] ASoC: Intel: avs: Make enable_logs() dependent on DEBUG_FS
` [PATCH 08/16] ASoC: Intel: avs: Drop usage of debug members in non-debug code
` [PATCH 09/16] ASoC: Intel: avs: Add data probing requests
` [PATCH 10/16] ASoC: Intel: avs: Probe compress operations
` [PATCH 11/16] ASoC: Intel: avs: Data probing soc-component
` [PATCH 12/16] ASoC: Intel: avs: Add probe machine board
` [PATCH 13/16] ASoC: Intel: avs: Probing and firmware tracing over debugfs
` [PATCH 14/16] ASoC: Intel: avs: Gather remaining logs on strace_release()
` [PATCH 15/16] ASoC: Intel: avs: Allow for dumping FW_REGS area
` [PATCH 16/16] ASoC: Intel: avs: Allow for dumping debug window snapshot

[PATCH] dt-bindings: soc: qcom: apr: document generic qcom, apr compatible
 2022-12-02  0:10 UTC  (2+ messages)
` [PATCH] dt-bindings: soc: qcom: apr: document generic qcom,apr compatible

[PATCH] kselftests/alsa: pcm - move more configuration to configuration files
 2022-12-01 22:55 UTC  (4+ messages)

[PATCH v7 0/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-01 20:53 UTC  (6+ messages)
` [PATCH v7 1/2] kexec: Introduce kexec_with_frozen_processes
` [PATCH v7 2/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[PATCH v2 0/6] kselftest/alsa: pcm-test improvements
 2022-12-01 19:06 UTC  (8+ messages)
` [PATCH v2 1/6] kselftest/alsa: Refactor pcm-test to list the tests to run in a struct
` [PATCH v2 2/6] kselftest/alsa: Report failures to set the requested sample rate as skips
` [PATCH v2 3/6] kselftest/alsa: Report failures to set the requested channels "
` [PATCH v2 4/6] kselftest/alsa: Don't any configuration in the sample config
` [PATCH v2 5/6] kselftest/alsa: Provide more meaningful names for tests
` [PATCH v2 6/6] kselftest/alsa: Add more coverage of sample rates and channel counts

[PATCH] soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
 2022-12-01 16:55 UTC  (6+ messages)

[PATCH v2 0/3] ASoC: mediatek:mt8186: fix both the speaker and hdmi
 2022-12-01 15:23 UTC  (7+ messages)
` [PATCH v2 1/3] ASoC: hdmi-codec: Add event handler for hdmi TX

Update HiFi.conf
 2022-12-01 15:12 UTC 

[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-01 13:38 UTC  (9+ messages)
` [PATCH v8 1/3] kexec: Refactor kexec_in_progress into a function
` [PATCH v8 2/3] freezer: refactor pm_freezing "
` [PATCH v8 3/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[PATCH] ASoC: da7219: Fix pole orientation detection on OMTP headsets when playing music
 2022-12-01 13:24 UTC  (2+ messages)

[PATCH v2 00/12] ASoC: mediatek: Add support for MT8188 SoC
 2022-12-01  9:42 UTC  (9+ messages)
` [PATCH v2 03/12] ASoC: mediatek: mt8188: support audsys clock

Query about xrun on usb/pcm
 2022-12-01  7:47 UTC  (8+ messages)

[PATCH] ASoC: qcom: lpass-sc7180: Add maybe_unused tag for system PM ops
 2022-12-01  7:02 UTC  (13+ messages)

[PATCH] ALSA: dice: Remove left-over license text
 2022-12-01  6:51 UTC  (2+ messages)

USB-Audio: Update quirk for Aorus Pro WiFi Rev 1.2
 2022-11-30 18:40 UTC 

[GIT PULL] ASoC fixes for v6.1-rc7
 2022-11-30 16:43 UTC  (4+ messages)

[PATCH v6 0/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-11-30 15:54 UTC  (4+ messages)
` [PATCH v6 1/2] kexec: Introduce kexec_with_frozen_processes
` [PATCH v6 2/2] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[PATCH v4] ALSA: core: Fix deadlock when shutdown a frozen userspace
 2022-11-30 15:49 UTC  (7+ messages)

[PATCH] ALSA: dice: add support for Focusrite Saffire Pro 40 with TCD3070 ASIC
 2022-11-30 15:17 UTC  (2+ messages)

[PATCH] ALSA: dice: fix regression for Lexicon I-ONIX FW810S
 2022-11-30 15:16 UTC  (2+ messages)

[PATCH] ASoC: SOF: mediatek: add shutdown callback
 2022-11-30 12:47 UTC  (3+ messages)

[RESEND PATCH -next] ASoC: amd: yc: Add Xiaomi Redmi Book Pro 14 2022 into DMI table
 2022-11-30 12:47 UTC  (2+ messages)

[PATCH] ASoC: amd: yc: Add Xiaomi Redmi Book Pro 14 2022 into DMI table
 2022-11-30 12:47 UTC  (2+ messages)

arecord leaves doubled audio at end after a SIGTERM
 2022-11-30  3:08 UTC 

arecord leaves doubled audio at end after a SIGTERM
 2022-11-30  3:07 UTC 

arecord leaves doubled audio at end after a SIGTERM
 2022-11-30  3:05 UTC 

[PATCH v2 0/2] ASoC: Intel: avs: rt5682: Refactor jack handling
 2022-11-29 19:29 UTC  (4+ messages)
` [PATCH v2 1/2] ASoC: Intel: avs: rt5682: Add define for codec DAI name
` [PATCH v2 2/2] ASoC: Intel: avs: rt5682: Refactor jack handling

[PATCH -next] ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe
 2022-11-29 18:35 UTC  (2+ messages)

[PATCH V4 1/6] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions
 2022-11-29 18:27 UTC  (6+ messages)
` [patch v5 0/5] ASoC: codecs: Add Awinic AW883XX audio amplifier driver
  ` [patch v5 1/5] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions
  ` [patch v5 2/5] ASoC: codecs: Implementation of aw883xx configuration file parsing function

[PATCH 0/2] ASoC: Add a driver for the Iron Device SMA1303 Amp
 2022-11-29 17:06 UTC  (3+ messages)
` [PATCH 1/2] ASoC: sma1303: Add driver for "

[PATCH 0/3] ASoC: mediatek:mt8186: fix both the speaker and hdmi
 2022-11-29 17:03 UTC  (3+ messages)
` [PATCH 2/3] ASoC: hdmi-codec: Add event handler for hdmi TX

[PATCH 00/11] ASoC: Intel: avs: Refactor jack handling
 2022-11-29 16:57 UTC  (5+ messages)
` [PATCH 10/11] ASoC: Intel: avs: rt5682: Add define for codec DAI name

[PATCH v2] ASoC: qcom: lpass-sc7180: Add maybe_unused tag for system PM ops
 2022-11-29 15:52 UTC 

[PATCH v2 1/1] ASoC: SOF: Add DAI configuration support for AMD platforms
 2022-11-29 14:42 UTC  (3+ messages)

[PATCH] selftests: alsa - move shared library configuration code to conf.c
 2022-11-29 14:06 UTC  (3+ messages)

[PATCH v2] ALSA: usb-audio: Add quirk for Tascam Model 12
 2022-11-29 14:04 UTC  (2+ messages)

stop drivers from passing GFP_COMP to dma_alloc_coherent
 2022-11-29 14:00 UTC  (4+ messages)
` [PATCH 1/7] media: videobuf-dma-contig: use dma_mmap_coherent

[PATCH v2] ASoC: qcom: lpass-sc7280: Add system suspend/resume PM ops
 2022-11-29 12:54 UTC  (3+ messages)

[PATCH] ASoC: qcom: lpass-sc7280: Add system suspend/resume PM ops
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH v2] ASoC: qcom: lpass-sc7180: Delete redundant error log from _resume()
 2022-11-29 12:54 UTC  (2+ messages)

[PATCH] ASoC: qcom: lpass-sc7180: Add system suspend/resume PM ops
 2022-11-29 12:14 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).