Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-12 17:24:00 to 2019-06-17 15:31:54 UTC [more...]

[RFC PATCH] ASoC: Intel: use common helpers to detect CPUs
 2019-06-17 15:31 UTC  (3+ messages)

[PATCH v2 00/11] Fix driver reload issues
 2019-06-17 15:29 UTC  (13+ messages)
` [PATCH v2 01/11] ASoC: Intel: Skylake: Initialize lists before access so they are safe to use
` [PATCH v2 02/11] ALSA: hdac: Fix codec name after machine driver is unloaded and reloaded
` [PATCH v2 03/11] ASoC: compress: Fix memory leak from snd_soc_new_compress
` [PATCH v2 04/11] ASoC: Intel: Skylake: Don't return failure on machine driver reload
` [PATCH v2 05/11] ASoC: Intel: Skylake: Remove static table index when parsing topology
` [PATCH v2 06/11] ASoC: Intel: Skylake: Add function to cleanup debugfs interface
` [PATCH v2 07/11] ASoC: Intel: Skylake: Properly cleanup on component removal
` [PATCH v2 08/11] ASoC: Intel: Skylake: Fix NULL ptr dereference when unloading clk dev
` [PATCH v2 09/11] ASoC: Intel: hdac_hdmi: Set ops to NULL on remove
` [PATCH v2 10/11] ASoC: topology: Consolidate how dtexts and dvalues are freed
` [PATCH v2 11/11] ASoC: topology: Consolidate and fix asoc_tplg_dapm_widget_*_create flow

[PATCH 00/15] ASoC: SOF: Intel: HDaudio fixes and improvements
 2019-06-17 15:24 UTC  (16+ messages)
` [PATCH 01/15] ASoC: SOF: Intel: hda: save handle to sdev in sof_intel_hda_stream
  ` Applied "ASoC: SOF: Intel: hda: save handle to sdev in sof_intel_hda_stream" to the asoc tree
` [PATCH 09/15] ASoC: SOF: Intel: hda-stream: fix a deadlock with bus->reg_lock
  ` Applied "ASoC: SOF: Intel: hda-stream: fix a deadlock with bus->reg_lock" to the asoc tree
` [PATCH 11/15] ASoC: SOF: Intel: hda: add function for hda stop chip
  ` Applied "ASoC: SOF: Intel: hda: add function for hda stop chip" to the asoc tree
` [PATCH 12/15] ASoC: SOF: Intel: hda: use the defined stop chip in suspend
  ` Applied "ASoC: SOF: Intel: hda: use the defined stop chip in suspend" to the asoc tree
` [PATCH 13/15] ASoC: SOF: Intel: hda: clear stream status and wakests properly
  ` Applied "ASoC: SOF: Intel: hda: clear stream status and wakests properly" to the asoc tree
` [PATCH 14/15] ASoC: SOF: Intel: hda: make sure DMA is start/stop by read the RUN bit
  ` Applied "ASoC: SOF: Intel: hda: make sure DMA is start/stop by read the RUN bit" to the asoc tree
` [PATCH 15/15] ASoC: SOF: Intel: hda: make sure RUN bit setting to 0 during clear stream status
  ` Applied "ASoC: SOF: Intel: hda: make sure RUN bit setting to 0 during clear stream status" to the asoc tree

[PATCH] ASoC: rockchip: pdm: select CONFIG_RATIONAL
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: rockchip: pdm: select CONFIG_RATIONAL" to the asoc tree

[PATCH 02/15] ASoC: SOF: Intel: hda: add new macro hstream_to_sof_hda_stream()
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: add new macro hstream_to_sof_hda_stream()" to the asoc tree

[PATCH] ASoC: cx2072x: mark PM function as __maybe_unused
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: cx2072x: mark PM function as __maybe_unused" to the asoc tree

[PATCH 03/15] ASoC: SOF: topology: add cpu_dai_name for DAIs
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: topology: add cpu_dai_name for DAIs" to the asoc tree

[PATCH 04/15] ASoC: SOF: Intel: hda: assign link DMA channel at run-time
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: assign link DMA channel at run-time" to the asoc tree

[PATCH 05/15] ASoC: SOF: Intel: hda: reserve host DMA channel for hostless streams
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: reserve host DMA channel for hostless streams" to the asoc tree

[PATCH 06/15] ASoC: SOF: Intel: hda: release link DMA for paused streams during suspend
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: release link DMA for paused streams during suspend" to the asoc tree

[PATCH 07/15] ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_free
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_free" to the asoc tree

[PATCH 08/15] ASoC: SOF: Intel: hda: modify stream interrupt handler
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: modify stream interrupt handler" to the asoc tree

[PATCH 10/15] ASoC: SOF: Intel: hda: use the SOF defined ppcap functions
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: SOF: Intel: hda: use the SOF defined ppcap functions" to the asoc tree

[PATCH] ASoC: SOF: disallow building without CONFIG_PCI again
 2019-06-17 15:24 UTC  (4+ messages)
` [alsa-devel] "
` Applied "ASoC: SOF: disallow building without CONFIG_PCI again" to the asoc tree

[PATCH v7 0/4] Fix jack detection for Chromebook Pixel
 2019-06-17 15:24 UTC  (8+ messages)
` [PATCH v7 1/4] ASoC: rt5677: fall back to DT prop names on error
  ` Applied "ASoC: rt5677: fall back to DT prop names on error" to the asoc tree
` [PATCH v7 2/4] ASoC: rt5677: move jack-detect init to i2c probe
  ` Applied "ASoC: rt5677: move jack-detect init to i2c probe" to the asoc tree
` [PATCH v7 3/4] ASoC: rt5677: clear interrupts by polarity flip
` [PATCH v7 4/4] ASoC: rt5677: handle concurrent interrupts

[PATCH] ASoC: ti: Fix SDMA users not providing channel names
 2019-06-17 15:24 UTC  (2+ messages)
` Applied "ASoC: ti: Fix SDMA users not providing channel names" to the asoc tree

