alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 16:29:26 to 2020-11-24 17:13:37 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24 14:38 UTC  (33+ messages)
` [PATCH 002/141] ASoC: codecs: "
` [PATCH 066/141] ALSA: hdspm: "
` [PATCH 067/141] ALSA: pcsp: "
` [PATCH 068/141] ALSA: sb: "
` [PATCH 126/141] slimbus: messaging: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH] ASoC: wm_adsp: fix error return code in wm_adsp_load()
 2020-11-24  9:41 UTC  (2+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (15+ messages)

How to interperet snd_pcm_htimestamp available frames?
 2020-11-22 16:03 UTC 

[PATCH 00/14] ASoC: Intel/SOF: extend run-time driver selection to ACPI devices
 2020-11-24 16:14 UTC  (22+ messages)

jack: add option to allow non-jack-aligned period size
 2020-11-24 15:58 UTC 

[PATCH] ASoC: fsl_xcvr: fix potential resource leak
 2020-11-24 14:19 UTC 

[PATCH] ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294
 2020-11-24 13:43 UTC  (2+ messages)

[PATCH 0/5] soundwire: only clear valid interrupts
 2020-11-24  1:33 UTC  (6+ messages)
` [PATCH 1/5] soundwire: bus: add comments to explain interrupt loop filter
` [PATCH 2/5] soundwire: bus: reset slave_notify status at each loop
` [PATCH 3/5] soundwire: registers: add definitions for clearable interrupt fields
` [PATCH 4/5] soundwire: bus: only clear valid DP0 interrupts
` [PATCH 5/5] soundwire: bus: only clear valid DPN interrupts

[PATCH v1] ASoC: Intel: catpt: Replace open coded variant of resource_intersection()
 2020-11-24 12:13 UTC  (2+ messages)

[PATCH] slimbus: qcom-ngd-ctrl: Constify static structs
 2020-11-24 10:46 UTC  (2+ messages)

[PATCH] soundwire: SDCA: detect sdca_cascade interrupt
 2020-11-24  8:39 UTC  (2+ messages)

[PATCH] soundwire: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute
 2020-11-24  8:39 UTC  (2+ messages)

[PATCH 0/5] regmap/SoundWire/ASoC: Add SoundWire SDCA support
 2020-11-24  8:36 UTC  (6+ messages)
` [PATCH 1/5] soundwire: SDCA: add helper macro to access controls
` [PATCH 2/5] regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQ

[RFC PATCH 0/4] Enable DMA mode on Intel Keem Bay platform
 2020-11-24  3:51 UTC  (6+ messages)
` [RFC PATCH 2/4] ASoC: soc-generic-dmaengine-pcm: Add custom prepare and submit function

[PATCH] ASoC: imx-audmux: Remove unused .id_table
 2020-11-23 21:46 UTC  (2+ messages)

[PATCH 1/4] ASoC: meson: depend on COMMON_CLK to fix compile tests
 2020-11-23 21:46 UTC  (3+ messages)

[PATCH] Asoc: qcom: Fix enabling BCLK and LRCLK in LPAIF invalid state
 2020-11-23 20:38 UTC  (3+ messages)

[PATCH v2] ASoC: hdmi-codec: Get ELD in before reporting plugged event
 2020-11-23 20:38 UTC  (2+ messages)

[PATCH 01/38] ASoC: ak5558: drop of_match_ptr from of_device_id table
 2020-11-23 16:45 UTC  (33+ messages)
` [PATCH 09/38] ASoC: samsung: smdk_wm8994: "
` [PATCH 27/38] ASoC: pcm179x: skip of_device_id table when !CONFIG_OF
` [PATCH 28/38] ASoC: rt5660: "
` [PATCH 29/38] ASoC: tas2562: "
` [PATCH 30/38] ASoC: tlv320: "
` [PATCH 31/38] ASoC: ts3a227e: "
` [PATCH 32/38] ASoC: es7134: mark OF related data as maybe unused
` [PATCH 33/38] ASoC: es7241: "
` [PATCH 34/38] ASoC: samsung: i2s: "
` [PATCH 35/38] ASoC: max98371: drop driver pm=NULL assignment
` [PATCH 36/38] ASoC: max98925: "
` [PATCH 37/38] ASoC: max98926: "
` [PATCH 38/38] ASoC: samsung: smdk_wm8994: remove redundant of_match_ptr()

Poor performace on mmap reading arm64 on audio device
 2020-11-23 15:15 UTC  (7+ messages)

[PATCH v5 0/6] Tegra210 audio graph card
 2020-11-23 14:17 UTC  (5+ messages)
