Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-12 12:29:05 to 2017-05-16 10:46:53 UTC [more...]

[PATCH 00/13] Get rid of DocBook
 2017-05-16 10:46 UTC  (7+ messages)
` [PATCH 10/13] sound: fix the comments that refers to kernel-doc

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

[PATCH 0/3] ALSA: Add rewind disable support
 2017-05-16  7:40 UTC  (16+ messages)
` [PATCH 1/3] ALSA: core: let low-level driver or userspace disable rewinds
` [PATCH 2/3] ALSA: core: modify .ack callback to take arguments for updating appl ptr
` [PATCH 3/3] ALSA: pcm: conditionally avoid mmap of control data

[PATCH 0/2] Remove set_fs() from drivers
 2017-05-16  7:32 UTC  (3+ messages)
` [PATCH 1/2] ALSA: opl3: Kill unused set_fs()
` [PATCH 2/2] ALSA: emu10k1: Get rid of set_fs() usage

[PATCH 0/6] Cleanup and removal of set_fs() from HD-audio
 2017-05-16  7:23 UTC  (7+ messages)
` [PATCH 1/6] ALSA: hda - Simplify bound-beep mute control for ALC268
` [PATCH 2/6] ALSA: hda - Move bind-mixer switch codes to generic parser
` [PATCH 3/6] ALSA: hda - Remove the generic bind ctl helpers
` [PATCH 4/6] ALSA: hda - Remove the use of set_fs()
` [PATCH 5/6] ALSA: hda - Fix a typo in comment
` [PATCH 6/6] ALSA: hda - Remove superfluous header inclusions

[PATCH] ALSA: hda - No loopback on ALC299 codec
 2017-05-16  7:15 UTC 

