alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-08 19:39:56 to 2018-10-15 16:09:55 UTC [more...]

[PATCH v3 0/9] Add support for audiocodec in Allwinner A64
 2018-10-15 16:09 UTC  (10+ messages)
` [PATCH v3 1/9] ASoC: sun4i-i2s: Add compatibility with A64 codec I2S
` [PATCH v3 2/9] ASoC: sun8i-codec: Don't hardcode BCLK / LRCK ratio
` [PATCH v3 3/9] ASoC: sun8i-codec-analog: split regmap code into separate driver
` [PATCH v3 4/9] ASoC: dt-binding: Add bindings for Allwinner A64 codec's analog path controls
` [PATCH v3 5/9] ASoC: sunxi: Add new driver "
` [PATCH v3 6/9] ASoC: sunxi: allow the sun8i-codec driver to be built on ARM64
` [PATCH v3 7/9] arm64: dts: allwinner: a64: add nodes necessary for analog sound support
` [PATCH v3 8/9] arm64: dts: allwinner: a64: enable sound on Pine64 and SoPine
` [PATCH v3 9/9] arm64: dts: allwinner: a64: enable sound on Pinebook

[PATCH v2 0/9] Add support for audiocodec in Allwinner A64
 2018-10-15 15:14 UTC  (17+ messages)
` [PATCH v2 1/9] ASoC: sun4i-i2s: Add compatibility with A64 codec I2S
` [PATCH v2 2/9] ASoC: sun8i-codec: Don't hardcode BCLK / LRCK ratio
` [PATCH v2 3/9] ASoC: sun8i-codec-analog: split regmap code into separate driver
` [PATCH v2 4/9] ASoC: dt-binding: Add bindings for Allwinner A64 codec's analog path controls
` [PATCH v2 5/9] ASoC: sunxi: Add new driver "
` [PATCH v2 6/9] ASoC: sunxi: allow the sun8i-codec driver to be built on ARM64
` [PATCH v2 7/9] arm64: dts: allwinner: a64: add nodes necessary for analog sound support
` [PATCH v2 8/9] arm64: dts: allwinner: a64: enable sound on Pine64 and SoPine
` [PATCH v2 9/9] arm64: dts: allwinner: a64: enable sound on Pinebook

[PATCH] ASoC: sun4i-i2s: don't try to start up or shut down DAI if it's active
 2018-10-15 15:13 UTC  (6+ messages)

[PATCH 0/4] ASoC: stm32: sai: add mclk clock provider
 2018-10-15 14:03 UTC  (5+ messages)
` [PATCH 1/4] ASoC: dt-bindings: add mclk provider support to stm32 sai
` [PATCH 2/4] ASoC: dt-bindings: add mclk support to cs42l51
` [PATCH 3/4] ASoC: stm32: sai: set sai as mclk clock provider
` [PATCH 4/4] ASoC: cs42l51: add mclk support

[PATCH] ASoC: AMD: Add SND_JACK_LINEOUT jack type
 2018-10-15 11:21 UTC  (2+ messages)
` Applied "ASoC: AMD: Add SND_JACK_LINEOUT jack type" to the asoc tree

[PATCH] ASoC: Intel: Boards: Add KBL Dialog Maxim I2S machine driver
 2018-10-15 11:21 UTC  (3+ messages)
` Applied "ASoC: Intel: Boards: Add KBL Dialog Maxim I2S machine driver" to the asoc tree

[PATCH] ASoC: Intel: common: Add Kabylake Dialog+Maxim machine driver entry
 2018-10-15 11:21 UTC  (2+ messages)
` Applied "ASoC: Intel: common: Add Kabylake Dialog+Maxim machine driver entry" to the asoc tree

Audio miniconference schedule
 2018-10-15 10:24 UTC  (5+ messages)

remove bogus GFP_DMA32 flags for dma allocations
 2018-10-15  9:58 UTC  (18+ messages)
` [PATCH 1/8] cpufreq: tegra186: don't pass GFP_DMA32 to dma_alloc_coherent
` [PATCH 2/8] firmware: tegra: "
` [PATCH 3/8] spi: pic32-sqi: "
` [PATCH 4/8] sound: hpios: "
  ` [alsa-devel] "
` [PATCH 5/8] sound: intel/sst: "
  ` [alsa-devel] "
