messages from 2019-07-25 06:08:30 to 2019-07-26 11:14:04 UTC [more...]
[RFC PATCH 00/40] soundwire: updates for 5.4
2019-07-26 11:14 UTC (68+ messages)
` [RFC PATCH 01/40] soundwire: add debugfs support
` [alsa-devel] "
` [RFC PATCH 02/40] soundwire: cadence_master: add debugfs register dump
` [RFC PATCH 03/40] soundwire: cadence_master: align debugfs to 8 digits
` [RFC PATCH 04/40] soundwire: intel: add debugfs register dump
` [RFC PATCH 05/40] soundwire: intel: move interrupt enable after interrupt handler registration
` [RFC PATCH 06/40] soundwire: intel: prevent possible dereference in hw_params
` [RFC PATCH 07/40] soundwire: intel: fix channel number reported by hardware
` [RFC PATCH 08/40] soundwire: intel: remove BIOS work-arounds
` [RFC PATCH 09/40] soundwire: cadence_master: fix usage of CONFIG_UPDATE
` [alsa-devel] "
` [RFC PATCH 10/40] soundwire: cadence_master: remove useless wrapper
` [RFC PATCH 11/40] soundwire: cadence_master: simplify bus clash interrupt clear
` [RFC PATCH 12/40] soundwire: cadence_master: revisit interrupt settings
` [RFC PATCH 13/40] soundwire: cadence_master: fix register definition for SLAVE_STATE
` [RFC PATCH 14/40] soundwire: cadence_master: fix definitions for INTSTAT0/1
` [RFC PATCH 15/40] soundwire: cadence_master: handle multiple status reports per Slave
` [RFC PATCH 16/40] soundwire: cadence_master: improve startup sequence with link hw_reset
` [alsa-devel] "
` [RFC PATCH 17/40] soundwire: bus: use runtime_pm_get_sync/pm when enabled
` [alsa-devel] "
` [RFC PATCH 18/40] soundwire: bus: split handling of Device0 events
` [RFC PATCH 19/40] soundwire: bus: improve dynamic debug comments for enumeration
` [RFC PATCH 20/40] soundwire: prototypes for suspend/resume
` [RFC PATCH 21/40] soundwire: export helpers to find row and column values
` [RFC PATCH 22/40] soundwire: include mod_devicetable.h to avoid compiling warnings
` [RFC PATCH 23/40] soundwire: stream: fix disable sequence
` [RFC PATCH 24/40] soundwire: cadence_master: use BIOS defaults for frame shape
` [RFC PATCH 25/40] soundwire: intel: use BIOS information to set clock dividers
` [RFC PATCH 26/40] soundwire: cadence_master: fix divider setting in clock register
` [alsa-devel] "
` [RFC PATCH 27/40] soundwire: Add Intel resource management algorithm
` [RFC PATCH 28/40] soundwire: intel: handle disabled links
` [RFC PATCH 29/40] soundwire: intel_init: add kernel module parameter to filter out links
` [RFC PATCH 30/40] soundwire: cadence_master: add kernel parameter to override interrupt mask
` [RFC PATCH 31/40] soundwire: intel: move shutdown() callback and don't export symbol
` [RFC PATCH 32/40] soundwire: intel: add helper for initialization
` [RFC PATCH 33/40] soundwire: intel: Add basic power management support
` [RFC PATCH 34/40] soundwire: intel: ignore disabled links for suspend/resume
` [RFC PATCH 35/40] soundwire: intel: export helper to exit reset
` [RFC PATCH 36/40] soundwire: intel: disable interrupts on suspend
` [RFC PATCH 37/40] soundwire: cadence_master: add hw_reset capability in debugfs
` [RFC PATCH 38/40] soundwire: cadence_master: make clock stop exit configurable on init
` [RFC PATCH 39/40] soundwire: intel: add pm_runtime support
` [RFC PATCH 40/40] soundwire: intel: add delay on restart for enumeration
[PATCH 0/5] ASoC: atmel: extend SSC support
2019-07-26 10:33 UTC (15+ messages)
` [PATCH 1/5] ASoC: atmel: enable SSC_PCM_DMA in Kconfig
` [PATCH 5/5] ASoC: atmel_ssc_dai: Enable shared FSYNC source in frame-slave mode
` [PATCH 3/5] ASoC: atmel_ssc_dai: implement left-justified data mode
` [PATCH 4/5] ASoC: atmel_ssc_dai: split TX/RX FS constants
[PATCH] ALSA: hda - Show the fatal CORB/RIRB error more clearly
2019-07-26 9:59 UTC
[PATCH v4 0/1] Fix driver reload issues
2019-07-26 9:09 UTC (2+ messages)
` [PATCH v4 1/1] ASoC: Intel: Skylake: Remove static table index when parsing topology
[alsa-devel] [PATCH 0/2] ASoC: ti: davinci-mcasp: sample format constraint fixes
2019-07-26 6:42 UTC (3+ messages)
` [PATCH 1/2] ASoC: ti: davinci-mcasp: Correct slot_width posed constraint
` [PATCH 2/2] ASoC: ti: davinci-mcasp: Support for correct symmetric sample bits
[PATCH] ASoC: soc-topology: use for_each_component_dais() at remove_dai()
2019-07-26 5:43 UTC
[PATCH v2 00/29] ASoC: add soc-component.c
2019-07-26 4:52 UTC (30+ messages)
` [PATCH v2 01/29] ASoC: Intel: skl-pcm: disable skl_get_time_info
` [PATCH v2 02/29] ASoC: soc-pcm: remove soc_rtdcom_ack()
` [PATCH v2 03/29] ASoC: soc-pcm: remove soc_rtdcom_copy_kernel()
` [PATCH v2 04/29] ASoC: soc-pcm: remove soc_fill_silence()
` [PATCH v2 05/29] ASoC: add soc-component.c
` [PATCH v2 06/29] ASoC: soc-component: add snd_soc_component_get/put()
` [PATCH v2 07/29] ASoC: soc-component: add snd_soc_component_open()
` [PATCH v2 08/29] ASoC: soc-component: add snd_soc_component_close()
` [PATCH v2 09/29] ASoC: soc-component: add snd_soc_component_prepare()
` [PATCH v2 10/29] ASoC: soc-component: add snd_soc_component_hw_params()
` [PATCH v2 11/29] ASoC: soc-component: add snd_soc_component_hw_free()
` [PATCH v2 12/29] ASoC: soc-component: add snd_soc_component_trigger()
` [PATCH v2 13/29] ASoC: soc-component: add snd_soc_component_suspend()
` [PATCH v2 14/29] ASoC: soc-component: add snd_soc_component_resume()
` [PATCH v2 15/29] ASoC: soc-component: add snd_soc_component_is_suspended()
` [PATCH v2 16/29] ASoC: soc-component: add snd_soc_component_probe()
` [PATCH v2 17/29] ASoC: soc-component: add snd_soc_component_remove()
` [PATCH v2 18/29] ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()
` [PATCH v2 19/29] ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()
` [PATCH v2 20/29] ASoC: soc-component: move snd_soc_component_seq_notifier()
` [PATCH v2 21/29] ASoC: soc-component: move snd_soc_component_stream_event()
` [PATCH v2 22/29] ASoC: soc-component: move snd_soc_component_set_bias_level()
` [PATCH v2 23/29] ASoC: soc-component: add snd_soc_pcm_component_pointer()
` [PATCH v2 24/29] ASoC: soc-component: add snd_soc_pcm_component_ioctrl()
` [PATCH v2 25/29] ASoC: soc-component: add snd_soc_pcm_component_copy_user()
` [PATCH v2 26/29] ASoC: soc-component: add snd_soc_pcm_component_page()
` [PATCH v2 27/29] ASoC: soc-component: add snd_soc_pcm_component_mmap()
` [PATCH v2 28/29] ASoC: soc-component: add snd_soc_pcm_component_pcm_new()
` [PATCH v2 29/29] ASoC: soc-component: add snd_soc_pcm_component_pcm_free()
[PATCH] Revert "ASoC: rockchip: i2s: Support mono capture"
2019-07-26 4:42 UTC
[PATCH v2] ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in build_adc_controls()
2019-07-26 2:14 UTC
[PATCH] ALSA: i2c: ak4xxx-adda: Fix a possible null pointer dereference in build_adc_controls()
2019-07-26 2:05 UTC (3+ messages)
[PATCH 00/25] ASoC: add soc-component.c
2019-07-26 0:53 UTC (4+ messages)
` [PATCH 05/25] ASoC: soc-component: add snd_soc_component_prepare()
[PATCH 00/11] JZ4740 SoC cleanup
2019-07-26 0:09 UTC (15+ messages)
` [PATCH 01/11] MIPS: DTS: jz4740: Add missing nodes
` [PATCH 02/11] MIPS: qi_lb60: Migrate to devicetree
` [PATCH 03/11] MIPS: configs: LB60: update defconfig
` [PATCH 04/11] ASoC: jz4740: Drop lb60 board code
` [PATCH 05/11] video/fbdev: Drop JZ4740 driver
` [PATCH 06/11] dma: "
` [PATCH 07/11] mtd: rawnand: Drop obsolete JZ4740 NAND driver
` [PATCH 08/11] power/supply: Drop obsolete JZ4740 driver
` [PATCH 09/11] hwmon: "
` [PATCH 10/11] mfd: "
` [PATCH 11/11] MIPS: jz4740: Drop dead code
Best representation for TDM devices
2019-07-25 17:44 UTC (2+ messages)
[PATCH v2] ASoC: SOF: Makefile - fix the top-level kernel module names (add snd- prefix)
2019-07-25 17:43 UTC (2+ messages)
` Applied "ASoC: SOF: Makefile - fix the top-level kernel module names (add snd- prefix)" to the asoc tree
[PATCH 1/3] ASoC: wm_adsp: Allow bus error handler to be called directly
2019-07-25 17:43 UTC (6+ messages)
` [PATCH v3 2/3] ASoC: cs47l15: Add codec driver for Cirrus Logic CS47L15
` Applied "ASoC: cs47l15: Add codec driver for Cirrus Logic CS47L15" to the asoc tree
` [PATCH v3 3/3] ASoC: cs47l92: Add codec driver for Cirrus Logic CS47L92
` Applied "ASoC: cs47l92: Add codec driver for Cirrus Logic CS47L92" to the asoc tree
` Applied "ASoC: wm_adsp: Allow bus error handler to be called directly" "
[PATCH v2 0/6] ASoC: improve codec to codec link support
2019-07-25 17:43 UTC (10+ messages)
` [PATCH v2 1/6] ASoC: codec2codec: run callbacks in order
` Applied "ASoC: codec2codec: run callbacks in order" to the asoc tree
` [PATCH v2 2/6] ASoC: codec2codec: name link using stream direction
` Applied "ASoC: codec2codec: name link using stream direction" to the asoc tree
` [PATCH v2 3/6] ASoC: codec2codec: deal with params when necessary
` Applied "ASoC: codec2codec: deal with params when necessary" to the asoc tree
` [PATCH v2 4/6] ASoC: create pcm for codec2codec links as well
` [PATCH v2 5/6] ASoC: codec2codec: remove ephemeral variables
` [PATCH v2 6/6] ASoC: codec2codec: fill some of the runtime stream parameters
[PATCH 00/10] Add support for new SAI IP version
2019-07-25 17:39 UTC (8+ messages)
` [PATCH 06/10] ASoC: dt-bindings: Document dl_mask property
` [PATCH 08/10] ASoC: dt-bindings: Document fcomb_mode property
` [alsa-devel] "
[alsa-devel] [PATCH] [ASoC][soc-dapm] : memory leak in the func snd_soc_dapm_new_dai
2019-07-25 16:13 UTC
[PATCH] ALSA: echoaudio: Replace kmalloc + memcpy with kmemdup
2019-07-25 15:50 UTC (2+ messages)
[alsa-devel] Kernel 5.2.2 - RSpeaker not working - MacBookAir 3,2
2019-07-25 15:06 UTC
[PATCH] ASoC: Intel: Fix some acpi vs apci typo in somme comments
2019-07-25 13:44 UTC (4+ messages)
` Applied "ASoC: Intel: Fix some acpi vs apci typo in somme comments" to the asoc tree
[PATCH 00/22] ReST conversion of text files without .txt extension
2019-07-25 13:44 UTC (3+ messages)
` [PATCH 15/22] docs: index.rst: don't use genindex for pdf output
[PATCH] ASoC: SOF: Makefile - fix the top-level kernel module names (add snd- prefix)
2019-07-25 13:38 UTC (4+ messages)
[PATCH 0/6] ASoC: improve codec to codec link support
2019-07-25 13:25 UTC (7+ messages)
` [PATCH 1/6] ASoC: codec2codec: run callbacks in order
` [PATCH 3/6] ASoC: codec2codec: deal with params when necessary
[PATCH] ASoC: pcm3168a: Allow all channels in case of parallel DIN/DOUT setup
2019-07-25 13:19 UTC (2+ messages)
` Applied "ASoC: pcm3168a: Allow all channels in case of parallel DIN/DOUT setup" to the asoc tree
[PATCH] ASoC: ti: davinci-mcasp: Add support for RIGHT_J format
2019-07-25 13:19 UTC (2+ messages)
` Applied "ASoC: ti: davinci-mcasp: Add support for RIGHT_J format" to the asoc tree
[PATCH] ASoC: ti: davinci-mcasp: Fix clk PDIR handling for i2s master mode
2019-07-25 13:19 UTC (2+ messages)
` Applied "ASoC: ti: davinci-mcasp: Fix clk PDIR handling for i2s master mode" to the asoc tree
[PATCH] ASoC: ti: davinci-mcasp: Improve serializer handling in multi AXR setups
2019-07-25 13:19 UTC (2+ messages)
` Applied "ASoC: ti: davinci-mcasp: Improve serializer handling in multi AXR setups" to the asoc tree
[PATCH v2 1/2] ASoC: cs47l15: Add codec driver for Cirrus Logic CS47L15
2019-07-25 13:10 UTC (4+ messages)
` [PATCH v2 2/2] ASoC: cs47l92: Add codec driver for Cirrus Logic CS47L92
[PATCH v2 1/3] treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
2019-07-25 13:03 UTC (7+ messages)
` [PATCH v2 2/3] treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again
` [PATCH v2 3/3] iomap: fix Invalid License ID
[PATCH 1/2] ASoC: cs47l15: Add codec driver for CS47L15
2019-07-25 12:16 UTC (3+ messages)
` [PATCH 2/2] ASoC: cs47l92: Add codec driver for Cirrus Logic CS47L92
[PATCH] ASoC: soc-pcm: Use format size instead physical for sample_bits symmetry
2019-07-25 11:10 UTC (2+ messages)
[alsa-lib][v1.1.19][pcm][multi plug] multi plug stuck in busy loop which caused high cpu loading
2019-07-25 9:59 UTC
[PATCH] ALSA: hda - Add a conexant codec entry to let mute led work
2019-07-25 7:13 UTC (2+ messages)
[PATCH 1/2] treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
2019-07-25 7:10 UTC (3+ messages)
` [alsa-devel] [PATCH 2/2] treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox