alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-27 07:46:39 to 2014-02-28 20:39:51 UTC [more...]

[GIT PULL][PATCH 00/39] Enhancement of support for Firewire devices
 2014-02-28 20:39 UTC  (51+ messages)
` [PATCH 01/39] firewire-lib: Rename functions, structure, member for AMDTP
` [PATCH 02/39] firewire-lib: Add macros instead of fixed value "
` [PATCH 03/39] firewire-lib: Add 'direction' member to 'amdtp_stream' structure
` [PATCH 04/39] firewire-lib: Split some codes into functions to reuse for both streams
` [PATCH 05/39] firewire-lib: Add support for AMDTP in-stream and PCM capture
` [PATCH 06/39] firewire-lib: Add support for MIDI capture/playback
` [PATCH 07/39] firewire-lib: Give syt value as parameter to handle_out_packet()
` [PATCH 08/39] firewire-lib: Add support for duplex streams synchronization in blocking mode
` [PATCH 09/39] firewire-lib: Add sort function for transmitted packet
` [PATCH 10/39] firewire-lib: Add transfer delay to synchronized duplex streams
` [PATCH 11/39] firewire-lib: Add support for channel mapping
` [PATCH 12/39] firewire-lib: Rename macros, variables and functions for CMP
` [PATCH 13/39] firewire-lib: Add 'direction' member to 'cmp_connection' structure
` [PATCH 14/39] firewire-lib: Add handling output connection by CMP
` [PATCH 15/39] firewire-lib: Add a new function to check others' connection
` [PATCH 16/39] firewire-lib: Add some AV/C general commands
` [PATCH 17/39] firewire-lib: Add quirks for Fireworks
` [PATCH 18/39] firewire-lib: Add a fallback at RCODE_CANCELLED
` [PATCH 19/39] fireworks: Add skelton for Fireworks based devices
` [PATCH 20/39] fireworks: Add transaction and some commands
` [PATCH 21/39] fireworks: Add connection and stream management
` [PATCH 22/39] fireworks: Add proc interface for debugging purpose
` [PATCH 23/39] fireworks: Add MIDI interface
` [PATCH 24/39] fireworks: Add PCM interface
` [PATCH 25/39] fireworks: Add hwdep interface
` [PATCH 26/39] fireworks: Add command/response functionality into "
` [PATCH 27/39] bebob: Add skelton for BeBoB based devices
` [PATCH 28/39] bebob: Add commands and connections/streams management
` [PATCH 29/39] bebob: Add proc interface for debugging purpose
` [PATCH 30/39] bebob: Add MIDI interface
` [PATCH 31/39] bebob: Add PCM interface
` [PATCH 32/39] bebob: Add hwdep interface
` [PATCH 33/39] bebob: Prepare for device specific operations
` [PATCH 34/39] bebob: Add support for Terratec PHASE, EWS series and Aureon
` [PATCH 35/39] bebob: Add support for Yamaha GO series
` [PATCH 36/39] bebob: Add support for Focusrite Saffire/SaffirePro series
` [PATCH 37/39] bebob: Add support for M-Audio usual Firewire series
` [PATCH 38/39] bebob: Send a cue to load firmware for M-Audio "
` [PATCH 39/39] bebob: Add support for M-Audio special "

[PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable
 2014-02-28 18:12 UTC  (6+ messages)

[alsa-devel] change kmalloc into vmalloc for large memory allocations
 2014-02-28 16:33 UTC  (6+ messages)
`  "

[alsa-plugins] [PATCH 1/1] Allow number of channels
 2014-02-28 16:24 UTC 

[PATCHv2 0/3] Simplify the CODEC ASoC probe code
 2014-02-28 14:41 UTC  (5+ messages)
` [PATCHv2 1/3] ASoC: codec: Simplify "
  ` [alsa-devel] "
` [PATCHv2 2/3] ASoC: io: New signature for snd_soc_codec_set_cache_io()
` [PATCHv2 3/3] ASoC: core: Fix check before setting default I/O up try regmap