` [PATCH v5 3/6] ASoC: tegra: Add audio graph based card driver

[PATCH 0/2] Make cb a required parameter of buffer-cb
 2020-11-23 13:51 UTC  (6+ messages)
` [PATCH 1/2] ASoC: stm32: dfsdm: add stm32_adfsdm_dummy_cb() callback
` [PATCH 2/2] iio: buffer: Return error if no callback is given

[PATCH 00/41] USB audio refactoring for better implicit feedback support
 2020-11-23  9:46 UTC  (43+ messages)
` [PATCH 01/41] ALSA: usb-audio: Handle discrete rates properly in hw constraints
` [PATCH 02/41] ALSA: usb-audio: Don't call usb_set_interface() at trigger callback
` [PATCH 03/41] ALSA: usb-audio: Check valid altsetting at parsing rates for UAC2/3
` [PATCH 04/41] ALSA: usb-audio: Check implicit feedback EP generically for UAC2
` [PATCH 05/41] ALSA: usb-audio: Add snd_usb_get_endpoint() helper
` [PATCH 06/41] ALSA: usb-audio: Set and clear sync EP link properly
` [PATCH 07/41] ALSA: usb-audio: Improve some debug prints
` [PATCH 08/41] ALSA: usb-audio: Track implicit fb sync endpoint in audioformat list
` [PATCH 09/41] ALSA: usb-audio: Move snd_usb_autoresume() call out of setup_hw_info()
` [PATCH 10/41] ALSA: usb-audio: Add hw constraint for implicit fb sync
` [PATCH 11/41] ALSA: usb-audio: Simplify hw_params rules
` [PATCH 12/41] ALSA: usb-audio: Drop debug.h
` [PATCH 13/41] ALSA: usb-audio: Avoid doubly initialization for implicit fb
` [PATCH 14/41] ALSA: usb-audio: Create endpoint objects at parsing phase
` [PATCH 15/41] ALSA: usb-audio: Drop keep_interface flag again
` [PATCH 16/41] ALSA: usb-audio: Add snd_usb_get_host_interface() helper
` [PATCH 17/41] ALSA: usb-audio: Don't set altsetting before initializing sample rate
` [PATCH 18/41] ALSA: usb-audio: Pass snd_usb_audio object to quirk functions
` [PATCH 19/41] ALSA: usb-audio: Simplify snd_usb_init_sample_rate() arguments
` [PATCH 20/41] ALSA: usb-audio: Simplify snd_usb_init_pitch() arguments
` [PATCH 21/41] ALSA: usb-audio: Stop both endpoints properly at error
` [PATCH 22/41] ALSA: usb-audio: Set callbacks via snd_usb_endpoint_set_callback()
` [PATCH 23/41] ALSA: usb-audio: Always set up the parameters after resume
` [PATCH 24/41] ALSA: usb-audio: Fix EP matching for continuous rates
` [PATCH 25/41] ALSA: usb-audio: Refactor endpoint management
` [PATCH 26/41] ALSA: usb-audio: Fix possible stall of implicit fb packet ring-buffer
` [PATCH 27/41] ALSA: usb-audio: Constify audioformat pointer references
` [PATCH 28/41] ALSA: usb-audio: Use atomic_t for endpoint use_count
` [PATCH 29/41] ALSA: usb-audio: Refactoring endpoint URB deactivation
` [PATCH 30/41] ALSA: usb-audio: Drop unneeded snd_usb_substream fields
` [PATCH 31/41] ALSA: usb-audio: Unify the code for the next packet size calculation
` [PATCH 32/41] ALSA: usb-audio: Simplify rate_min/max and rates set up
` [PATCH 33/41] ALSA: usb-audio: Replace slave/master terms
` [PATCH 34/41] ALSA: usb-audio: Use unsigned char for iface and altsettings fields
` [PATCH 35/41] ALSA: usb-audio: Show sync endpoint information in proc outputs
` [PATCH 36/41] ALSA: usb-audio: Quirk for BOSS GT-001
` [PATCH 37/41] ALSA: usb-audio: Factor out the implicit feedback quirk code
` [PATCH 38/41] ALSA: usb-audio: Add generic implicit fb parsing
` [PATCH 39/41] ALSA: usb-audio: Add implicit_fb module option
` [PATCH 40/41] ALSA: usb-audio: Fix quirks for other BOSS devices
` [PATCH 41/41] ALSA: usb-audio: Fix MOTU M-Series quirks

[PATCH] ALSA: usb-audio : Add support for the Pioneer DJ DDJ-RR controller
 2020-11-21 21:26 UTC  (3+ messages)

[PATCH V2] ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify code
 2020-11-21  9:33 UTC  (2+ messages)

[PATCH] ALSA: aloop: Constify ops structs
 2020-11-21  8:31 UTC  (2+ messages)

[PATCH] ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify code
 2020-11-21  8:26 UTC  (2+ messages)

Announcement for alsa-gobject v0.2.0 release
 2020-11-21  1:29 UTC 

[PATCH] ASoC: SOF: IPC: fix implicit type overflow
 2020-11-20 21:35 UTC  (2+ messages)

[PATCH 0/2] ASoC: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18"
 2020-11-20 21:35 UTC  (2+ messages)

[PATCH] ASoC: qcom: sm8250: fix HDMI audio playback
 2020-11-20 21:29 UTC  (2+ messages)

[PATCH] ASoC: mmp-sspa: set phase two word length register
 2020-11-20 21:29 UTC  (2+ messages)

[PATCH 00/14] ASoC: Intel/SOF: extend run-time driver selection to ACPI devices
 2020-11-20 21:29 UTC  (2+ messages)

[PATCH] ASoC: codecs: lpass-va-macro: add missing MODULE_DEVICE_TABLE
 2020-11-20 21:29 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: renesas, rsnd: Fix duplicate 'allOf' entries
 2020-11-20 21:29 UTC  (2+ messages)

[PATCH] ASoC: SOF: nocodec: modify DAI link definitions
 2020-11-20 21:28 UTC  (2+ messages)

[PATCH] ASoC: SOF: control: override volume info callback
 2020-11-20 21:29 UTC  (2+ messages)

ucm2: add support to for Qualcomm RB5 Platform
 2020-11-20 18:24 UTC 

Sm8250 v1
 2020-11-20 18:15 UTC 


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).