alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-31 09:48:33 to 2017-02-02 17:03:18 UTC [more...]

[PATCH 00/53] Intel LPE audio driver cleanups
 2017-02-02 17:03 UTC  (52+ messages)
` [PATCH 01/53] ALSA: x86: Don't set PCM state to DISCONNECTED
` [PATCH] drm/i915: Enable VLV audio chicken bit for LPE audio
` [PATCH 02/53] ALSA: x86: Remove v1 ops and structs
` [PATCH 03/53] ALSA: x86: Drop indirect calls of had_ops
` [PATCH 04/53] ALSA: x86: Replace indirect register ops with direct calls
` [PATCH 05/53] ALSA: x86: Replace indirect query_ops "
` [PATCH 06/53] ALSA: x86: Drop snd_intel_had_interface indirect calls
` [PATCH 07/53] ALSA: x86: Pass snd_intelhad object to helpers
` [PATCH 08/53] ALSA: x86: Handle the error from hdmi_audio_probe() properly
` [PATCH 09/53] ALSA: x86: Drop useless mutex at probe
` [PATCH 10/53] ALSA: x86: Call event callback directly
` [PATCH 11/53] ALSA: x86: Fix possible stale interrupt calls
` [PATCH 12/53] ALSA: x86: Drop unused mid_hdmi_audio_is_busy()
` [PATCH 13/53] ALSA: x86: Drop the global platform device reference
` [PATCH 14/53] ALSA: x86: Drop global hlpe_state
` [PATCH 15/53] ALSA: x86: Drop global ELD copy
` [PATCH 16/53] ALSA: x86: Move the global underrun_count to struct snd_intelhad
` [PATCH 17/53] ALSA: x86: Drop unused hw_silence field
` [PATCH 18/53] ALSA: x86: Move dma_mask debug print into intel_hdmi_lpe_audio.c
` [PATCH 19/53] ALSA: x86: Embed snd_intelhad into snd_card
` [PATCH 20/53] ALSA: x86: Drop superfluous CHT PCI ID check
` [PATCH 21/53] ALSA: x86: Check platform_data earlier
` [PATCH 22/53] ALSA: x86: Call snd_card_register() at the end
` [PATCH 23/53] ALSA: x86: Drop unused hdmi_audio_query()
` [PATCH 24/53] ALSA: x86: Flatten two abstraction layers
` [PATCH 25/53] ALSA: x86: Fold intel_hdmi_audio_if.c into main file
` [PATCH 26/53] ALSA: x86: Replace pr_xxx() with dev_xxx()
` [PATCH 27/53] ALSA: x86: Fix for CONFIG_PM=n
` [PATCH 28/53] ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()
` [PATCH 29/53] ALSA: x86: Drop unused fields from snd_intelhad struct
` [PATCH 30/53] ALSA: x86: Drop superfluous PCM private_free
` [PATCH 31/53] ALSA: x86: Fix sleep-in-atomic via i915 notification
` [PATCH 32/53] ALSA: x86: Remove superfluous check at resume
` [PATCH 33/53] ALSA: x86: Drop had_get_hwstate()
` [PATCH 34/53] ALSA: x86: Tidy up codes
` [PATCH 35/53] ALSA: x86: Remove _v[12] suffices
` [PATCH 36/53] ALSA: x86: Constfy tables
` [PATCH 37/53] ALSA: x86: Remove superfluous irqsave flags
` [PATCH 38/53] ALSA: x86: Fix racy access to chmap
` [PATCH 40/53] ALSA: x86: Drop superfluous state field
` [PATCH 41/53] ALSA: x86: Drop redundant had_stream_pvt
` [PATCH 42/53] ALSA: x86: Drop unused fields from pcm_stream_info
` [PATCH 43/53] ALSA: x86: Properly manage PCM substream lifetype
` [PATCH 44/53] ALSA: x86: Implement runtime PM
` [PATCH 45/53] ALSA: x86: Move stream status into pcm_stream_info
` [PATCH 46/53] ALSA: x86: Use the standard ELD bytes definitions
` [PATCH 48/53] ALSA: x86: Clean up unused defines and inclusions
` [PATCH 49/53] ALSA: x86: Create ELD control element
` [PATCH 50/53] ALSA: x86: Set CA bits for DisplayPort too
` [PATCH 51/53] ALSA: x86: Simplify comments
` [PATCH 52/53] ALSA: x86: Yet more tidy-up and clean-ups

[PATCH v3 1/1] ALSA: Tascam US-16x08 DSP mixer quirk
 2017-02-02 16:56 UTC 

[PATCH v3 00/10] Allwinner H5 and Orange Pi PC2 support
 2017-02-02 15:50 UTC  (6+ messages)
` [PATCH v3 08/10] dmaengine: sun6i: allow build on ARM64 platforms (sun50i)