Griffin FireWave stream format information
 2014-02-28 14:39 UTC  (6+ messages)

[PATCH v2 0/3] alsa-lib: Improve 2.1 surround support
 2014-02-28 13:52 UTC  (7+ messages)
` [PATCH v2 1/3] route: Allow chmap syntax for slave channels in ttable
` [PATCH v2 2/3] route: Select slave chmap based on ttable information
` [PATCH v2 3/3] conf: Allow 2.1 surround to use different number of channels

hda: Bug - (timing?) problem causes DP monitor to not get activated
 2014-02-28 13:23 UTC  (2+ messages)

[PATCH] ALSA: hda - Fix registration of beep input device
 2014-02-28 13:08 UTC  (2+ messages)
` [PATCH v2] "

PCM rules for FireWave in speaker.c
 2014-02-28 11:28 UTC  (2+ messages)

[PATCH 0/2] Simplify the CODEC ASoC probe code
 2014-02-28  8:50 UTC  (5+ messages)
` [PATCH 1/2] ASoC: codec: Simplify "
` [PATCH 2/2] ASoC: io: Remove reduntant params of snd_soc_codec_set_cache_io()
  ` [alsa-devel] "

Audio passthrough on Pandaboard using ALSA API
 2014-02-28  8:47 UTC 

[RFC 00/19] Enable platform HDA drivers
 2014-02-28  8:31 UTC  (22+ messages)
` [RFC 01/19] ALSA: hda - Move some definitions to new hda_priv.h
` [RFC 02/19] ALSA: hda - Allow different ops to read/write registers
` [RFC 03/19] ALSA: hda - Keep pointer to bdl_pos_fix in chip struct
` [RFC 04/19] ALSA: hda - Use device pointer from the card instead of pci
` [RFC 05/19] ALSA: hda - Move pcm ops and support funcs to shared file
` [RFC 06/19] ALSA: hda - Pull pages allocation "
` [RFC 07/19] ALSA: hda - Move the dsp loader to hda_shared
` [RFC 08/19] ALSA: hda - Add function pointer for disabling MSI
` [RFC 09/19] ALSA: hda - Relocate RIRB/CORB interface to hda_shared
` [RFC 10/19] ALSA: hda - move alloc_cmd_io "
` [RFC 11/19] ALSA: hda - Move low level functions "
` [RFC 12/19] ALSA: hda - remove unused clear of STATESTS
` [RFC 13/19] ALSA: hda - Move azx_interrupt to hda_shared
` [RFC 14/19] ALSA: hda - Add jackpoll_ms to struct azx
` [RFC 15/19] ALSA: hda - Pass max_slots and power_save to codec_create
` [RFC 16/19] ALSA: hda - Move codec create to hda_shared
` [RFC 17/19] ALSA: core - Define snd_pci_quirk without CONFIG_PCI
` [RFC 18/19] ALSA: hda - remove PCI dependency in Kconfig
` [RFC 19/19] WIP: ALSA: hda - Add driver for Tegra SoC HDA

[PATCH 0/3] To simplify the code for ASoC probe
 2014-02-28  8:15 UTC  (18+ messages)
` [PATCH 1/3] ASoC: io: Clean up snd_soc_codec_set_cache_io()
` [PATCH 2/3] ASoC: core: Set the default I/O up try regmap
          ` [alsa-devel] "
` [PATCH 3/3] ASoC: SGTL5000: Simplify ASoC probe code

change kmalloc into vmalloc for large memory allocations
 2014-02-28  8:15 UTC 

[PATCH v2 00/11] ASoC: Consolidate enum controls and DAPM MUXs
 2014-02-28  7:31 UTC  (12+ messages)
