alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-04 01:24:00 to 2018-05-08 17:20:12 UTC [more...]

[PATCH v5 00/13] ALSA: hda/ca0132: Patch Series for Recon3Di and Sound Blaster Z Support
 2018-05-08 17:20 UTC  (8+ messages)
` [PATCH v5 01/13] ALSA: hda/ca0132: R3Di and SBZ quirk entires + alt firmware loading
` [PATCH v5 03/13] ALSA: hda/ca0132: Add PCI region2 iomap for SBZ
` [PATCH v5 05/13] ALSA: hda/ca0132: add extra init functions for r3di + sbz
` [PATCH v5 07/13] ALSA: hda/ca0132: add dsp setup related commands for the sbz
` [PATCH v5 09/13] ALSA: hda/ca0132: add the ability to set src_id on scp commands
` [PATCH v5 11/13] ALSA: hda/ca0132: Add DSP Volume set and New mixers for SBZ + R3Di
` [PATCH v5 12/13] ALSA: hda/ca0132: add ca0132_alt_set_vipsource

[PATCH 00/19] ASoC: rt5640: Add jack-detect and button-press support
 2018-05-08 15:36 UTC  (20+ messages)
` [PATCH 01/19] ASoC: rt5640: Remove is_sys_clk_from_pll, it has ordering issues
` [PATCH 02/19] ASoC: rt5640: Add devicetree-bindings for dmic, jack-detect
` [PATCH 03/19] ASoC: rt5640: Remove unused rt5640_platform_data
` [PATCH 04/19] ASoC: rt5640: Move checking of device-properties to component probe callback
` [PATCH 05/19] ASoC: rt5640: Allow specifying dmic data pins through device-properties
` [PATCH 06/19] ASoC: rt5640: Add jack-detect support
` [PATCH 07/19] ASoC: rt5640: Add button press support
` [PATCH 08/19] ASoC: Intel: bytcr_rt5640: Configure PLL1 before using it
` [PATCH 09/19] ASoC: Intel: bytcr_rt5640: Use device-property for differential mics
` [PATCH 10/19] ASoC: Intel: bytcr_rt5640: Use device properties for setting up dmic
` [PATCH 11/19] ASoC: Intel: bytcr_rt5640: Fix Dell Venue 8 5830 Pro quirk
` [PATCH 12/19] ASoC: Intel: bytcr_rt5640: Enable jack detection
` [PATCH 13/19] ASoC: Intel: bytcr_rt5640: Change BYTCR default input to IN3
` [PATCH 14/19] ASoC: Intel: bytcr_rt5640: Unify BYTCR input defaults
` [PATCH 15/19] ASoC: Intel: bytcr_rt5640: Add default jack-detect settings
` [PATCH 16/19] ASoC: Intel: bytcr_rt5640: Sort DMI quirk list alphabetically
` [PATCH 17/19] ASoC: Intel: bytcr_rt5640: Use dmi_first_match() for DMI quirk handling
` [PATCH 18/19] ASoC: Intel: bytcr_rt5640: Add quirks for various devices
` [PATCH 19/19] ASoC: Intel: bytcr_rt5640: Set card long_name based on quirks

[PATCH 1/4] ASoC: compress: Only assign compr->ops->copy once
 2018-05-08 13:09 UTC  (9+ messages)
` [PATCH 2/4] ASoC: compress: Clarify the intent of current compressed ops handling

[PATCH 00/10] ASoC: remove old platform/codec code
 2018-05-08 12:38 UTC  (21+ messages)
` [PATCH 01/10] ASoC: remove codec hw_write/control_data
` [PATCH 02/10] ASoC: remove codec reg_cache
` [PATCH 03/10] ASoC: remove .get_regmap
` [PATCH 04/10] ASoC: remove unneeded .pcm_new/free
` [PATCH 05/10] ASoC: remove Codec related code
` [PATCH 06/10] ASoC: add component_list_show()
` [PATCH 07/10] ASoC: convert platform explanation to component
` [PATCH 08/10] ASoC: soc.h: merge CONFIG_DEBUG_FS
` [PATCH 09/10] ASoC: soc-core: remove snd_soc_component_add_unlocked()
` [PATCH 10/10] ASoC: soc-core: remove legacy_dai_naming from snd_soc_register_dais()

[PATCH v4 0/3] ASoC: Add Multi CPU DAI support
 2018-05-08 10:45 UTC  (4+ messages)
` [PATCH v4 1/3] ASoC: Add initial support for multiple CPU DAIs
` [PATCH v4 2/3] ASoC: Add multiple CPU DAI support for PCM ops
` [PATCH v4 3/3] ASoC: Add multiple CPU DAI support in DAPM