[PATCH] ASoC: Add missing newline at end of file
 2019-06-17 15:24 UTC  (3+ messages)
` Applied "ASoC: Add missing newline at end of file" to the asoc tree

[PATCH v5] ASoC: max98090: remove 24-bit format support if RJ is 0
 2019-06-17 14:56 UTC  (2+ messages)

[PATCH] dt-bindings: Add missing newline at end of file
 2019-06-17 14:33 UTC 

udev: Access permission of fw character device in which fw node includes unit handled by ALSA
 2019-06-17 13:26 UTC  (2+ messages)

[PATCH v2] ASoC: rt1308: Add RT1308 amplifier driver
 2019-06-17 10:22 UTC  (2+ messages)

[PATCH 00/10] ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks
 2019-06-17  8:15 UTC  (11+ messages)
` [PATCH 01/10] ALSA: firewire-motu: unify the count of subscriber for packet streaming
` [PATCH 02/10] ALSA: firewire-motu: unify midi callback function
` [PATCH 03/10] ALSA: firewire-motu: add helper function to keep isochronous resources
` [PATCH 04/10] ALSA: firewire-motu: code refactoring for condition to stop streaming
` [PATCH 05/10] ALSA: firewire-motu: rename helper functions to begin/finish streaming session
` [PATCH 06/10] ALSA: firewire-motu: minor code refactoring to stop isochronous context
` [PATCH 07/10] ALSA: firewire-motu: code refactoring to finish streaming session
` [PATCH 08/10] ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks
` [PATCH 09/10] ALSA: firewire-motu: update isochronous resources when starting packet streaming after bus-reset
` [PATCH 10/10] ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacks

[PATCH v2 00/12] ASoC: SOF: stability fixes
 2019-06-17  7:30 UTC  (8+ messages)
` [PATCH v2 12/12] ASoC: SOF: Intel: hda-codec: fix memory allocation

