Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-16 09:40:35 to 2023-05-18 09:25:43 UTC [more...]

[PATCH] ALSA: ti: Use pcm_for_each_format() macro for PCM format iteration
 2023-05-18  1:21 UTC  (4+ messages)

[PATCH 0/9] ASoC: amd: ps: add soundwire support
 2023-05-18  5:01 UTC  (21+ messages)
` [PATCH 1/9] ASoC: amd: ps: create platform devices based on acp config
` [PATCH 2/9] ASoC: amd: ps: handle soundwire interrupts in acp pci driver
` [PATCH 3/9] ASoC: amd: ps: add soundwire dma driver
` [PATCH 4/9] ASoC: amd: ps: add soundwire dma driver dma ops
` [PATCH 5/9] ASoC: amd: ps: add support for Soundwire DMA interrupts
` [PATCH 6/9] ASoC: amd: ps: add pm ops support for soundwire dma driver
` [PATCH 7/9] ASoC: amd: ps: enable SoundWire dma driver build
` [PATCH 8/9] ASoC: amd: update comments in Kconfig file
` [PATCH 9/9] ASoC: amd: ps: Add soundwire specific checks in pci driver in pm ops

[PATCH] ALSA: compat_ioctl: use correct snd_ctl_elem_type_t type
 2023-05-17 15:02 UTC  (2+ messages)

[PATCH] ASoC: tegra: tegra210_adx: fix snd_pcm_format_t type
 2023-05-17 14:50 UTC  (2+ messages)

snd_hda_codec_cirrus kernel oops
 2023-05-16 18:31 UTC  (4+ messages)

[PATCH v2 1/9] ALSA: emu10k1: pass frame instead of byte addresses
 2023-05-18  9:22 UTC  (8+ messages)
` [PATCH v2 2/9] Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"
` [PATCH v2 3/9] ALSA: emu10k1: remove pointless displacement of the extra voices
` [PATCH v2 4/9] ALSA: emu10k1: skip pointless cache setup for "
` [PATCH v2 5/9] ALSA: emu10k1: fix PCM playback cache and interrupt handling
` [PATCH v2 6/9] ALSA: emu10k1: improve API of low-level voice manipulation functions
` [PATCH v2 8/9] ALSA: emu10k1: refactor PCM playback address handling
` [PATCH v2 9/9] ALSA: emu10k1: fix PCM playback buffer size constraints

[PATCH] ASoC: dt-bindings: dialog,da7219: convert to dtschema
 2023-05-18  9:14 UTC 

HDA, power saving and recording
 2023-05-18  9:00 UTC  (16+ messages)

[PATCH 1/9] ALSA: emu10k1: pass frame instead of byte addresses
 2023-05-18  8:17 UTC  (13+ messages)
` [PATCH 2/9] Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"
` [PATCH 3/9] ALSA: emu10k1: remove pointless displacement of the extra voices
` [PATCH 4/9] ALSA: emu10k1: skip pointless cache setup for "
` [PATCH 5/9] ALSA: emu10k1: fix PCM playback cache and interrupt handling
` [PATCH 6/9] ALSA: emu10k1: fix PCM playback buffer size constraints
` [PATCH 7/9] ALSA: emu10k1: improve API of low-level voice manipulation functions
` [PATCH 8/9] ALSA: emu10k1: refactor PCM playback cache filling
` [PATCH 9/9] ALSA: emu10k1: refactor PCM playback address handling

[PATCH 0/5] ASoC: mt8188: add new board support
 2023-05-18  7:36 UTC  (19+ messages)