[PATCH v4 00/13] ALSA: hda/ca0132: Patch Series for Recon3Di and Sound Blaster Z Support
 2018-05-08 10:00 UTC  (15+ messages)
` [PATCH v4 01/13] ALSA: hda/ca0132: R3Di and SBZ quirk entires + alt firmware loading
` [PATCH v4 02/13] ALSA: hda/ca0132: Add pincfg for SBZ + R3Di, add fp hp auto-detect
` [PATCH v4 03/13] ALSA: hda/ca0132: Add PCI region2 iomap for SBZ
` [PATCH v4 04/13] ALSA: hda/ca0132: Add extra exit functions for R3Di and SBZ
` [PATCH v4 05/13] ALSA: hda/ca0132: add extra init functions for r3di + sbz
` [PATCH v4 06/13] ALSA: hda/ca0132: update core functions for sbz + r3di
` [PATCH v4 07/13] ALSA: hda/ca0132: add dsp setup related commands for the sbz
` [PATCH v4 08/13] ALSA: hda/ca0132: Add dsp setup + gpio functions for r3di
` [PATCH v4 09/13] ALSA: hda/ca0132: add the ability to set src_id on scp commands
` [PATCH v4 10/13] ALSA: hda/ca0132: add alt_select_in/out for R3Di + SBZ
` [PATCH v4 11/13] ALSA: hda/ca0132: Add DSP Volume set and New mixers for SBZ + R3Di
` [PATCH v4 12/13] ALSA: hda/ca0132: add ca0132_alt_set_vipsource
` [PATCH v4 13/13] ALSA: hda/ca0132: Add new control changes for SBZ + R3Di

[PATCH v2 1/4] ALSA: usb-audio: UAC3. Add support for mixer unit
 2018-05-08  9:43 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] ASoC: uniphier: evea: use DAPM to change source of line-in
 2018-05-08  8:45 UTC 

[PATCH] ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
 2018-05-08  7:30 UTC  (2+ messages)

Help with pcm3168a device tree, and simple-audio-card/simple-scu-audio-card?
 2018-05-08  6:56 UTC 

[PATCH v2] ALSA: hda - Add missing HD-Audio codec information
 2018-05-08  6:25 UTC 

[PATCH] ALSA: hda - Enable additional HD-Audio codec information
 2018-05-08  5:42 UTC 

[PATCH V2 01/10] ASoC: amd: dma config parameters changes
 2018-05-08  4:47 UTC  (10+ messages)
` [PATCH V2 02/10] ASoC: amd: added byte count register offset variables to rtd
` [PATCH V2 03/10] ASoC: amd: removed separate byte count variables for playback and capture
` [PATCH V2 04/10] ASoC: amd: pte offset related dma driver changes
` [PATCH 05/10] ASoC: amd: sram bank update changes
` [PATCH 06/10] ASoC: amd: memory release for rtd structure
` [PATCH 07/10] ASoC: AMD: Move clk enable from hw_params/free to startup/shutdown
` [PATCH 08/10] ASoC: AMD: Fix clocks in CZ DA7219 machine driver
` [PATCH 09/10] ASoC: AMD: Add const to snd_soc_ops instances
` [PATCH V4 10/10] ASoC: amd: dma driver changes for bt i2s instance

[PATCH] ASoC: uniphier: add digital output volume for UniPhier sound system
 2018-05-08  3:16 UTC 

[PATCH v3] ALSA: core api: define offsets for TLV items
 2018-05-07 21:04 UTC 

[PATCH] ALSA: usb: mixer: volume quirk for CM102-A+/102S+
 2018-05-07 16:42 UTC 

Aplay Fails When Reading From stdin
 2018-05-07 15:37 UTC  (5+ messages)

[PATCH] Clevo P950ER ALC1220 Fixup
 2018-05-07 15:28 UTC 

[PATCH v3 0/9] ALSA: hda/ca0132: Patch Series for Recon3Di and Sound Blaster Z Support
 2018-05-07 13:55 UTC  (13+ messages)