[PATCH 0/6] ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection
 2019-06-17  7:15 UTC  (8+ messages)
` [PATCH 1/6] ALSA: bebob: code rafactoring for callback functions to PCM interface
` [PATCH 2/6] ALSA: bebob: code refactoring for callback function to rawmidi interface
` [PATCH 3/6] ALSA: bebob: change the range of critical section for stream data in PCM.hw_free callback
` [PATCH 4/6] ALSA: bebob: code refactoring for error path to start duplex stream
` [PATCH 5/6] ALSA: fireworks: change the range of critical section for stream data in PCM.hw_free callback
` [PATCH 6/6] ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection

[PATCH] ALSA: hda/realtek: Add quirks for several Clevo notebook barebones
 2019-06-17  6:18 UTC 

Building the alsa library
 2019-06-16 16:18 UTC  (3+ messages)

E-MU 0404 USB - 4ch capture at > 48kHz -> corrupted data
 2019-06-15 15:52 UTC 

[RFC PATCH 0/6] soundwire: Add support to Qualcomm SoundWire master
 2019-06-15 13:24 UTC  (8+ messages)
` [RFC PATCH 6/6] soundwire: qcom: add support for SoundWire controller
  ` [alsa-devel] "

[PATCH 0/2] v2 pcm_file propagate write error instead of an assert
 2019-06-15  8:35 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add quirks for several Clevo notebook barebones
 2019-06-15  3:53 UTC 

[PATCH v1 0/4] ASoC: Codecs: Add TDA7802 codec
 2019-06-14 21:17 UTC  (8+ messages)
` [PATCH v1 2/4] ASoC: Add codec driver for ST TDA7802
` [PATCH v1 3/4] ASoC: tda7802: Add enable device attribute
` [PATCH v1 4/4] ASoC: tda7802: Add speaker-test sysfs

[PATCH 0/3] Add mclk0 clock source for SAI
 2019-06-14 20:00 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: sound: Clarify the usage of clocks in SAI

[PATCH v6 0/4] Fix jack detection for Chromebook Pixel
 2019-06-14 18:43 UTC  (5+ messages)
` [PATCH v6 1/4] ASoC: rt5677: fall back to DT prop names on error
` [PATCH v6 2/4] ASoC: rt5677: move jack-detect init to i2c probe
` [PATCH v6 3/4] ASoC: rt5677: clear interrupts by polarity flip
` [PATCH v6 4/4] ASoC: rt5677: handle concurrent interrupts

[PATCH 1/5] sound: SoC: sof: no need to check return value of debugfs_create functions
 2019-06-14 17:41 UTC  (16+ messages)
` [PATCH 2/5] sound: soc: skylake: "
` [PATCH 3/5] sound: soc: codecs: wm_adsp: "
  ` Applied "ASoC: wm_adsp: no need to check return value of debugfs_create functions" to the asoc tree
` [PATCH 4/5] sound: soc: fsl: no need to check return value of debugfs_create functions
  ` Applied "ASoC: fsl: no need to check return value of debugfs_create functions" to the asoc tree
` [PATCH 5/5] sound: soc: core: no need to check return value of debugfs_create functions

[PATCH v2 06/10] mfd / platform: cros_ec: Reorganize platform and mfd includes
 2019-06-14 16:36 UTC 

[PATCH 1/2] ASoC: adau1761: Add PGA Slew time control
 2019-06-14 10:55 UTC  (2+ messages)
` [PATCH 2/2] ASoC: adau1761: Add ALC controls

[PATCH v2 0/3] ASoC: SOF: suspend/resume debug tools
 2019-06-14 10:24 UTC  (9+ messages)
` [PATCH v2 1/3] ASoC: SOF: trace: move to opt-in with Kconfig and module parameter
` [PATCH v2 2/3] ASoC: SOF: acpi: add module param to disable pm_runtime