` [PATCH 6/8] drm: sti: don't pass GFP_DMA32 to dma_alloc_wc
` [PATCH 7/8] media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrs
` [PATCH 8/8] fsl-diu-fb: don't pass GFP_DMA32 to dmam_alloc_coherent

Controlling the Tascam FW-1884
 2018-10-14 19:09 UTC  (13+ messages)

[alsa-utils][PATCH 0/9] alsactl: friendly to pluggable devices
 2018-10-14 15:06 UTC  (11+ messages)
` [alsa-utils][PATCH 1/9] alsactl: split event loop code to a function
` [alsa-utils][PATCH 2/9] alsactl: add an iterator of registered instances of sound card
` [alsa-utils][PATCH 3/9] alsactl: use epoll(7) instead of poll(2)
` [alsa-utils][PATCH 4/9] alsactl: use link list to maintain source of events
` [alsa-utils][PATCH 5/9] alsactl: use a list of source for event dispatcher instead of an array of source
` [alsa-utils][PATCH 6/9] alsactl: obsolete array for maintenance of handlers
` [alsa-utils][PATCH 7/9] alsactl: handle disconnection of sound card
` [alsa-utils][PATCH 8/9] alsactl: handle detection of new "
` [alsa-utils][PATCH 9/9] alsactl: use signalfd to catch UNIX signal

[PATCH] ASoC: wm8904: fix spelling mistake "Inveting" -> "Inverting"
 2018-10-13 15:45 UTC 

[PATCH 00/10] Add support for audiocodec in Allwinner A64
 2018-10-13  4:36 UTC  (16+ messages)
` [PATCH 01/10] ASoC: sun4i-i2s: Add compatibility with A64 codec I2S
` [PATCH 02/10] ASoC: sun8i-codec: Don't hardcode BCLK / LRCK ratio
` [PATCH 03/10] ASoC: sun8i-codec: add support for speaker amp GPIO
` [PATCH 04/10] ASoC: sun8i-codec-analog: split regmap code into separate driver
` [PATCH 05/10] ASoC: dt-binding: Add bindings for Allwinner A64 codec's analog path controls
` [PATCH 06/10] ASoC: sunxi: Add new driver "
` [PATCH 07/10] ASoC: sunxi: allow the sun8i-codec driver to be built on ARM64
` [PATCH 08/10] arm64: dts: allwinner: a64: add nodes necessary for analog sound support
` [PATCH 09/10] arm64: dts: allwinner: a64: enable sound on Pine64 and SoPine
` [PATCH 10/10] arm64: dts: allwinner: a64: enable sound on Pinebook

[PATCH v2 0/5] MAX98088/9 of features
 2018-10-12 20:29 UTC  (3+ messages)
` [PATCH v2 1/5] ASoC: dt-bindings: add max98088 audio codec

pcm_dshare calculates size incorrectly on buffer rollover
 2018-10-12 18:21 UTC 

[PATCH] ASoC: sta32x: set ->component pointer in private struct
 2018-10-12 17:00 UTC  (2+ messages)
` Applied "ASoC: sta32x: set ->component pointer in private struct" to the asoc tree

[PATCH 0/3] ASoC: pcm3168a: add TDM support
 2018-10-12 17:00 UTC  (7+ messages)
` [PATCH 1/3] ASoC: pcm3168a: add HW constraint for non RIGHT_J
  ` Applied "ASoC: pcm3168a: add HW constraint for non RIGHT_J" to the asoc tree
` [PATCH 2/3] ASoC: pcm3168a: add hw constraint for channel
  ` Applied "ASoC: pcm3168a: add hw constraint for channel" to the asoc tree
` [PATCH 3/3] ASoC: pcm3168a: add I2S/Left_J TDM support
  ` Applied "ASoC: pcm3168a: add I2S/Left_J TDM support" to the asoc tree

[bug report] ALSA: usb: initial USB Audio Device Class 3.0 support
 2018-10-12 13:51 UTC  (2+ messages)

[PATCH 1/2] ASoC: max9892x: Add documentation for reset-gpio support
 2018-10-12 13:46 UTC  (6+ messages)
` [PATCH 2/2] ASoC: max98927: Add "

[PATCH v2] pinctrl: madera: Fix uninitialized variable bug in madera_mux_set_mux
 2018-10-12  9:04 UTC  (4+ messages)

[PATCH] ALSA: firewire-motu: add missing entries to Kconfig
 2018-10-12  8:20 UTC  (4+ messages)

[ANNOUNCE] 2018 Linux Audio miniconference
 2018-10-12  5:41 UTC  (6+ messages)

[PATCH] ALSA: isight: fix leak of reference to firewire unit in error path of .probe callback
 2018-10-12  6:08 UTC  (2+ messages)

[PATCH] ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
 2018-10-12  6:07 UTC  (2+ messages)

[PATCH linux-next v3 1/1] ASoC: rsnd: ssi: Request dedicated dma channels for busif0 to 7
 2018-10-11 23:47 UTC  (2+ messages)

[PATCH - AAF PCM plugin 0/7] Introduce AVTP Audio Format (AAF) plugin
 2018-10-11 19:53 UTC  (15+ messages)
` [PATCH - AAF PCM plugin 1/7] aaf: Introduce plugin skeleton
` [PATCH - AAF PCM plugin 2/7] aaf: Load configuration parameters
` [PATCH - AAF PCM plugin 3/7] aaf: Implement Playback mode support

[RFC PATCH 0/4] Initial prototype of DAPM sample rate domains
 2018-10-11 16:28 UTC  (5+ messages)
