Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-15 01:51:41 to 2015-07-16 21:11:52 UTC [more...]

[PATCH 0/35] ASoC: rsnd: add CTU/MIX prototype support
 2015-07-16 21:11 UTC  (48+ messages)
` [PATCH 01/35] ASoC: core: add snd_soc_of_parse_audio_prefix()
  ` Applied "ASoC: core: add snd_soc_of_parse_audio_prefix()" to the asoc tree
` [PATCH 02/35] ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routing
  ` Applied "ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routing" to the asoc tree
` [PATCH 03/35] ASoC: rsnd: remove unnecessary 'out of memory' message from SSI
  ` Applied "ASoC: rsnd: remove unnecessary 'out of memory' message from SSI" to the asoc tree
` [PATCH 04/35] ASoC: rsnd: remove unnecessary 'out of memory' message from SRC
  ` Applied "ASoC: rsnd: remove unnecessary 'out of memory' message from SRC" to the asoc tree
` [PATCH 05/35] ASoC: rsnd: remove unnecessary 'out of memory' message from DVC
  ` Applied "ASoC: rsnd: remove unnecessary 'out of memory' message from DVC" to the asoc tree
` [PATCH 06/35] ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGN
  ` Applied "ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGN" to the asoc tree
` [PATCH 07/35] ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLE
  ` Applied "ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLE" to the asoc tree
` [PATCH 08/35] ASoC: rsnd: fixup each module counter on __rsnd_mod_call()
  ` Applied "ASoC: rsnd: fixup each module counter on __rsnd_mod_call()" to the asoc tree
` [PATCH 09/35] ASoC: rsnd: add workaround for SRC sync convert + DVC
  ` Applied "ASoC: rsnd: add workaround for SRC sync convert + DVC" to the asoc tree
` [PATCH 10/35] ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULL
  ` Applied "ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULL" to the asoc tree
` [PATCH 11/35] ASoC: rsnd: move DVC specific macro into dvc.c
  ` Applied "ASoC: rsnd: move DVC specific macro into dvc.c" to the asoc tree
` [PATCH 12/35] ASoC: rsnd: move SRC specific macro into src.c
  ` Applied "ASoC: rsnd: move SRC specific macro into src.c" to the asoc tree
` [PATCH 13/35] ASoC: rsnd: dvc: make sure DVC soft reset
` [PATCH 14/35] ASoC: rsnd: src: make sure SRC "
` [PATCH 15/35] ASoC: rsnd: enable module multi connection
` [PATCH 16/35] ASoC: rsnd: rename rsnd_path_parse/break() into add/remove
` [PATCH 17/35] ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route setting
` [PATCH 18/35] ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()
` [PATCH 19/35] ASoC: rsnd: add rsnd_src_initialize_lock/unlock()
` [PATCH 20/35] ASoC: rsnd: tidyup ADINR function name
` [PATCH 21/35] ASoC: rsnd: add rsnd_get_adinr_chan()
` [PATCH 22/35] ASoC: rsnd: tidyup data align position
` [PATCH 23/35] ASoC: rsnd: show debug message for SSI/SRC/DVC connection
` [PATCH 24/35] ASoC: rsnd: tidyup rsnd_dma_ops definition place
` [PATCH 25/35] ASoC: rsnd: check the Gen1 at the beginning of DVC probe
` [PATCH 26/35] ASoC: rsnd: dma: add DMA name on .ops
` [PATCH 27/35] ASoC: rsnd: add rsnd_io_to_mod()
` [PATCH 28/35] ASoC: rsnd: tidyup SRC position on each code
` [PATCH 29/35] ASoC: rsnd: update Audio DMA path search method
` [PATCH 30/35] ASoC: rsnd: add CTU (Channel Transfer Unit) prototype support
` [PATCH 31/35] ASoC: rsnd: add MIX (Mixer) support
` [PATCH 32/35] ARM: shmobile: r8a7790: Add Audio CTU support on DTSI
` [PATCH 33/35] ARM: shmobile: r8a7790: Add Audio MIX "
` [PATCH 34/35] ARM: shmobile: r8a7791: Add Audio CTU "
` [PATCH 35/35] ARM: shmobile: r8a7791: Add Audio MIX "

[PATCH 1/4] ASoC: max9877: Make driver global regmap struct local
 2015-07-16 21:01 UTC  (8+ messages)
` [PATCH 2/4] ASoC: max9877: Convert to component
  ` Applied "ASoC: max9877: Convert to component" to the asoc tree
` [PATCH 3/4] ASoC: max9768: Use managed gpio request
  ` Applied "ASoC: max9768: Use managed gpio request" to the asoc tree
` [PATCH 4/4] ASoC: max9768: Convert to component
  ` Applied "ASoC: max9768: Convert to component" to the asoc tree
` Applied "ASoC: max9877: Make driver global regmap struct local" "

[PATCH 0/6] ASoC: Add audio for sti platforms round 2
 2015-07-16 21:01 UTC  (11+ messages)
` [PATCH 1/6] ASoC: sti: minor corrections for uniplayer
  ` Applied "ASoC: sti: minor corrections for uniplayer" to the asoc tree
