All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ALSA: usb-audio: presonus s1810 minor cleanup and document
@ 2026-01-11 21:36 ` fenugrec via B4 Relay
  0 siblings, 0 replies; 8+ messages in thread
From: fenugrec @ 2026-01-11 21:36 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: linux-sound, linux-kernel, roy.vegard.ovesen, mickflemm, fenugrec

patch v2 : apologies, I had missed an __le32 field.

- Use __le32 fields for structures sent/received over USB
 Addresses a comment from when this driver was initially merged:
  https://lore.kernel.org/all/s5hd0agcjw1.wl-tiwai@suse.de/

- Document constants and protocol details common to the Studio 1810 and
1824c devices

Except for a hypothetical big-endian platform (which I cannot test) where the first
commit would make a difference, both these should have no functional
change.

Signed-off-by: fenugrec <fenugrec@mail.com>
---
Changes in v2:
- fix an overlooked __le32 conversion for .tag and .len fields
- Link to v1: https://lore.kernel.org/r/20260110-preso_clean1-v1-0-ce2dd3ea4506@mail.com

---
fenugrec (2):
      ALSA: usb-audio: presonus s18xx uses little-endian
      ALSA: usb-audio: clean up presonus s1810 consts

 sound/usb/mixer_s1810c.c | 224 ++++++++++++++++++++++++++++-------------------
 1 file changed, 134 insertions(+), 90 deletions(-)
---
base-commit: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449
change-id: 20260110-preso_clean1-162b2bd8bdb9

Best regards,
-- 
fenugrec <fenugrec@mail.com>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-13 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 21:36 [PATCH v2 0/2] ALSA: usb-audio: presonus s1810 minor cleanup and document fenugrec
2026-01-11 21:36 ` fenugrec via B4 Relay
2026-01-11 21:36 ` [PATCH v2 1/2] ALSA: usb-audio: presonus s18xx uses little-endian fenugrec
2026-01-11 21:36   ` fenugrec via B4 Relay
2026-01-11 21:36 ` [PATCH v2 2/2] ALSA: usb-audio: clean up presonus s1810 consts fenugrec
2026-01-11 21:36   ` fenugrec via B4 Relay
2026-01-13 12:22 ` [PATCH v2 0/2] ALSA: usb-audio: presonus s1810 minor cleanup and document Takashi Iwai
2026-01-13 14:10   ` fenugrec

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.