` [RFC PATCH 1/4] ASoC: dapm: Add support for hw_free on CODEC to CODEC links
` [RFC PATCH 2/4] ASoC: dapm: Add support for a rate domain widget
` [RFC PATCH 3/4] ASoC: domain: Add sample rate domain support
` [RFC PATCH 4/4] ASoC: arizona: Add "

[PATCH] ALSA: cs4236: fix return check from call to pnp_port_start
 2018-10-11 15:47 UTC  (3+ messages)

[PATCH 1/4] ASoC: max98373: Sort Digital Volume in reverse order
 2018-10-11 14:46 UTC  (8+ messages)
` [PATCH 2/4] ASoC: max98373: Sort BDE Limiter Thresh "
  ` Applied "ASoC: max98373: Sort BDE Limiter Thresh Volume in reverse order" to the asoc tree
` [PATCH 3/4] ASoC: max98373: Sort max98373_bde_gain_tlv in reverse order
  ` Applied "ASoC: max98373: Sort max98373_bde_gain_tlv in reverse order" to the asoc tree
` [PATCH 4/4] ASoC: max98373: Sort DHT Rot Pnt Volume in reverse order
  ` Applied "ASoC: max98373: Sort DHT Rot Pnt Volume in reverse order" to the asoc tree
` Applied "ASoC: max98373: Sort Digital "

Oops when unloading SOF driver modules
 2018-10-11  8:00 UTC 

Trying to write control utility for YAMAHA Cavit DP-U50/AP-U70/RP-U200
 2018-10-11  6:02 UTC 

[asoc:for-4.20 333/490] sound/pci//hda/patch_ca0132.c:7650:20: error: implicit declaration of function 'pci_iomap'; did you mean 'pcim_iomap'?
 2018-10-11  0:13 UTC 

Fixing EAPD for STAC9202 on an embedded platform
 2018-10-10 23:42 UTC  (12+ messages)

[GIT PULL] Additional firmware files for CA0132 HD-audio codec
 2018-10-10 17:49 UTC 

[PATCH] pinctrl: madera: Fix uninitialized variable issue in madera_mux_set_mux
 2018-10-10 14:58 UTC  (3+ messages)

[PATCH] ASoC: max98988: add I2C dependency
 2018-10-10 14:40 UTC  (3+ messages)
` Applied "ASoC: max98988: add I2C dependency" to the asoc tree

[PATCH] ASoC: rsnd: use 32bit TDM width as default
 2018-10-10 14:37 UTC  (2+ messages)
` Applied "ASoC: rsnd: use 32bit TDM width as default" to the asoc tree

[PATCH] ASoC: audio-graph-card: enable mclk-fs on codec node
 2018-10-10 14:35 UTC  (2+ messages)
` Applied "ASoC: audio-graph-card: enable mclk-fs on codec node" to the asoc tree

[PATCH 0/4] ALSA: firewire: block .remove callback of bus
 2018-10-10 10:15 UTC  (9+ messages)
` [PATCH 1/4] ALSA: firewire: block .remove callback of bus driver till all of ALSA character devices are released
` [PATCH 2/4] ALSA: firewire: release reference count of firewire unit in .remove callback of bus driver
` [PATCH 3/4] ALSA: bebob/fireworks: simplify handling of local device entry table
` [PATCH 4/4] ALSA: firewire: simplify cleanup process when failing to register sound card

[PATCH] ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
 2018-10-10  7:00 UTC  (2+ messages)

[PATCH linux-next v2 9/9] ASoC: rsnd: add busif property to dai stream
 2018-10-10  0:16 UTC  (10+ messages)
` [alsa-devel] "

[PATCH] ALSA: intel8x0: fix a redundant check bug
 2018-10-09 14:51 UTC  (2+ messages)

Remap pin 0x16 of ASUS ROG G751 to Headphone
 2018-10-09 14:23 UTC  (3+ messages)

[PATCH 0/4] Various cleanup + Mic Fix
 2018-10-09 14:21 UTC  (7+ messages)
` [PATCH 1/4] ALSA: hda/ca0132 - Fix microphone inconsistency issues
` [PATCH 2/4] ALSA: hda/ca0132 - Clean up patch_ca0132()
` [PATCH 3/4] ALSA: hda/ca0132 - Add error checking in ca0132_build_controls()
` [PATCH 4/4] ALSA: hda/ca0132 - Fix input effect controls for desktop cards

[asoc:for-4.20 333/487] sound/pci//hda/patch_ca0132.c:7650:20: error: implicit declaration of function 'pci_iomap'; did you mean 'pcim_iomap'?
 2018-10-09 11:18 UTC 

[PATCH][RFC][alsa-utils 0/9] alsactl: monitor mode friendly for
 2018-10-09  3:15 UTC  (6+ messages)
` [PATCH][RFC][alsa-utils 5/9] alsactl: use link list to maintain source of events


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