` [PATCH 2/6] ASoC: sti: Add CPU DAI driver for capture
  ` Applied "ASoC: sti: Add CPU DAI driver for capture" to the asoc tree
` [PATCH 3/6] ASoC: sti: Add uniperipheral dai driver
  ` Applied "ASoC: sti: Add uniperipheral dai driver" to the asoc tree
` [PATCH 4/6] ASoC: Add ability to build sti drivers
` [PATCH 5/6] ASoC: sti: Add clock adjustement control
  ` Applied "ASoC: sti: Add clock adjustement control" to the asoc tree
` [PATCH 6/6] ASoC: sti: Add IEC control

[PATCH v3 6/9] ASoC: Add ability to build sti drivers
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Add ability to build sti drivers" to the asoc tree

[PATCH 1/7] ASoC: Intel: Skylake: Add dsp loader ops
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add dsp loader ops" to the asoc tree

[PATCH 2/7] ASoC: Intel: Skylake: Add code loader DMA registers
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add code loader DMA registers" to the asoc tree

[PATCH 3/7] ASoC: Intel: Skylake: add code loader DMA operations
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: add code loader DMA operations" to the asoc tree

[PATCH 4/7] ASoC: Intel: Skylake: Add code loader DMA APIs
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add code loader DMA APIs" to the asoc tree

[PATCH 7/7] ASoC: Intel: Skylake: Print error code in IPC for SKL
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Print error code in IPC for SKL" to the asoc tree

[PATCH 5/7] ASoC: Intel: Skylake: Process code loader DMA interrupt
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Process code loader DMA interrupt" to the asoc tree

[PATCH 6/7] ASoC: Intel: Skylake: Add SKL DSP initialization
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add SKL DSP initialization" to the asoc tree

[PATCH v4] ASoC: cs4349: Add support for Cirrus Logic CS4349
 2015-07-16 21:01 UTC  (2+ messages)
` Applied "ASoC: cs4349: Add support for Cirrus Logic CS4349" to the asoc tree

[PATCH 1/2 V5] regmap: Use reg_sequence for multi_reg_write / register_patch
 2015-07-16 20:55 UTC  (3+ messages)
` [PATCH 2/2 V5] regmap: Apply optional delay in multi_reg_write/register_patch

[PATCH 1/2] V4 regmap: Use reg_sequence for multi_reg_write / register_patch
 2015-07-16 20:48 UTC  (6+ messages)
` [PATCH 2/2] V4 regmap: Apply optional delay in multi_reg_write/register_patch
  ` [alsa-devel] "
  ` [alsa-devel] [PATCH 1/2] V4 regmap: Use reg_sequence for multi_reg_write / register_patch

[PATCH v2 0/12] Discover and probe dependencies
 2015-07-16 20:23 UTC  (3+ messages)
` [PATCH v2 01/12] device: property: delay device-driver matches

[PATCH 0/2] Add codec machine driver for rockchip platform
 2015-07-16 19:57 UTC  (18+ messages)
` [PATCH 1/2] ASoC: rockchip: Add machine driver for max98090 codec
` [PATCH 2/2] ASoC: rockchip: Add machine driver for rt5645/rt5650 codec

drm/edid: sound/core: pcm_drm_eld.c compilation error in 4.2
 2015-07-16 16:46 UTC  (2+ messages)

[PATCH v2] ALSA: hda - Fix Skylake codec timeout
 2015-07-16 15:53 UTC  (6+ messages)

[asoc:fix/rt5645 1/1] sound/soc/codecs/rt5645.c:2947:3: warning: 'return' with no value, in function returning non-void
 2015-07-16 15:07 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Enable headphone amp on HP Folio 9480m
 2015-07-16 14:48 UTC  (8+ messages)
` [PATCH] ALSA: hda/realtek: Enable HP amp and mute LED "

HDMI hotplug on Skylake when power well is off
 2015-07-16 13:57 UTC  (10+ messages)

[asoc:topic/rt5645 7/7] sound/soc/codecs/rt5645.c:2766:22: warning: unused variable 'rt5645'
 2015-07-16 12:29 UTC 

[PATCH v3] ASoC: cs4349: Add support for Cirrus Logic CS4349
 2015-07-16 12:23 UTC  (2+ messages)

[PATCH] ASoC: rt298: remove meanless pr_info
 2015-07-16 12:12 UTC  (2+ messages)
` Applied "ASoC: rt298: remove meanless pr_info" to the asoc tree

[PATCH 1/2] ASoC: rt5645: Update dapm pins when the card is not instantiated yet
 2015-07-16 12:12 UTC  (4+ messages)
` [PATCH 2/2] ASoC: rt5645: Simplify rt5645_enable_push_button_irq
  ` Applied "ASoC: rt5645: Simplify rt5645_enable_push_button_irq" to the asoc tree
