alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-04 17:01:47 to 2017-05-14 08:58:06 UTC [more...]

[PATCH RFC 00/21] ALSA: pcm: add tracepoints for PCM params operation
 2017-05-14  8:57 UTC  (21+ messages)
` [PATCH RFC 01/21] ALSA: pcm: add a helper function to constrain mask-type parameters
` [PATCH RFC 02/21] ALSA: pcm: add a helper function to constrain interval-type parameters
` [PATCH RFC 03/21] ALSA: pcm: add a helper function to apply parameter rules
` [PATCH RFC 04/21] ALSA: pcm: tracepoints for refining PCM parameters
` [PATCH RFC 05/21] ALSA: pcm: enable parameter tracepoints at CONFIG_SND_DEBUG only
` [PATCH RFC 06/21] ALSA: pcm: use goto statement instead of while statement to reduce indentation
` [PATCH RFC 07/21] ALSA: pcm: remove function local variable with alternative evaluation
` [PATCH RFC 08/21] ALSA: pcm: adaption of code formatting
` [PATCH RFC 09/21] ALSA: pcm: add comment about application of rule to PCM parameters
` [PATCH RFC 10/21] ALSA: pcm: constify function local and read-only table
` [PATCH RFC 11/21] ALSA: pcm: localize snd_pcm_hw_params_choose()
` [PATCH RFC 12/21] ALSA: pcm: add tracepoints for selection process of hardware parameters at SNDRV_PCM_IOCTL_HW_PARAMS
` [PATCH RFC 13/21] ALSA: pcm: use helper functions to check whether parameters are determined
` [PATCH RFC 14/21] ALSA: pcm: use helper function to refer parameter as read-only
` [PATCH RFC 15/21] ALSA: pcm: add const qualifier for read-only table for sampling rate
` [PATCH RFC 16/21] ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kernel stack
` [PATCH RFC 17/21] ALSA: pcm: check type of parameter in added rule
` [PATCH RFC 18/21] ALSA: pcm: calculate non-mask/non-interval parameters always when possible
` [PATCH RFC 20/21] ALSA: pcm: return error immediately for parameters refinement
` [PATCH RFC 21/21] ALSA: pcm: return error immediately at refine ioctl

[PATCH RFC 00/26] Kill set_fs() in ALSA codes
 2017-05-14  8:23 UTC  (29+ messages)
` [PATCH RFC 01/26] ALSA: hda - Simplify bound-beep mute control for ALC268
` [PATCH RFC 02/26] ALSA: hda - Move bind-mixer switch codes to generic parser
` [PATCH RFC 03/26] ALSA: hda - Remove the generic bind ctl helpers
` [PATCH RFC 04/26] ALSA: hda - Remove the use of set_fs()
` [PATCH RFC 05/26] ALSA: hda - Fix a typo in comment
` [PATCH RFC 06/26] ALSA: hda - Remove superfluous header inclusions
` [PATCH RFC 07/26] ALSA: opl3: Kill unused set_fs()
` [PATCH RFC 08/26] ALSA: emu10k1: Get rid of set_fs() usage
` [PATCH RFC 09/26] ALSA: pcm: Remove set_fs() in PCM core code
` [PATCH RFC 10/26] ALSA: pcm: Introduce copy_silence PCM ops
` [PATCH RFC 11/26] ALSA: Update document about "
` [PATCH RFC 12/26] ALSA: dummy: Convert to copy_silence ops
` [PATCH RFC 13/26] ALSA: es1938: "
` [PATCH RFC 14/26] ALSA: korg1212: "
` [PATCH RFC 15/26] ALSA: nm256: "
` [PATCH RFC 16/26] ALSA: rme32: "
` [PATCH RFC 17/26] ALSA: rme96: "
` [PATCH RFC 18/26] ALSA: rme9652: "
` [PATCH RFC 19/26] ALSA: hdsp: "
` [PATCH RFC 20/26] ALSA: gus: "
` [PATCH RFC 21/26] ALSA: sb: "
` [PATCH RFC 22/26] ALSA: sh: "
` [PATCH RFC 23/26] ASoC: blackfin: "
` [PATCH RFC 24/26] [media] solo6x10: "
` [PATCH RFC 25/26] ALSA: pcm: Drop the old copy and silence ops
` [PATCH RFC 26/26] ALSA: pcm: Kill set_fs() usage in OSS layer and USB gadget

HDA cs8409 codec support
 2017-05-14  1:52 UTC  (2+ messages)

WM5102 - Help to make baytrail machine driver work
 2017-05-13  5:11 UTC  (14+ messages)

[PATCH v3 0/3] Add I2S driver
 2017-05-13  0:17 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: Document STM32 I2S bindings
` [PATCH v3 2/3] ASoC: stm32: Add I2S driver
` [PATCH v3 3/3] ASoC: stm32: Add full duplex support to i2s

[sound:topic/for-4.13 22/30] sound/core/pcm.c:905:3: error: implicit declaration of function 'pcm_call_notify'
 2017-05-12 17:49 UTC 

[PATCH 00/36] Convert DocBook documents to ReST
 2017-05-12 13:59 UTC  (2+ messages)
` [PATCH 15/36] docs-rst: add sound book to pdf output

[PATCH v3 0/3] Add support for es8323 and hdmi audio to the firefly-rk3288
 2017-05-12 13:22 UTC  (12+ messages)
  ` [PATCH v3 1/3] SoC: es8328-i2c: Add compatible for ES8323
  ` [PATCH v3 2/3] arm: dts: rockchip: Don't set otp-gpio pinctrl by default in rk3288.dtsi
  ` [PATCH v3 3/3] arm: dts: Add support for ES8323 to the Firefly-RK3288

Headphones not detected when using Dell Dock WD15
 2017-05-12 12:36 UTC  (11+ messages)

[PATCH v2 0/3] ALSA: USB-descriptor endianness fixes
 2017-05-12 12:34 UTC  (4+ messages)
` [PATCH v2 1/3] ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts
` [PATCH v2 2/3] ALSA: us122l: clean up US144 handling
` [PATCH v2 3/3] ALSA: us122l: enable compile testing

[PATCH 0/3] ALSA: USB-descriptor endianess fixes
 2017-05-12 12:16 UTC  (6+ messages)
` [PATCH 1/3] ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hosts
` [PATCH 2/3] ALSA: us122l: clean up US144 handling
` [PATCH 3/3] ALSA: us122l: drop x86 dependency

future of sounds/oss
 2017-05-12  8:28 UTC  (17+ messages)
      ` [alsa-devel] "

[PATCH v2] sound: Disable the build of OSS drivers
 2017-05-12  7:04 UTC  (3+ messages)

[sound:topic/kill-set_fs 40/43] sound/soc/blackfin/bf5xx-ac97.c:62:30: error: 'SRC' undeclared
 2017-05-11 20:35 UTC 

[PATCH v2 0/6] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver
 2017-05-11 12:32 UTC  (7+ messages)
` [PATCH v2 1/6] ASoC: Intel: Convert all machine data to C99 style
` [PATCH v2 2/6] ASoC: Intel: Create a helper to search for matching machine
` [PATCH v2 3/6] ASoC: Move quirk to identify correct machine driver
` [PATCH v2 4/6] ASoC: Improve machine driver selection based on quirk data
` [PATCH v2 5/6] ASoC: Intel: Add Kabylake Realtek Maxim machine driver
` [PATCH v2 6/6] ASoC: Intel: Add Kabylake RT5663+MAX98927 machine driver entry

[PATCH 1/2] ASoC: rt5514: fix gcc-7 warning
 2017-05-11 11:44 UTC  (2+ messages)
` [PATCH 2/2] ASoC: rt5665: "

[PATCH] ASoC: davinci-mcasp: Support for one channel (mono) audio
 2017-05-11  6:58 UTC 

[alsa-devel] [PATCH v2 3/3] ASoC: stm32: Add full duplex support to i2s (fwd)
 2017-05-11  2:13 UTC 

Patch for Digidesign Mbox 2 (set sample rate)
 2017-05-10 23:25 UTC  (4+ messages)

[PATCH 1/2] ASoC: add es8316 codec driver
 2017-05-10 19:18 UTC  (5+ messages)
` [PATCH 2/2] ASoC: Intel: add machine driver for BYT/CHT + ES8316

[PATCH v2 00/18] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
 2017-05-10 15:03 UTC  (3+ messages)
` [PATCH v2 09/18] irqchip: Add driver for Cirrus Logic Madera codecs