Distorted audio from microphone (Logitech C310)
 2017-05-16  6:47 UTC  (2+ messages)
      ` [alsa-devel] "

[PATCH 1/3] ASoC: Intel: Skylake: Fix IPC rx_list corruption
 2017-05-16  6:11 UTC  (4+ messages)
` [PATCH 2/3] ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifest
` [PATCH 3/3] ASoC: Intel: Skylake: Support for multiple data blocks

HDA cs8409 codec support
 2017-05-16  5:38 UTC  (3+ messages)

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

[PATCH v2 0/2] ALSA, dmaengine: dw: Remove AVR32 bits in drivers
 2017-05-16  4:28 UTC  (9+ messages)
` [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver
        ` [alsa-devel] "

[PATCH] ASoC: rsnd: don't use PDTA bit for 24bit on SSI
 2017-05-16  1:51 UTC 

[PATCH] ASoC: rsnd: don't call free_irq() on Parent SSI
 2017-05-16  1:48 UTC 

[PATCH] ASoC: simple-card: fix mic jack initialization
 2017-05-15 23:31 UTC  (2+ messages)

[PATCH v3 0/3] Add support for es8323 and hdmi audio to the firefly-rk3288
 2017-05-15 21:41 UTC  (13+ 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

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

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

[PATCH 1/2] ARM: tegra: remove Whistler support
 2017-05-15 16:25 UTC  (2+ messages)

[PATCH 1/2] ALSA: firewire-tascam: Fix infinite loop in snd_tscm_stream_get_rate()
 2017-05-15 14:40 UTC  (5+ messages)
` [PATCH 2/2] ALSA: firewire-tascam: Use do { } while for loops executed at least once

[PATCH RFC 00/21] ALSA: pcm: add tracepoints for PCM params operation
 2017-05-15 14:34 UTC  (27+ 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 19/21] ALSA: pcm: move fixup of info flag after selecting single parameters
` [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] ASoC: codec: wm9860: avoid maybe-uninitialized warning
 2017-05-15 14:03 UTC  (3+ messages)

WM5102 - Help to make baytrail machine driver work
 2017-05-15 13:10 UTC  (16+ messages)

[PATCH] ASoC: atmel-classd: sync regcache when resuming
 2017-05-15 12:59 UTC  (3+ messages)

[PATCH] ASoC: atmel: Use IS_ENABLED()
 2017-05-15 12:58 UTC  (3+ messages)

HDMI+SND_JACK_AVOUT
 2017-05-15 12:39 UTC  (2+ messages)

[PATCH] ASoC: rt5514: Add ACPI match ID
 2017-05-15 11:02 UTC 

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

[PATCH] ASoC: utils: Add DT support
 2017-05-15 10:21 UTC  (4+ messages)

[PATCH 1/3] ALSA: opl4: Use IS_REACHABLE()
 2017-05-15 10:20 UTC  (4+ messages)
` [PATCH 2/3] ALSA: sb: "
` [PATCH 3/3] ALSA: cs4281: Fix the leftover comment

[PATCH v2] ASoC: rsnd: tidyup Sampling rate convert example on Document
 2017-05-15 10:03 UTC  (2+ messages)

[PATCH 1/2] ALSA: Use IS_ENABLED() in common headers
 2017-05-15  9:32 UTC  (2+ messages)
` [PATCH 2/2] ALSA: cmi8238: Use IS_ENABLED()

[PATCH] ALSA: pcm: Build pcm notifier code conditionally
 2017-05-15  9:29 UTC 

[PATCH 1/3] ALSA: vx222: Use container_of()
 2017-05-15  9:29 UTC  (3+ messages)
` [PATCH 2/3] ALSA: vxpocket: "
` [PATCH 3/3] ALSA: ak411x: Use array instead of offsetof()

Headphones not detected when using Dell Dock WD15
 2017-05-15  9:18 UTC  (11+ messages)

[PATCH 0/4] ALSA/ASoC: fix after merging ASoC PR for v4.12-rc1
 2017-05-15  8:43 UTC  (7+ messages)
` [PATCH 2/4] ASoC: codecs: msm8916: fix invalid cast to bool type
  ` Applied "ASoC: codecs: msm8916: fix invalid cast to bool type" to the asoc tree

[PATCH] ASoC: rt5665: Fix uninitialized warning in rt5665_i2s_pin_event()
 2017-05-15  8:33 UTC 

[PATCH RFC 00/26] Kill set_fs() in ALSA codes
 2017-05-15  8:25 UTC  (3+ messages)

[PATCH] ASoC: davinci-mcasp: Support for one channel (mono) audio
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "ASoC: davinci-mcasp: Support for one channel (mono) audio" to the asoc tree

[PATCH 1/2] ASoC: rt5514: fix gcc-7 warning
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "ASoC: rt5514: fix gcc-7 warning" to the asoc tree

[PATCH 1/2] ASoC: Intel: Skylake: Move i915 registration to worker thread
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Move i915 registration to worker thread" to the asoc tree

[PATCH 2/2] ASoC: rt5665: fix gcc-7 warning
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "ASoC: rt5665: fix gcc-7 warning" to the asoc tree

[PATCH v2] ASoC: ak4613: disable asymmetric audio interface format
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "ASoC: ak4613: disable asymmetric audio interface format" to the asoc tree

[PATCH v2 2/2] ASoC: Intel: Skylake: Fix typo for token d0i3 caps
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Fix typo for token d0i3 caps" to the asoc tree

[PATCH] rt286: add Thinkpad Helix 2 to force_combo_jack_table
 2017-05-15  8:03 UTC  (2+ messages)
` Applied "rt286: add Thinkpad Helix 2 to force_combo_jack_table" to the asoc tree

[PATCH] ASoC: da7213: Fix incorrect usage of bitwise '&' operator for SRM check
 2017-05-15  8:02 UTC  (2+ messages)
` Applied "ASoC: da7213: Fix incorrect usage of bitwise '&' operator for SRM check" to the asoc tree

[PATCH 3/4] ASoC: hisilicon: localize functions without external linkage
 2017-05-15  8:02 UTC  (2+ messages)
` Applied "ASoC: hisilicon: localize functions without external linkage" to the asoc tree

[PATCH 4/4] ASoC: intel: atom: localize variable without external linkage
 2017-05-15  8:02 UTC  (2+ messages)
` Applied "ASoC: intel: atom: localize variable without external linkage" to the asoc tree

Applied "ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codec" to the asoc tree
 2017-05-15  8:02 UTC 

[PATCH] ASoC: rt5665: add ADC STO2 ASRC support
 2017-05-15  8:01 UTC  (2+ messages)
` Applied "ASoC: rt5665: add ADC STO2 ASRC support" to the asoc tree

[PATCH] ASoC: nau8824: TDM support
 2017-05-15  8:02 UTC  (2+ messages)
` Applied "ASoC: nau8824: TDM support" to the asoc tree

[PATCH] ASoC: rt5514: Add more width and channels support in the TDM mode
 2017-05-15  8:02 UTC  (2+ messages)
` Applied "ASoC: rt5514: Add more width and channels support in the TDM mode" to the asoc tree

[PATCH][V2] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
 2017-05-15  8:02 UTC  (3+ messages)
` Applied "ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"" to the asoc tree

[PATCH] ASoC: rsnd: tidyup Sampling rate convert example on Document
 2017-05-15  7:59 UTC  (3+ messages)

[PATCH] ASoC: max98927: Adding support for TDM mode and Envelop tracking control
 2017-05-14 10:11 UTC  (2+ messages)

[PATCH v2 0/6] ASoC: Intel: kabylake: Adds rt5663+max98927 machine driver
 2017-05-15  5:37 UTC  (5+ messages)
` [PATCH v2 1/6] ASoC: Intel: Convert all machine data to C99 style
    ` [alsa-devel] "

[PATCH][RESEND] ASoC: rsnd: add missing clocks/clock-names on Document
 2017-05-15  2:00 UTC 

[PATCH] ASoC: rsnd: remove error pointer for adg->clkout[i]
 2017-05-15  1:59 UTC 

[PATCH] ASoC: rsnd: clkout-lr-asynchronous is AUDIO_CLKOUT related property
 2017-05-15  1:58 UTC 

[PATCH v2][RESEND] ASoC: rsnd: control kctrl items acceptance anytime/runtime
 2017-05-15  1:58 UTC 

[PATCH] ASoC: rsnd: remove mismatch explain comment from src.c
 2017-05-15  1:57 UTC 

[PATCH] ASoC: rsnd: remove un-used OUF_SRCO/I macro
 2017-05-15  1:57 UTC 

[PATCH] ASoC: hdmi-codec: fix spelling mistake: "deteced" -> "detected"
 2017-05-15  0:57 UTC  (2+ messages)

linux-4.12-rc1/sound/soc/codecs/cs35l35.c: false comparison ?
 2017-05-14 19:15 UTC 

[PATCH v2 00/18] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
 2017-05-14 10:04 UTC  (5+ messages)
` [PATCH v2 15/18] dt-bindings: sound: Add bindings for Cirrus Logic Madera codecs

[PATCH v3 0/3] Add I2S driver
 2017-05-13  0:17 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: Document STM32 I2S bindings

[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 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox