messages from 2023-07-11 13:31:26 to 2023-07-12 23:17:54 UTC [more...]
[PATCH 00/10] ASoC: ad: Update Analog Devices drivers to maple tree register cache
2023-07-12 23:13 UTC (9+ messages)
` [PATCH 01/10] ASoC: ad1836: Update to use "
` [PATCH 02/10] ASoC: ad1980: "
` [PATCH 03/10] ASoC: adau1372: "
` [PATCH 04/10] ASoC: adau1373: "
` [PATCH 05/10] ASoC: adau1701: "
` [PATCH 06/10] ASoC: adau1761: "
` [PATCH 07/10] ASoC: adau1781: "
` [PATCH 08/10] ASoC: adau1977: "
[PATCH 2/2] kselftest/alsa: pcm-test: Decrease stream duration from 4 to 2 seconds
2023-07-12 22:03 UTC (11+ messages)
[PATCH 0/5] ASoC: st: Use maple tree register cache
2023-07-12 18:44 UTC (6+ messages)
` [PATCH 1/5] ASoC: sta32x: Update to use "
` [PATCH 2/5] ASoC: sta350: "
` [PATCH 3/5] ASoC: sta529: "
` [PATCH 4/5] ASoC: stac9766: "
` [PATCH 5/5] ASoC: sti-sas: "
[PATCH 0/4] ASoC: qcom: Use the maple tree register cache
2023-07-12 18:29 UTC (5+ messages)
` [PATCH 1/4] ASoC: wcd9335: Update to use "
` [PATCH 2/4] ASoC: wcd938x: "
` [PATCH 3/4] ASoC: wsa881x: "
` [PATCH 4/4] ASoC: wsa883x: "
[PATCH v4] ASoC: Intel: sof_rt5682: add jsl_rt5650 board config
2023-07-12 19:14 UTC (3+ messages)
[PATCH 00/13] PCI: Define Intel PCI IDs and use them in drivers
2023-07-12 15:54 UTC (43+ messages)
` [PATCH 01/13] PCI: Sort Intel PCI IDs by number
` [PATCH 02/13] PCI: Add Intel Audio DSP devices to pci_ids.h
` [PATCH 03/13] ALSA: hda: Add controller matching macros
` [PATCH 04/13] ALSA: hda: Use global PCI match macro
` [PATCH 05/13] ALSA: hda/i915: "
` [PATCH 06/13] ASoC: Intel: Skylake: "
` [PATCH 07/13] ALSA: intel-dsp-config: Convert to PCI device IDs defines
` [PATCH 08/13] ALSA: hda: "
` [PATCH 09/13] ASoC: Intel: avs: "
` [PATCH 10/13] "
` [PATCH 11/13] ASoC: Intel: Skylake: "
` [PATCH 12/13] ASoC: SOF: Intel: "
` [PATCH 13/13] ASoC: Intel: sst: "
[PATCH][next] selftests: ALSA: Fix fclose on an already fclosed file pointer
2023-07-12 15:53 UTC (2+ messages)
[PATCH 0/2] ASoC: Improve coverage in default KUnit runs
2023-07-12 15:40 UTC (3+ messages)
` [PATCH 1/2] kunit: Enable ASoC in all_tests.config
` [PATCH 2/2] ASoC: topology: Add explicit build option
[PATCH v2 0/4] ASoC: rt5677: Refactor GPIO and use device_get_match_data()
2023-07-12 15:31 UTC (5+ messages)
[PATCH 1/3] ALSA: emu10k1: fix return value of snd_emu1010_adc_pads_put()
2023-07-12 14:57 UTC (3+ messages)
` [PATCH 2/3] ALSA: emu10k1: remove superfluous IRQ enable state saving
` [PATCH 3/3] ALSA: emu10k1: (re-)add mixer locking
[PATCH v2 00/37] ALSA: Add MIDI 2.0 support
2023-07-12 13:58 UTC (3+ messages)
ALC4082 - ASRock Z790 PG-ITX/TB4
2023-07-12 13:25 UTC
[PATCH] ASoC: fsl_sai: Disable bit clock with transmitter
2023-07-12 12:49 UTC
[RESEND 0/2] ASoC: mt8188: add memory-region support
2023-07-12 12:50 UTC (5+ messages)
` [RESEND 1/2] ASoC: mediatek: "
` [RESEND 2/2] ASoC: dt-bindings: mediatek,mt8188-afe: add memory-region
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-12 11:47 UTC (48+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 06/15] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v2 07/15] spi: Sort headers alphabetically
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 09/15] spi: Use struct_size() helper
` [PATCH v2 10/15] spi: Use predefined constants from bits.h and units.h
` [PATCH v2 11/15] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v2 12/15] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v2 14/15] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v2 15/15] spi: Fix spelling typos and acronyms capitalization
` (subset) [PATCH v2 00/15] spi: Header and core clean up and refactoring
[PATCH v3 00/14] spi: Header and core clean up and refactoring
2023-07-11 17:34 UTC (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization
[PATCH 1/4] ASoC: codecs: es8326: Add es8326_mute function
2023-07-12 12:46 UTC (5+ messages)
` [PATCH 2/4] ASoC: codecs: es8326: Fix power-up sequence
` [PATCH 3/4] ASOC: codecs: ES8326: Add calibration support for version_b
` [PATCH 4/4] ASoC: codecs: ES8326: Update jact detection function
[PATCH 0/3] regmap: Fix REGMAP selections
2023-07-12 11:58 UTC (4+ messages)
` [PATCH 2/3] regmap: REGMAP_SLIMBUS should select REGMAP
` (subset) [PATCH 0/3] regmap: Fix REGMAP selections
[PATCH 00/14] ASoC: add multi Component support
2023-07-12 11:47 UTC (2+ messages)
[PATCH 0/4] Add acpi mahine id's for vangogh platform and
2023-07-12 11:47 UTC (2+ messages)
[PATCH 0/2] ASoC: Another set of platform remove conversions
2023-07-12 11:47 UTC (2+ messages)
[PATCH 3/3] ASoC: rt5645: add the system level suspend-resume callback
2023-07-12 11:47 UTC (2+ messages)
[PATCH 1/3] ASoC: rt5645: implement set_jack callback
2023-07-12 11:47 UTC (2+ messages)
[PATCH v3 0/3] AMD Vangogh support for NAU8821/MAX98388
2023-07-12 11:47 UTC (2+ messages)
[PATCH v2 0/4] ASoC: remove copy of intlog10()
2023-07-12 11:47 UTC (2+ messages)
[PATCH 1/2] ASoC: SOF: amd: add revision check for sending sha dma completion command
2023-07-12 11:47 UTC (10+ messages)
` [PATCH 2/2] ASoC: SOF: amd: refactor PSP smn_read
` (subset) [PATCH 1/2] ASoC: SOF: amd: add revision check for sending sha dma completion command
[PATCH v2] ASoC: stac9766: fix build errors with REGMAP_AC97
2023-07-12 11:47 UTC (2+ messages)
[PATCH 0/2] ASoC: mt8188: add memory-region support
2023-07-12 11:47 UTC (2+ messages)
[PATCH] ASoC: soc-core: protect dlc->of_node under mutex
2023-07-12 11:47 UTC (2+ messages)
[PATCH 00/11] Even more msm bindings fixes
2023-07-12 11:46 UTC (2+ messages)
` (subset) "
[PATCH 0/8] ASoC: Intel: avs: New boards and fixes to existing ones
2023-07-12 11:46 UTC (2+ messages)
[PATCH] ASoC: imx-pcm-rpmsg: Set PCM hardware parameters separately
2023-07-12 11:46 UTC (2+ messages)
[PATCH] ASoC: dt-bindings: nau8821: Convert to dtschema
2023-07-12 11:46 UTC (2+ messages)
[PATCH v6 00/13] Add support for IIO devices in ASoC
2023-07-12 11:46 UTC (2+ messages)
[PATCH v2 00/10] Refactor acp legacy driver and add
2023-07-12 11:46 UTC (2+ messages)
[PATCH] ASoC: rt722-sdca: Remove redundant sdca mask
2023-07-12 11:46 UTC (2+ messages)
[PATCH 1/1] ASoC: dwc: Add TDM mode support
2023-07-12 11:46 UTC (2+ messages)
[PATCH -next] ASoC: tas2781: No need to set device_driver owner
2023-07-12 11:46 UTC (2+ messages)
[PATCH] ASoC: jz4740: Update to use maple tree register cache
2023-07-12 11:14 UTC
[PATCH v3] ASoC: Intel: sof_rt5682: add jsl_rt5650 board config
2023-07-12 11:02 UTC (5+ messages)
[PATCH v2] ASoC: dt-bindings: Update maintainer email id
2023-07-12 10:47 UTC (4+ messages)
[PATCH v1] ASoC: tas2505: Add tas2505 driver
2023-07-12 7:56 UTC (2+ messages)
[PATCH] ASoC: rt5640: Fix the issue of speaker noise
2023-07-12 6:25 UTC
[EXTERNAL] {standard input}:866: Error: value -148 out of range
2023-07-12 5:40 UTC
[PATCH v1] ASoC: dt-bindings: Add tas2505 audio amplifier
2023-07-12 5:25 UTC (3+ messages)
[PATCH] ASoC: dt-bindings: nau8821: Convert to dtschema
2023-07-12 3:12 UTC (3+ messages)
[PATCH v1] ALSA: hda/tas2781: fix 'fw_entry' is used uninitialized
2023-07-12 2:44 UTC
[PATCH v2] ASoC: Intel: sof_rt5682: add jsl_rt5650 board config
2023-07-12 1:59 UTC (3+ messages)
[PATCH] ASoC: dt-bindings: audio-graph-card2: Drop incomplete example
2023-07-11 21:21 UTC (2+ messages)
[PATCH] ASoC: amd: ps: Fix extraneous error messages
2023-07-11 21:21 UTC (2+ messages)
[PATCH] ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode"
2023-07-11 21:21 UTC (2+ messages)
[PATCH 0/8] ASoC/soundwire/qdsp6/wcd: fix leaks and probe deferral
2023-07-11 20:44 UTC (2+ messages)
` (subset) "
[PATCH] ASoC: qcom: q6apm: do not close GPR port before closing graph
2023-07-11 20:44 UTC (2+ messages)
[PATCH] ASoC: codecs: aw88395: Add of_match_table
2023-07-11 19:06 UTC
[PATCH 1/5] ASoC: bcm: bcm63xx-i2s-whistler: Convert to devm_platform_ioremap_resource()
2023-07-11 15:46 UTC (6+ messages)
` [PATCH 2/5] ASoC: ti: Convert to devm_platform_ioremap_resource_byname()
` [PATCH 3/5] ASoC: mediatek: mt8186: Convert to devm_platform_ioremap_resource()
` [PATCH 4/5] ASoC: pxa: Use devm_platform_get_and_ioremap_resource()
` [PATCH 5/5] ASoC: tegra: tegra20_ac97: "
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