[PATCH] Revert "ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops"
 2019-06-14  8:52 UTC  (2+ messages)

[PATCH v4 0/7] Allwinner H6 SPDIF support
 2019-06-14  8:29 UTC  (2+ messages)

[RFC PATCH 0/4] ASoC: hdac_hdmi: refine the hdac_hdmi jacks
 2019-06-14  8:04 UTC  (7+ messages)
` [RFC PATCH 3/4] ASoC: hdac_hdmi: refine hdmi jacks

PortAudio/Alsa devices question on linux
 2019-06-14  4:22 UTC 

[PATCH] ASoC: nau8825: fix fake interruption when booting
 2019-06-14  2:02 UTC  (5+ messages)
  ` Applied "ASoC: nau8825: fix fake interruption when booting" to the asoc tree

[PATCH] ucm: Dell WD15 set lineout controls
 2019-06-14  1:15 UTC  (2+ messages)
` [PATCH v2] "

(no subject)
 2019-06-13 19:19 UTC  (3+ messages)

[PATCH v3] ASoC: codec: hdac_hdmi: fix pin connections at cvt enable
 2019-06-13 19:06 UTC  (4+ messages)
` Applied "ASoC: codec: hdac_hdmi: fix pin connections at cvt enable" to the asoc tree

[PATCH 0/4] ASoC: meson: axg-tdm: i2s format fixups
 2019-06-13 19:06 UTC  (9+ messages)
` [PATCH 1/4] ASoC: meson: axg-tdmin: right_j is not supported
  ` Applied "ASoC: meson: axg-tdmin: right_j is not supported" to the asoc tree
` [PATCH 2/4] ASoC: meson: axg-tdmout: right_j is not supported
  ` Applied "ASoC: meson: axg-tdmout: right_j is not supported" to the asoc tree
` [PATCH 3/4] ASoC: meson: axg-tdm: fix sample clock inversion
  ` Applied "ASoC: meson: axg-tdm: fix sample clock inversion" to the asoc tree
` [PATCH 4/4] ASoC: meson: axg-tdm: consistently use SND_SOC_DAIFMT defines
  ` Applied "ASoC: meson: axg-tdm: consistently use SND_SOC_DAIFMT defines" to the asoc tree

[PATCH] ASoC: soc-topology: fix modern dai link style
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASoC: soc-topology: fix modern dai link style" to the asoc tree

[PATCH 1/5] ASOC: SOF: ipc: prevent logging trace messages
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASOC: SOF: ipc: prevent logging trace messages" to the asoc tree

[PATCH] ASoC: tas571x: Fix -Wunused-const-variable
 2019-06-13 19:06 UTC  (3+ messages)
` Applied "ASoC: tas571x: Fix -Wunused-const-variable" to the asoc tree

[PATCH 2/5] ASoC: SOF: uapi: align comments with firmware files
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASoC: SOF: uapi: align comments with firmware files" to the asoc tree

[PATCH 3/5] ASoC: SOF: intel: extend IPC dump information
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASoC: SOF: intel: extend IPC dump information" to the asoc tree

[PATCH 4/5] ASoC: SOF: ignore unrecoverable CTX_SAVE IPC errors at suspend
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASoC: SOF: ignore unrecoverable CTX_SAVE IPC errors at suspend" to the asoc tree

[PATCH 5/5] ASoC: SOF: ipc: clarify operator precedence
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASoC: SOF: ipc: clarify operator precedence" to the asoc tree

[PATCH 1/4] ASoC: SOF: topology: add min/max step for volume_table
 2019-06-13 19:06 UTC  (2+ messages)
` Applied "ASoC: SOF: topology: add min/max step for volume_table" to the asoc tree

[PATCH 2/4] ASoC: SOF: topology: pass volume min/max linear value to FW
 2019-06-13 19:05 UTC  (2+ messages)