` [PATCH 1/5] ASoC: mediatek: mt8188: separate ADDA playback dai from capture dai
` [PATCH 2/5] ASoC: mediatek: mt8188-mt6359: register hdmi/dp jack pins
` [PATCH 3/5] ASoC: mediatek: common: soundcard driver add dai_fmt support
` [PATCH 4/5] ASoC: mediatek: mt8188-mt6359: support new board with nau88255
` [PATCH 5/5] ASoC: dt-bindings: mediatek,mt8188-mt6359: update properties

[RESEND PATCH 00/12] ASoC: codecs: do not store status in state containe
 2023-05-18  7:27 UTC  (13+ messages)
` [RESEND PATCH 01/12] ASoC: codecs: rt1308: do not store status in state container
` [RESEND PATCH 02/12] ASoC: codecs: rt1316: "
` [RESEND PATCH 03/12] ASoC: codecs: rt1318: "
` [RESEND PATCH 04/12] ASoC: codecs: rt5682: "
` [RESEND PATCH 05/12] ASoC: codecs: rt700: "
` [RESEND PATCH 06/12] ASoC: codecs: rt711-sdca: "
` [RESEND PATCH 07/12] ASoC: codecs: rt711: "
` [RESEND PATCH 08/12] ASoC: codecs: rt712-sdca-dmic: "
` [RESEND PATCH 09/12] ASoC: codecs: rt712-sdca: "
` [RESEND PATCH 10/12] ASoC: codecs: rt715-sdca: "
` [RESEND PATCH 11/12] ASoC: codecs: rt715: "
` [RESEND PATCH 12/12] ASoC: codecs: rt722-sdca: "

[PATCH 00/20] ASoC: replace dpcm_playback/capture to playback/capture_only
 2023-05-18  5:49 UTC  (21+ messages)
` [PATCH 01/20] ASoC: soc-pcm.c: indicate error if stream has no playback no capture
` [PATCH 02/20] ASoC: soc-pcm.c: use dai_link on soc_get_playback_capture()
` [PATCH 03/20] ASoC: soc-pcm.c: cleanup soc_get_playback_capture() error
` [PATCH 04/20] ASoC: soc-pcm.c: use temporary variable at soc_get_playback_capture()
` [PATCH 05/20] ASoC: soc-pcm.c: tidyup playback/capture_only "
` [PATCH 06/20] ASoC: soc-pcm.c: cleanup normal connection loop at soc_get_playback_capture() part1
` [PATCH 07/20] ASoC: soc-pcm.c: cleanup normal connection loop at soc_get_playback_capture() part2
` [PATCH 08/20] ASoC: soc-pcm.c: cleanup soc_get_playback_capture()
` [PATCH 09/20] ASoC: amd: replace dpcm_playback/capture to playback/capture_only
` [PATCH 10/20] ASoC: fsl: "
` [PATCH 11/20] ASoC: sof: "
` [PATCH 12/20] ASoC: meson: "
` [PATCH 13/20] ASoC: Intel: "
` [PATCH 14/20] ASoC: samsung: "
` [PATCH 15/20] ASoC: mediatek: "
` [PATCH 16/20] ASoC: soc-dai.c: "
` [PATCH 17/20] ASoC: soc-core.c: "
` [PATCH 18/20] ASoC: soc-topology.c: "
` [PATCH 19/20] ASoC: soc-compress.c: "
` [PATCH 20/20] ASoC: soc-pcm.c: remove dpcm_playback/capture

Fwd: [Bug 217440] New: ALC236 audio disappears from HP 15z-fc000 on warm boot
 2023-05-18  5:44 UTC  (7+ messages)

[PATCH][next] ALSA: mixart: Replace one-element arrays with simple object declarations
 2023-05-18  5:12 UTC  (2+ messages)

[PATCH] soundwire: intel_bus_common: update error log
 2023-05-18  2:42 UTC 

[PATCH 0/3] soundwire: improve bus reset
 2023-05-18  2:41 UTC  (4+ messages)
` [PATCH 1/3] soundwire: intel_bus_common: enable interrupts last
` [PATCH 2/3] soundwire: intel/cadence: update hardware reset sequence
` [PATCH 3/3] soundwire: cadence: revisit parity injection

No sound with Realtek ALC298 on a Samsung Galaxy book
 2023-05-17 20:37 UTC  (3+ messages)
` Patch for "

[PATCH] ALSA: emu10k1: fix 64-bit integer division
 2023-05-17 20:28 UTC  (2+ messages)

[PATCH] ALSA: emu10k1: remove runtime 64-bit divisions
 2023-05-17 20:18 UTC  (3+ messages)

[PATCH] ASoC: soc-pcm: test if a BE can be prepared
 2023-05-17 18:57 UTC 

[PATCH 1/2] soundwire: qcom: fix unbalanced pm_runtime_put()
 2023-05-17 16:47 UTC  (4+ messages)
` [PATCH 2/2] soundwire: debugfs: "

[PATCH] soundwire: qcom: add proper error paths in qcom_swrm_startup()
 2023-05-17 16:45 UTC  (2+ messages)

next: gcc-8-ppc6xx_defconfig: ERROR: modpost: "__divdi3" [sound/pci/emu10k1/snd-emu10k1.ko] undefined!
 2023-05-17 16:02 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin name
 2023-05-17 15:15 UTC 

[PATCH 00/10] ALSA: emu10k1: improvements mostly to the I/O routing mixers for E-MU cards
 2023-05-17 15:08 UTC  (6+ messages)
` [PATCH 07/10] ALSA: emu10k1: make E-MU mixer control creation more data-driven
` [PATCH 08/10] ALSA: emu10k1: improve mixer controls for E-MU 1010 rev2 card
` [PATCH 09/10] ALSA: emu10k1: add explicit support for E-MU 0404
` [PATCH 10/10] ALSA: emu10k1: make struct snd_emu1010 less wasteful