[PATCH v2 0/3] Add I2S driver
 2017-05-10 13:35 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: Document STM32 I2S bindings
` [PATCH v2 2/3] ASoC: stm32: Add I2S driver
` [PATCH v2 3/3] ASoC: stm32: Add full duplex support to i2s

[PATCH][V2] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
 2017-05-10 10:29 UTC 

[PATCH] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
 2017-05-10 10:06 UTC  (2+ messages)

[PATCH] conf: topology: Fix index mismatch for skl and bxt
 2017-05-10  8:41 UTC  (2+ messages)

[PATCH 0/2] ASoC: sunxi: Add ADC support for A33
 2017-05-10  6:58 UTC  (4+ messages)
` [PATCH 1/2] ASoC: sun8i-codec: Add ADC support for a33

[PATCH] ALSA: hda: Fix cpu lockup when stopping the cmd dmas
 2017-05-10  6:47 UTC  (3+ messages)

[PATCH v1] ACPI: Switch to use generic UUID API
 2017-05-10  1:20 UTC  (12+ messages)

`alsatplg` miscompiles UUID in ASoC topology
 2017-05-09 19:32 UTC 

[PATCH v2 0/2] ALSA, dmaengine: dw: Remove AVR32 bits in drivers
 2017-05-09 16:18 UTC  (3+ messages)
` [PATCH v2 1/2] ALSA: atmel: Remove AVR32 bits from the driver
` [PATCH v2 2/2] dmaengine: dw: "

[PATCH 0/6] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver
 2017-05-09 10:26 UTC  (9+ messages)
` [PATCH 1/6] ASoC: Intel: Create a helper to search for matching machine
` [PATCH 2/6] ASoC: Move quirk to identify correct machine driver
` [PATCH 3/6] ASoC: Add quirk data to support multiple codecs
` [PATCH 4/6] ASoC: Improve machine driver selection based on quirk data
` [PATCH 5/6] ASoC: Intel: Add Kabylake Realtek Maxim machine driver
` [PATCH 6/6] ASoC: Intel: Add Kabylake RT5663+MAX98927 machine driver entry

[PATCH v7 0/9] ASoC: add OF-graph base simple-card
 2017-05-09  0:02 UTC  (6+ messages)
` [PATCH v7 2/9] of_graph: add of_graph_get_remote_endpoint()

BUG/Oops triggered by zita-a2j on snd-aloop with 4.10.13
 2017-05-08 19:00 UTC  (2+ messages)

[PATCH 3/3] sound: ASoC: tegra: Select tegra30 i2s and ahub for tegra124 SoC
 2017-05-08 15:58 UTC  (10+ messages)

[PATCH v2] ALSA: hda - Add mute led support for HP EliteBook 840 G3
 2017-05-08  8:56 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: Intel: Skylake: Move i915 registration to worker thread
 2017-05-08  5:02 UTC  (3+ messages)
` [PATCH v2 2/2] ASoC: Intel: Skylake: Fix typo for token d0i3 caps

[PATCH v2] ASoC: ak4613: disable asymmetric audio interface format
 2017-05-08  2:28 UTC 

[PATCH] ASoC: ak4613: disable asymmetric audio interface format
 2017-05-07 23:48 UTC  (3+ messages)

Novation - Focursrite Scarlet 6i6 Gen 2 Support request
 2017-05-06 22:51 UTC 

[PATCH] streamline TLV320AIC23 drivers
 2017-05-05 22:39 UTC  (3+ messages)

[PATCH] ASoC: max98927: Adding support for TDM mode and Envelop tracking control
 2017-05-05 17:42 UTC 

[PATCH 0/2] Add ACPI table for the ts3a227e driver
 2017-05-05 16:14 UTC  (5+ messages)
` [PATCH 1/2] ASoc: cht_bsw_max98090_ti: Fix jack initialization
    ` [alsa-devel] "

[PATCH v2] topology: Fix issue in parsing routes when generating topology binary
 2017-05-05  8:09 UTC  (2+ messages)

[PATCH] topology: Fix issue in parsing routes when generating topology binary
 2017-05-05  7:35 UTC  (3+ messages)

[PATCH] ALSA: hda: Use loop counter for hdac_wait_for_cmd_dmas() timeout
 2017-05-05  6:11 UTC  (4+ messages)
    ` [Intel-gfx] "


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