` [PATCH v3 1/9] ALSA: hda/ca0132: R3Di and SBZ quirk entires + alt firmware loading
` [PATCH v3 2/9] ALSA: hda/ca0132: Add pincfg for SBZ + R3Di, add fp hp auto-detect
` [PATCH v3 3/9] ALSA: hda/ca0132: Add PCI region2 iomap for SBZ
` [PATCH v3 4/9] ALSA: hda/ca0132: Add extra exit functions for R3Di and SBZ
` [PATCH v3 5/9] ALSA: hda/ca0132: add/change helper "
` [PATCH v3 6/9] ALSA: hda/ca0132: add alt_select_in/out for R3Di + SBZ
` [PATCH v3 7/9] ALSA: hda/ca0132: Add DSP Volume set and New mixers for SBZ + R3Di
` [PATCH v3 8/9] ALSA: hda/ca0132: add ca0132_alt_set_vipsource
` [PATCH v3 9/9] ALSA: hda/ca0132: Add new control changes for SBZ + R3Di

Timeout issues in wait_for_avail function
 2018-05-07 10:49 UTC 

[PATCH V2 01/10] ASoC: amd: dma config parameters changes
 2018-05-07 10:22 UTC  (9+ messages)
` [PATCH V3 10/10] ASoC: amd: dma driver changes for bt i2s instance

[PATCH v4 0/7] ASoC: omap: Deprecate omap-pcm for sdma-pcm
 2018-05-07  8:50 UTC  (8+ messages)
` [PATCH v4 1/7] ASoC: omap: Introduce the generic_dmaengine_pcm based sdma-pcm
` [PATCH v4 2/7] ASoC: davinci-mcasp: Convert to use the sdma-pcm instead of omap-pcm
` [PATCH v4 3/7] ASoC: omap-hdmi-audio: "
` [PATCH v4 4/7] ASoC: omap-dmic: "
` [PATCH v4 5/7] ASoC: omap-mcpdm: "
` [PATCH v4 6/7] ASoC: omap-mcbsp: "
` [PATCH v4 7/7] ASoC: omap: Delete the obsolete omap-pcm

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-05-07  7:21 UTC  (4+ messages)
` [PATCH v3 12/20] media: Remove depends on HAS_DMA in case of platform dependency

[PATCH 1/2] ASoC: nau8810: change input PGA mixer stage
 2018-05-07  6:57 UTC  (6+ messages)
` [PATCH 2/2] ASoC: nau8810: change the target of MIC BIAS supply

[PATCH v3] ASoC: da7219: read fmw property to get mclk for non-dts systems
 2018-05-07  6:39 UTC  (4+ messages)

[PATCH -next] ASoC: fix return value check in mt6351_codec_driver_probe()
 2018-05-07  1:39 UTC 

[PATCH 1/3] ASoC: pcm_native: Use 'snd_pcm_format_t' type
 2018-05-06 20:30 UTC  (5+ messages)
` [PATCH 2/3] ASoC: davinci-mcasp: "
` [PATCH 3/3] ASoC: omap-pcm: "

[PATCH] ALSA: usb: mixer: volume quirk for CM102-A+/102S+
 2018-05-06 11:37 UTC 

[PATCH v6 00/13] soundwire: Add stream support
 2018-05-06  5:45 UTC  (2+ messages)

[PATCH] soundwire: Update email address for Vinod
 2018-05-06  5:44 UTC  (2+ messages)

[PATCH] ALSA: control: fix a redundant-copy issue
 2018-05-05 18:38 UTC 

[PATCH v14 0/8] ASoC: sun4i-codec: Add Line-In, FM-In, Mic 2, Capture Source, Differential Line-In
 2018-05-05 10:40 UTC  (10+ messages)
` [PATCH v14 2/8] ASoC: sun4i-codec: Add Mic1 Boost Volume, Mic2 Boost Volume
` [PATCH v14 3/8] ASoC: sun4i-codec: Merge sun4i_codec_left_mixer_controls and sun4i_codec_right_mixer_controls into sun4i_codec_mixer_controls
` [PATCH v14 8/8] ASoC: sun4i-codec: Add Left Capture Select, Right Capture Select

[PATCH v3] media: i2c: tda1997: replace codec to component
 2018-05-05  1:50 UTC  (2+ messages)