` [PATCH v2 01/11] ASoC: Remove unused 'reg2' field from soc_enum struct
` [PATCH v2 02/11] ASoC: Consolidate enum and value enum controls
` [PATCH v2 03/11] ASoC: dapm: Consolidate MUXs and value MUXs
` [PATCH v2 04/11] ASoC: Add macros for defining virtual enums
` [PATCH v2 05/11] ASoC: adau1373: Use SOC_ENUM_SINGLE_VIRT_DECL()
` [PATCH v2 06/11] ASoC: max98090: "
` [PATCH v2 07/11] ASoC: mc13783: "
` [PATCH v2 08/11] ASoC: wm8994: "
` [PATCH v2 09/11] ASoC: wm8995: "
` [PATCH v2 10/11] ASoC: dapm: Consolidate MUXs and virtual MUXs
` [PATCH v2 11/11] ASoC: dapm: Break dapm_set_path_status() appart

[PATCH 00/11] ASoC: Consolidate enum controls and DAPM MUXs
 2014-02-28  7:19 UTC  (4+ messages)
` [PATCH 07/11] ASoC: mc13783: Use SOC_ENUM_SINGLE_VIRT_DECL()

[RFC PATCH] ALSA: hda - Fix CORB reset to follow specification
 2014-02-28  7:19 UTC  (2+ messages)

[PATCH] ASoC: cache: Do the codec->reg_cache zero pionter check
 2014-02-28  6:58 UTC  (2+ messages)
` [alsa-devel] "

[PATCH 00/48] Rewrite kernel messages with standard printk helpers
 2014-02-28  6:28 UTC  (9+ messages)

[PATCH] ASoC: simple-card: cpu_dai_name creates confusion when DT case
 2014-02-28  5:25 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH 0/2] ASoC: ARM Cirrus Logic CLPS711X DAI driver
 2014-02-28  3:57 UTC  (5+ messages)
` [PATCH 1/2] ASoC: Add driver for CLPS711X DAI interface

[PATCH v2] ASOC: dapm: add params_select callback
 2014-02-28  2:23 UTC  (2+ messages)

[PATCH v4-resend 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-02-28  1:52 UTC  (4+ messages)
` [PATCH v4-resend 1/7] ASoC: sirf: Add SiRF internal audio codec driver

[PATCH 1/2] ASoC: fsl: Separation of the main audio options and boards
 2014-02-28  1:46 UTC  (5+ messages)

[PATCH 1/3] ALSA: hda - Remove dependency on bus->pci in hda_beep.c
 2014-02-27 20:41 UTC  (11+ messages)

[TINYCOMPRESS][PATCH 1/1] compress: no need to set metadata before calling next_track
 2014-02-27 16:07 UTC  (2+ messages)

[PATCH 00/15] ASoC: fsl-ssi: Driver cleanup
 2014-02-27 16:06 UTC  (5+ messages)
` [PATCH 01/15] ASoC: fsl-ssi: Use regmap

NUC D34010WYK HDMI Audio does not work
 2014-02-27 16:05 UTC  (5+ messages)

[PATCH] ALSA: hda/sigmatel - Allow auto-switching for dock line-in of HP laptops
 2014-02-27 15:51 UTC 

[PATCH] ALSA: Move EXPORT_SYMBOL() in appropriate places
 2014-02-27 15:03 UTC 

[PATCH RFC 0/5] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver
 2014-02-27 14:11 UTC  (3+ messages)
` [PATCH RFC 2/5] ASoC: tlv320aic31xx: Add codec driver to Makefile and Kconfig

[GIT PUL] ASoC updates for v3.14
 2014-02-27 11:59 UTC  (2+ messages)

[PATCH 0/19] ASoC: rsnd: new module path method and DT support
 2014-02-27 11:47 UTC  (4+ messages)

[PATCH] ASoC: io: Clean up snd_soc_codec_set_cache_io()
 2014-02-27 10:18 UTC  (3+ messages)

[PATCH] ASoC: sta32x: Fix wrong enum for limiter2 release rate
 2014-02-27  9:55 UTC  (4+ messages)

Unsupported Valley View 'LPE' adapter?
 2014-02-27  8:36 UTC  (14+ messages)

[PATCH v4 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-02-27  8:09 UTC  (4+ messages)

[PATCH] ASoC: fsl-sai: Add SND_SOC_DAIFMT_DSP_A/B support
 2014-02-27  4:36 UTC  (2+ messages)


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