` Applied "ASoC: SOF: topology: pass volume min/max linear value to FW" to the asoc tree

[PATCH 3/4] ASoC: SOF: Add DMIC token for unmute gain ramp time
 2019-06-13 19:05 UTC  (2+ messages)
` Applied "ASoC: SOF: Add DMIC token for unmute gain ramp time" to the asoc tree

[PATCH 4/4] ASoC: SOF: dont wake dsp up in kcontrol IO
 2019-06-13 19:05 UTC  (2+ messages)
` Applied "ASoC: SOF: dont wake dsp up in kcontrol IO" to the asoc tree

[PATCH 0/7] ASoC: Intel: Skylake: Critical IPC fixes and flow adjustments
 2019-06-13 19:04 UTC  (8+ messages)
` [PATCH 1/7] ASoC: Intel: Skylake: Fix incorrect capture position reporting
` [PATCH 2/7] ASoC: Intel: Skylake: Use recommended SDxFMT programming sequence
` [PATCH 3/7] ASoC: Intel: Skylake: Read HIPCT extension before clearing DONE bit
` [PATCH 4/7] ASoC: Intel: Fix race condition in IPC rx list
` [PATCH 5/7] ASoC: Intel: Common: Fix NULL dereference in tx_wait_done
` [PATCH 6/7] ASoC: Intel: Skylake: Reset pipeline before its deletion
` [PATCH 7/7] ASoC: Intel: Skylake: Strip T and L from TLV IPCs

[PATCH] ALSA: pci: echoaudio: remove variable which is a constant
 2019-06-13 16:40 UTC  (2+ messages)

[PATCH] ASoC: Intel: bxt-da7219-max98357a: add BE dailink for dmic16k
 2019-06-13 15:56 UTC  (2+ messages)
` Applied "ASoC: Intel: bxt-da7219-max98357a: add BE dailink for dmic16k" to the asoc tree

[GIT PULL] ASoC fixes for v5.2
 2019-06-13 15:36 UTC  (2+ messages)

[PATCH 0/3] ASoC: SOF: fix suspend ordering with runtime idle
 2019-06-13 14:18 UTC  (3+ messages)

[PATCH] ALSA: hda/hdmi - consider eld_valid also in sync_eld_via_acomp()
 2019-06-13 14:00 UTC  (2+ messages)

[PATCH v2] ASoC: codec: hdac_hdmi: fix pin connections at cvt enable
 2019-06-13 10:21 UTC  (2+ messages)

[PATCH] sound: HDA: remove an unused field from struct hda_codec
 2019-06-13  9:31 UTC  (2+ messages)

[PATCH] ALSA: hda: Add Elkhart Lake PCI ID
 2019-06-13 16:21 UTC  (3+ messages)

[PATCH v1 0/6] VAG power control improvement for sgtl5000 codec
 2019-06-13  9:06 UTC  (13+ messages)
` [PATCH v1 1/6] ASoC: sgtl5000: Fix definition of VAG Ramp Control
` [PATCH v1 2/6] ASoC: sgtl5000: add ADC mute control
` [PATCH v1 3/6] ASoC: sgtl5000: Fix of unmute outputs on probe
` [PATCH v1 4/6] ASoC: sgtl5000: Fix charge pump source assignment
` [PATCH v1 5/6] ASoC: Define a set of DAPM pre/post-up events
` [PATCH v1 6/6] ASoC: sgtl5000: Improve VAG power and mute control

[PATCH] ALSA: dice: fix compiler warning due to returning uninitialized value
 2019-06-13  5:00 UTC  (2+ messages)

[RFC/RFT PATCH v2] ASoC: fsl_esai: Revert "ETDR and TX0~5 registers are non volatile"
 2019-06-13  3:54 UTC  (2+ messages)

[PATCH v4 12/28] docs: kbuild: convert docs to ReST and rename to *.rst
 2019-06-12 18:25 UTC  (3+ messages)
` [PATCH v4 24/28] docs: timers: "


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