alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-19 12:33:05 to 2020-11-23 20:41:54 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-21  8:30 UTC  (9+ 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: "

[PATCH 1/4] ASoC: meson: depend on COMMON_CLK to fix compile tests
 2020-11-23 20:40 UTC  (2+ 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] ASoC: imx-audmux: Remove unused .id_table
 2020-11-23 20:09 UTC 

[PATCH 0/5] regmap/SoundWire/ASoC: Add SoundWire SDCA support
 2020-11-23 18:44 UTC  (3+ messages)
` [PATCH 1/5] soundwire: SDCA: add helper macro to access controls

[PATCH 00/14] ASoC: Intel/SOF: extend run-time driver selection to ACPI devices
 2020-11-23 17:35 UTC  (22+ messages)
` [PATCH 13/14] ASoC: SOF: Intel: allow for coexistence between SOF and catpt drivers

[PATCH 01/38] ASoC: ak5558: drop of_match_ptr from of_device_id table
 2020-11-23 16:45 UTC  (57+ messages)
` [PATCH 02/38] ASoC: gtm601: "
` [PATCH 03/38] ASoC: inno_rk3036: "
` [PATCH 04/38] ASoC: rk3328: "
` [PATCH 05/38] ASoC: tas571x: "
` [PATCH 06/38] ASoC: kirkwood: armada-370-db: "
` [PATCH 07/38] ASoC: meson: t9015: "
` [PATCH 08/38] ASoC: qcom: "
` [PATCH 09/38] ASoC: samsung: smdk_wm8994: "
` [PATCH 10/38] ASoC: rockchip: "
` [PATCH 11/38] ASoC: ti: davinci: "
` [PATCH 12/38] ASoC: uniphier: "
` [PATCH 13/38] ASoC: ak4118: skip of_device_id table when !CONFIG_OF
` [PATCH 14/38] ASoC: alc5623: "
` [PATCH 15/38] ASoC: alc5632: "
` [PATCH 16/38] ASoC: da7218: "
` [PATCH 17/38] ASoC: da7219: "
` [PATCH 18/38] ASoC: da9055: "
` [PATCH 19/38] ASoC: es8316: "
` [PATCH 20/38] ASoC: max98090: "
` [PATCH 21/38] ASoC: max98095: "
` [PATCH 22/38] ASoC: max98371: "
` [PATCH 23/38] ASoC: max9867: "
` [PATCH 24/38] ASoC: max98925: "
` [PATCH 25/38] ASoC: max98926: "
` [PATCH 26/38] ASoC: pcm1789: "
` [PATCH 27/38] ASoC: pcm179x: "
` [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] slimbus: qcom-ngd-ctrl: Constify static structs
 2020-11-22 23:42 UTC 

[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  (4+ messages)
` [PATCH 1/2] ASoC: mediatek: "
` [PATCH 2/2] dt-bindings: mediatek: mt6359: remove unused property for mt6359

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

[PATCH] ASoC: mmp-sspa: set phase two word length register
 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 

Dell AIO wrong sound tone
 2020-11-20 14:05 UTC  (4+ messages)

[RFC PATCH] ASoC: ak4458: use reset control instead of reset gpio
 2020-11-20 13:40 UTC  (9+ messages)

Lenovo t14s amd only Dummy Device as output in pulseaudio
 2020-11-20 12:13 UTC 

[RFC] ASoC: max98373: don't access volatile registers in bias level off
 2020-11-20 11:26 UTC  (4+ messages)

[PATCH 0/4] alsa-gobject: bump project version up to v0.2.0 for new release
 2020-11-20  8:30 UTC 

[PATCH 0/3] alsa-gobject: buildable in kernel 4.5 or later
 2020-11-20  5:25 UTC 

[GIT PULL] ASoC fixes for v5.10-rc4
 2020-11-19 19:01 UTC  (2+ messages)

[PATCH v1] ona10iv: add ona10iv smart PA kernel driver
 2020-11-19 18:20 UTC  (2+ messages)

[PATCH v4 00/10] Auxiliary bus implementation and SOF multi-client support
 2020-11-17 19:39 UTC  (3+ messages)
` [PATCH v4 01/10] Add auxiliary bus support

[PATCH] ASoC: fsi: Stop using __raw_*() I/O accessors
 2020-11-19 17:20 UTC  (5+ messages)

[PATCH] ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 Detachable quirks
 2020-11-19 17:09 UTC  (2+ messages)

[PATCH 1/2] ASoC: SOF: relax PCM period and buffer size constraints
 2020-11-19 17:09 UTC  (2+ messages)

[PATCH v3 0/6] ASoC: codecs: add support for LPASS Codec macros
 2020-11-19 17:09 UTC  (2+ messages)

[PATCH v2] ASoC: fsl_sai: Correct the clock source for mclk0
 2020-11-19 17:09 UTC  (2+ messages)

[PATCH v3] ASoC: sunxi: do not select COMMON_CLK to fix builds
 2020-11-19 17:09 UTC  (2+ messages)

[PATCH v2] ASoC: Intel: catpt: select WANT_DEV_COREDUMP
 2020-11-19 17:08 UTC  (2+ messages)

[PATCH] ASoC: pcm: call snd_soc_dapm_stream_stop() in soc_pcm_hw_clean
 2020-11-19 17:08 UTC  (2+ messages)

Better documentation with the examples
 2020-11-19 15:04 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).