[PATCH 0/6] ALSA: emu10k1: assorted playback-related cleanups
 2023-05-17 15:08 UTC  (4+ messages)
` [PATCH 2/6] ALSA: emu10k1: cleanup envelope register init
` [PATCH 5/6] ALSA: emu10k1: skip needless setting of some voice registers

[PATCH v2 2/5] ASoC: dt-bindings: Add tas2781 amplifier
 2023-05-17 15:05 UTC  (8+ messages)
      ` [EXTERNAL] "

[PATCH] ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table
 2023-05-17 14:57 UTC  (2+ messages)

[PATCH 1/2] ALSA: cs46xx: mark snd_cs46xx_download_image as static
 2023-05-17 14:56 UTC  (4+ messages)
` [PATCH 2/2] ALSA: oss: avoid missing-prototype warnings

[PATCH] ASoC: dt-bindings: nau8315: Convert to dtschema
 2023-05-17 14:50 UTC  (5+ messages)

[PATCH] ASoC: dt-bindings: nau8810: Convert to dtschema
 2023-05-17 14:50 UTC  (4+ messages)

[PATCH] ASoC: dt-bindings: ssm2518: Convert to dtschema
 2023-05-17 14:43 UTC  (3+ messages)

[PATCH 01/12] ASoC: codecs: rt1308: do not store status in state container
 2023-05-17 14:40 UTC  (14+ messages)
` [PATCH 02/12] ASoC: codecs: rt1316: "
` [PATCH 03/12] ASoC: codecs: rt1318: "
` [PATCH 04/12] ASoC: codecs: rt5682: "
` [PATCH 05/12] ASoC: codecs: rt700: "
` [PATCH 06/12] ASoC: codecs: rt711-sdca: "
` [PATCH 07/12] ASoC: codecs: rt711: "
` [PATCH 08/12] ASoC: codecs: rt712-sdca-dmic: "
` [PATCH 09/12] ASoC: codecs: rt712-sdca: "
` [PATCH 10/12] ASoC: codecs: rt715-sdca: "
` [PATCH 11/12] ASoC: codecs: rt715: "
` [PATCH 12/12] ASoC: codecs: rt722-sdca: "

[PATCH 00/10] Add cs42l43 PC focused SoundWire CODEC
 2023-05-17 14:30 UTC  (22+ messages)
` [PATCH 07/10] irqchip/cs42l43: Add support for the cs42l43 IRQs
` [PATCH 08/10] pinctrl: cs42l43: Add support for the cs42l43

[RESEND 0/4] ASoC: mt6359: kselftest fix and driver extension
 2023-05-17 11:52 UTC  (5+ messages)
` [RESEND 1/4] ASoC: mediatek: mt6359: add supply for MTKAIF
` [RESEND 2/4] ASoC: mediatek: mt6359: fix kselftest error of playback gain
` [RESEND 3/4] ASoC: mediatek: mt6359: add mtkaif gpio setting
` [RESEND 4/4] ASoC: mediatek: mt6359: update route for lineout mux

[PATCH v2 0/2] ASoC: do not include runtime_pm.h if not needed
 2023-05-17  9:49 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: do not include pm_runtime.h if not used
` [PATCH v2 2/2] ASoC: use pm.h instead of runtime_pm.h

[PATCH v4 0/3] Add TDM audio on StarFive JH7110
 2023-05-17  8:35 UTC  (3+ messages)
` [PATCH v4 2/3] ASoC: starfive: Add JH7110 TDM driver

[PATCH] SoC: rt5682: Disable jack detection interrupt during suspend
 2023-05-17  1:46 UTC  (4+ messages)

[PATCH] ALSA: hda: Fix Oops by 9.1 surround channel names
 2023-05-16 18:44 UTC 

[GIT PULL] ASoC fixes for v6.4-rc2
 2023-05-16 18:15 UTC  (2+ messages)

[RESEND PATCH 0/2] Improve support for sof_ipc{3|4}_bytes_ext_put
 2023-05-16 14:47 UTC  (4+ messages)
` [RESEND PATCH 1/2] ASoC: sof: Improve sof_ipc3_bytes_ext_put function
` [RESEND PATCH 2/2] ASoC: sof: Improve sof_ipc4_bytes_ext_put function

[PATCH v2] ASoC: dt-bindings: nau8824: Convert to dtschema
 2023-05-16 14:25 UTC  (2+ messages)

[PATCH v4 30/41] sound: add HAS_IOPORT dependencies
 2023-05-16 11:00 UTC 

Apple USB-C dongle cannot output 44100hz
 2023-05-16 10:43 UTC 

Apple USB-C dongle cannot output 44100hz
 2023-05-16 10:43 UTC 


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