` Applied "media: i2c: tda1997: replace codec to component" to the asoc tree

[PATCH] ASoC: rt5663: Optimize the power consumption
 2018-05-05  1:47 UTC  (2+ messages)
` Applied "ASoC: rt5663: Optimize the power consumption" to the asoc tree

[PATCH 1/4] ASoC: sgtl5000: Make the node name generic
 2018-05-05  1:44 UTC  (12+ messages)
` [PATCH 2/4] ASoC: wm8962: "
  ` Applied "ASoC: wm8962: Make the node name generic" to the asoc tree
` [PATCH 3/4] ASoC: wm8960: Make the node name generic
  ` Applied "ASoC: wm8960: Make the node name generic" to the asoc tree
` [PATCH 4/4] ASoC: cs42xx8: Make the node name generic
  ` Applied "ASoC: cs42xx8: Make the node name generic" to the asoc tree
` Applied "ASoC: sgtl5000: "

[PATCH] ASoC: cs35l35: Add use_single_rw to regmap config
 2018-05-05  1:44 UTC  (2+ messages)
` Applied "ASoC: cs35l35: Add use_single_rw to regmap config" to the asoc tree

[PATCH v3 0/7] ASoC: omap: Deprecate omap-pcm for sdma-pcm
 2018-05-05  1:38 UTC  (2+ messages)

Buffer size calculation based on period size
 2018-05-04 21:18 UTC  (2+ messages)

[PATCH 00/15] ARM: pxa: switch to DMA slave maps
 2018-05-04 19:29 UTC  (4+ messages)
` [PATCH 04/15] media: pxa_camera: remove the dmaengine compat need

[PATCH v7 00/24] ASoC: qcom: Add support to QDSP based Audio
 2018-05-04 19:04 UTC  (12+ messages)
` [PATCH v7 01/24] soc: qcom dt-bindings: Add APR bus bindings
` [PATCH v7 02/24] soc: qcom: Add APR bus driver
` [PATCH v7 07/24] ASoC: qdsp6: q6common: Add qdsp6 helper functions
` [PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver
` [PATCH v7 16/24] ASoC: qdsp6: q6asm: Add support to audio stream apis
  ` [alsa-devel] "

[PATCH v3][RESEND] media: i2c: tda1997: replace codec to component
 2018-05-04 18:58 UTC  (5+ messages)

[PATCH] ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()
 2018-05-04 16:57 UTC  (2+ messages)

Buffer size calculation based on period size
 2018-05-04 12:57 UTC  (2+ messages)

[PATCH] ALSA: dice: support transmission mode at 176.4/192.0 kHz for M-Audio 610/2626
 2018-05-04  9:57 UTC 

[PATCH 1/9] R3Di and SBZ quirk entires + alt firmware loading
 2018-05-04  9:40 UTC  (12+ messages)
` [PATCH 2/9] Add pincfg for SBZ + R3Di, add fp hp auto-detect
` [PATCH 3/9] Add PCI region2 iomap for SBZ
` [PATCH 4/9] Add extra exit functions for R3Di and SBZ
` [PATCH 5/9] add/change helper "
` [PATCH 6/9] add alt_select_in/out for R3Di + SBZ
` [PATCH 7/9] Add DSP Volume set and New mixers for SBZ + R3Di
` [PATCH 8/9] add ca0132_alt_set_vipsource
` [PATCH 9/9] Add new control changes for SBZ + R3Di

[PATCH 1/9] R3Di and SBZ quirk entires + alt firmware loading
 2018-05-04  9:26 UTC  (3+ messages)
` [PATCH 3/9] Add PCI region2 iomap for SBZ

Segmentation fault in libasound.so.2.0.0 (alsa-lib-1.1.6)
 2018-05-04  8:03 UTC 

[PATCH v2 0/7] USB Audio Device Class 3.0 BADD profiles support
 2018-05-04  7:44 UTC  (8+ messages)
` [PATCH v2 2/7] ALSA: usb: stream: refactor uac1/2 audio interface parsing
` [PATCH v2 3/7] ALSA: usb: stream: refactor uac3 "
` [PATCH v2 4/7] ALSA: usb: Only get AudioControl header for UAC1 class
` [PATCH v2 5/7] ALSA: usb: mixer: make string parsing independent of mixer_build state
` [PATCH v2 6/7] include: usb: audio-v3: add BADD-specific values
` [PATCH v2 7/7] ALSA: usb: add UAC3 BADD profiles support


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