` Applied "ASoC: rt5645: Update dapm pins when the card is not instantiated yet" "

Applied "ASoC: rt5645: Check if codec is initialized in workqueue handler" to the asoc tree
 2015-07-16 12:12 UTC 

[PATCH] ALSA: hda: fix kstrdup return value
 2015-07-16 10:28 UTC  (3+ messages)

[PATCH 1/1] ASoC: sti-sas: fix x86 compilation issue
 2015-07-16  8:43 UTC 

[PATCH] ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entry
 2015-07-16  7:55 UTC  (2+ messages)

Running PJSIP for voip calls in alsa
 2015-07-16  4:39 UTC  (7+ messages)

[PATCH v3] ASoC: rt5645: Check if codec is initialized in workqueue handler
 2015-07-16  3:30 UTC 

[PATCH v2 0/3] ASoC: rt5645: Remove codec dependency in workqueue handler
 2015-07-16  3:05 UTC  (11+ messages)
` [PATCH v2 1/3] ASoC: rt5645: Simplify rt5645_enable_push_button_irq

[RFC PATCH 0/4] better support for bursty DMA usages
 2015-07-16  2:11 UTC  (14+ messages)
` [RFC PATCH 1/4] ALSA: core: let low-level driver or userspace disable rewinds
` [RFC PATCH 3/4] ALSA: core: add report of max dma burst

[PATCH] ALSA: pcm_dmaengine: Run complete cb only if runtime check passes
 2015-07-15 20:05 UTC  (2+ messages)

[PATCH] ASoC: Intel: Get correct usage_count value to load firmware
 2015-07-15 16:16 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[RFC][PATCH 00/37] ALSA: firewire: support AMDTP variants
 2015-07-15 16:10 UTC  (4+ messages)
` [RFC][PATCH 31/37] ALSA: firewire-motu: add MOTU specific protocol layer
  ` [FFADO-devel] "

[PATCH] Softvol: Allow per process volume control
 2015-07-15 15:46 UTC  (3+ messages)

[PATCH 1/2][linux-next] ASoC: Fix warning while make xmldocs caused by soc-core.c
 2015-07-15 14:02 UTC  (2+ messages)
` [PATCH 2/2][linux-next] ASoC: Fix warning caused by a typo in comments of snd_soc_add_platform()

[PATCH 2/2] ASoC: Drop owner assignment from platform_driver
 2015-07-15 11:55 UTC  (2+ messages)
` Applied "ASoC: mediatek: Drop owner assignment from platform_driver" to the asoc tree

[PATCH] ASoC: da732x: Merge da732x_dai1_ops and da732x_dai2_ops
 2015-07-15 11:55 UTC  (3+ messages)
` Applied "ASoC: da732x: Merge da732x_dai1_ops and da732x_dai2_ops" to the asoc tree

[PATCH v2 1/2] ASoC: Drop owner assignment from i2c_driver
 2015-07-15 11:55 UTC  (5+ messages)
` [PATCH v2 2/2] ASoC: Drop owner assignment from platform_driver
` Applied "ASoC: drivers: Drop owner assignment from i2c_driver" to the asoc tree

[patch] ASoC: fsl: fsl_spdif: signedness bug in fsl_spdif_startup()
 2015-07-15 11:55 UTC  (2+ messages)
` Applied "ASoC: fsl: fsl_spdif: signedness bug in fsl_spdif_startup()" to the asoc tree

[PATCH v2 2/3] ASoC: rt5645: Remove irq_jack_detection function
 2015-07-15 11:55 UTC  (2+ messages)
` Applied "ASoC: rt5645: Remove irq_jack_detection function" to the asoc tree

[PATCH] ASoC: Constify snd_soc_dai_ops variables
 2015-07-15 11:55 UTC  (2+ messages)
` Applied "ASoC: Constify snd_soc_dai_ops variables" to the asoc tree

[PATCH] ASoC: sirf-audio-codec: Staticise local symbols
 2015-07-15 11:55 UTC  (2+ messages)
` Applied "ASoC: sirf-audio-codec: Staticise local symbols" to the asoc tree

[PATCH v2] ASoC: cs4349: Add support for Cirrus Logic CS4349
 2015-07-15 11:49 UTC  (2+ messages)

[PATCH v3 0/9] asoc: Add audio for sti platforms
 2015-07-15 11:03 UTC  (11+ messages)
` [PATCH v3 3/9] ASoC: sti: Add CPU DAI driver for playback
` [PATCH v3 4/9] ASoC: sti: Add CPU DAI driver for capture
` [PATCH v3 9/9] ASoC: sti: Add IEC control

armv7 raspberry pi kernel compilation and snd_usb_us122l tascam us122 module requires x86
 2015-07-15 10:53 UTC  (2+ messages)

Intel SST on a Bay Trail tablet
 2015-07-15 10:11 UTC  (12+ messages)

Fwd: [alsa-devel] [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
 2015-07-15  9:17 UTC  (15+ messages)
    ` [alsa-devel] Fwd: "

Issue in alsa when dma complete race with pcm release
 2015-07-15  8:59 UTC  (10+ messages)

[PATCH] ALSA: hda - Fix Skylake codec timeouts
 2015-07-15  8:17 UTC  (4+ messages)


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