[PATCH v4 2/2] ASoc: Add devictree bindings for CS35L35 CODEC
 2017-02-02 15:46 UTC  (4+ messages)

[PATCH v8] ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitches
 2017-02-02 11:06 UTC  (9+ messages)
` [PATCH v8 1/1] "
  ` [PATCH v8.1 "
  ` [PATCH v8.2 "

[PATCH 0/2] Baytrail/Cherrytrail audio fixes - take2
 2017-02-02 11:06 UTC  (7+ messages)
` [PATCH 1/2] ASoC: rt5645: fix error handling for gpio detection
  ` Applied "ASoC: rt5645: fix error handling for gpio detection" to the asoc tree
` [PATCH 2/2] ASoC: cht-bsw-rt5645: fix unused variable compiler warning
  ` Applied "ASoC: cht-bsw-rt5645: fix unused variable compiler warning" to the asoc tree

[PATCH 0/7] DisplayPort audio support on Cherrytrail
 2017-02-02 10:13 UTC  (15+ messages)
` [PATCH 1/7] drm/i915: add DP support in LPE audio mode
` [PATCH 2/7] drm/i915: add DisplayPort amp unmute for "
` [PATCH 3/7] drm/i915: Avoid MST pipe handling for LPE audio
` [PATCH 4/7] drm/i915: Pass pipe to LPE audio notification
` [PATCH 5/7] ALSA: x86: intel_hdmi: add definitions and logic for DP audio
` [PATCH 6/7] ALSA: x86: Use config base depending on the pipe
` [PATCH 7/7] drm/i915: Pass platform device to LPE audio notifier

[PATCH] drm/i915: Enable VLV audio chicken bit for LPE audio
 2017-02-02 10:12 UTC 

[PATCH v4 0/8] Add sun8i A33 audio driver
 2017-02-02  9:24 UTC  (9+ messages)
` [PATCH v4 1/8] ASoC: sun4i-i2s: Update binding documentation to include A31
  ` [PATCH v4 2/8] ASoC: sun4i-i2s: Add quirks to handle a31 compatible
  ` [PATCH v4 8/8] ARM: dts: sun8i: sinlinx: Enable audio nodes
` [PATCH v4 3/8] ASoC: Add sun8i digital audio codec
` [PATCH v4 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay
` [PATCH v4 5/8] ASoC: codecs: Add sun8i-a33 binding documentation
` [PATCH v4 6/8] ARM: dts: sun8i: Add audio codec, dai and card for A33
` [PATCH v4 7/8] ARM: dts: sun8i: parrot: Enable audio nodes

[PATCH] ASoC:nau8825: automatic LRCK and BCLK divide in master mode
 2017-02-02  7:36 UTC 

[PATCH] ASoC: rsnd: fixup reset timing of sync convert_rate
 2017-02-02  5:01 UTC 

[RFC] [ALSA][CONTROL] Added 2 ioctls for reading/writing values of multiple controls in one go (at once)
 2017-02-02  3:45 UTC  (2+ messages)

[PATCH] ASoC: nau8824: new codec driver
 2017-02-02  3:33 UTC  (3+ messages)

[RFC] [ALSA][CONTROL] Restructured the code for read/write of a single control
 2017-02-02  3:25 UTC 

[PATCH] ASoC: bcm2835: Increase channels_max to 8
 2017-02-01 23:37 UTC 

[PATCH] Add support for Sabre HiFi on System76 and Clevo laptops
 2017-02-01 20:57 UTC 

[PATCH 0/2] Add STM32 SAI support
 2017-02-01 18:17 UTC  (5+ messages)
` [PATCH 1/2] ASoC: stm32: add bindings for SAI
` [PATCH 2/2] ASoC: stm32: add SAI driver

[PATCH] ASoC: rt5670: add HS ground control
 2017-02-01 17:43 UTC  (7+ messages)

[PATCH v3 0/8] Add sun8i A33 audio driver
 2017-02-01 17:30 UTC  (22+ messages)
` [PATCH v3 2/8] ASoC: sun4i-i2s: Add quirks to handle a31 compatible
` [PATCH v3 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay
` [PATCH v3 5/8] ASoC: codecs: Add sun8i-a33 binding documentation
` [PATCH v3 6/8] ARM: dts: sun8i: Add audio codec, dai and card for A33
  ` [PATCH v3 1/8] ASoC: sun4i-i2s: Update binding documentation to include A31
  ` [PATCH v3 3/8] ASoC: Add sun8i digital audio codec
    ` [PATCH] ASoC: fix platform_no_drv_owner.cocci warnings
  ` [PATCH v3 7/8] ARM: dts: sun8i: parrot: Enable audio nodes
` [PATCH v3 8/8] ARM: dts: sun8i: sinlinx: "

[PATCH] ALSA: x86: hdmi: fix build with CONFIG_PM=n
 2017-02-01 17:01 UTC  (2+ messages)

[PATCH] ASoC: Drop unnecessary debugfs ifdef
 2017-02-01 13:37 UTC 

[PATCH] ASoC: bcm2835: Remove redundant channel checking code in hw_params
 2017-02-01 11:14 UTC  (5+ messages)
` [PATCH v1] "

[PATCH v3 00/12] ASoC: hdmi: Preparatory work to support MST audio
 2017-02-01 10:00 UTC  (3+ messages)

[sound:topic/intel-lpe-audio-cleanup 12/49] htmldocs: drivers/gpu/drm/i915/intel_lpe_audio.c:337: warning: No description found for parameter 'pipe'
 2017-01-31 22:40 UTC 

[PATCH] ASoC: Intel: Atom: Configure media_loop1 and sprot_loop in stereo
 2017-01-31 21:18 UTC  (2+ messages)
` Applied "ASoC: Intel: Atom: Configure media_loop1 and sprot_loop in stereo" to the asoc tree

[PATCH 10/17] ASoC: Intel: cht_bsw_rt5645: add Baytrail MCLK support
 2017-01-31 21:18 UTC  (2+ messages)
` Applied "ASoC: Intel: cht_bsw_rt5645: add Baytrail MCLK support" to the asoc tree

[PATCH v2 1/2] ASoC: rt5640: Add support for rt5640 sound card found on HP Pavilion x2 10-p000 tablet
 2017-01-31 21:18 UTC  (2+ messages)
` Applied "ASoC: rt5640: Add "10EC3276" ACPI ID" to the asoc tree

[PATCH v2 2/2] ASoC: Intel: Atom: Add support for rt5640 sound card found on HP Pavilion x2 10-p000 tablet
 2017-01-31 21:18 UTC  (2+ messages)
` Applied "ASoC: Intel: Atom: Add HP Pavilion x2 10-p000 machine entry" to the asoc tree

[PATCH 05/17] ASoC: Intel: add support for Realtek 5651 on Cherrytrail
 2017-01-31 21:18 UTC  (2+ messages)
` Applied "ASoC: Intel: add support for Realtek 5651 on Cherrytrail" to the asoc tree

[PATCH 06/17] ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: codecs: rt5670: add quirk for Lenovo Thinkpad 10" to the asoc tree

[PATCH 08/17] ASoC: rt5645: add support for RT5648
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: rt5645: add support for RT5648" to the asoc tree

[PATCH 11/17] ASoC: Intel: Atom: add machine driver for baytrail-rt5645 hardware
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: Atom: add machine driver for baytrail-rt5645 hardware" to the asoc tree

[PATCH 13/17] ASoC: Intel: cht_bsw_rt5645: harden ACPI device detection
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: cht_bsw_rt5645: harden ACPI device detection" to the asoc tree

[PATCH 07/17] ASoC: Intel: Baytrail: add quirk for Lenovo Thinkpad 10
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: Baytrail: add quirk for Lenovo Thinkpad 10" to the asoc tree

[PATCH 09/17] ASoc: rt5645: add ACPI ID 10EC3270
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoc: rt5645: add ACPI ID 10EC3270" to the asoc tree

[PATCH 15/17] ASoC: Intel: cht-bsw-rt5645: add quirks for SSP0/AIF1/AIF2 routing
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: cht-bsw-rt5645: add quirks for SSP0/AIF1/AIF2 routing" to the asoc tree

[PATCH 16/17] ASoC: Intel: cht-bsw-rt5645: select ASRC source based on routing quirk
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: cht-bsw-rt5645: select ASRC source based on routing quirk" to the asoc tree

[PATCH 12/17] ASoC: Intel: add support for ALC3270 codec
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: add support for ALC3270 codec" to the asoc tree

[PATCH 17/17] ASoC: Intel: cht-bsw-rt5645: fix DAI formats
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: Intel: cht-bsw-rt5645: fix DAI formats" to the asoc tree

[PATCH] ASoC: wm8741: Remove unused WM8741_NUM_RATES macro
 2017-01-31 21:17 UTC  (2+ messages)
` Applied "ASoC: wm8741: Remove unused WM8741_NUM_RATES macro" to the asoc tree

Applied "ASoC: qcom: lpass-cpu: Remove unnecessary clock checks" to the asoc tree
 2017-01-31 21:17 UTC 

[PATCH] ASoC: mt8173-max98090: remove the call to snd_soc_jack_add_pins
 2017-01-31 21:17 UTC  (2+ messages)
  ` Applied "ASoC: mt8173-max98090: remove the call to snd_soc_jack_add_pins." to the asoc tree

Applied "ASoC: qcom: Drop __func__ usage from log prints" to the asoc tree
 2017-01-31 21:17 UTC 

[patch] sound: oss/ad1848: remove some dead code
 2017-01-31 20:41 UTC  (2+ messages)

[PATCH] ASoC: wm8741: Remove unneeded startup() callback
 2017-01-31 20:38 UTC  (5+ messages)

[PATCH 00/17] Baytrail/Cherrytrail audio fixes
 2017-01-31 20:29 UTC  (4+ messages)
` [PATCH 14/17] ASoC: rt5645: fix error handling for gpio detection

[PATCH] sound: soc: davinci - Fix possible NULL derefrence
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: davinci - Fix possible NULL derefrence." to the asoc tree

[PATCH 01/10] ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_routing
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_routing" to the asoc tree

[PATCH 03/10] ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_simple_widgets
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_simple_widgets" to the asoc tree

[PATCH 02/10] ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_prefix
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_audio_prefix" to the asoc tree

[PATCH 04/10] ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_name
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: soc-core: remove OF adjusting for snd_soc_of_parse_card_name" to the asoc tree

[PATCH 02/17] ASoC: Intel: boards: remove .pm_ops in all Atom/DPCM machine drivers
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: Intel: boards: remove .pm_ops in all Atom/DPCM machine drivers" to the asoc tree

[PATCH 01/17] ASoC: Intel: atom: fix frame polarity
 2017-01-31 20:02 UTC  (2+ messages)
` Applied "ASoC: Intel: atom: fix frame polarity" to the asoc tree

License for UCM config files - re plumbers audio conf discussion
 2017-01-31 19:30 UTC  (2+ messages)

[Alsa-Devel] Cannot combine audio devices with more than 64 channels
 2017-01-31 18:46 UTC  (10+ messages)
`  "

[PATCH v7 0/4] Add support for es8388 and hdmi audio on the rock2
 2017-01-31 18:28 UTC  (6+ messages)
` [PATCH v7 1/4] ASoC: es8328: Add support for slave mode
` [PATCH v7 2/4] ASoC: Allow to select ES8328_I2C and ES8328_SPI directly
` [PATCH v7 3/4] ASoC: rockchip: Add machine driver for RK3288 boards that use analog/HDMI
` [PATCH v7 4/4] arm: dts: Add support for ES8388 to the Radxa Rock 2

[PATCH 0/7] Add STM32 DFSDM support
 2017-01-31 15:30 UTC  (16+ messages)
` [PATCH 2/7] MFD: add "
` [PATCH 3/7] IIO: add bindings for STM32 DFSDM ADC driver

[PATCH v6 0/3] Add support for es8388 and hdmi audio on the rock2
 2017-01-31 14:19 UTC  (4+ messages)
` [PATCH v6 3/3] arm: dts: Add support for ES8388 to the Radxa Rock 2

[PATCH v1 1/4] ASoC: Intel: common: Replace custom implementation of readq / writeq
 2017-01-31 14:14 UTC  (4+ messages)
` [PATCH v1 2/4] ASoC: Intel: hifi2: "
` [PATCH v1 3/4] ASoC: Intel: hifi2: Convert write()/write64() to return void
` [PATCH v1 4/4] ASoC: Intel: hifi2: Get rid of snail address in comments

Ceasing ALSA involvement due to persistent ill-treatment
 2017-01-31 12:13 UTC  (2+ messages)

Intel alsa sound request for Laptops
 2017-01-31 10:48 UTC  (19+ messages)

sound: unable to handle kernel paging request snd_seq_prioq_cell_out
 2017-01-31 10:04 UTC 


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