[PATCH v3 0/4] ALSA: usb-audio: add module param device_quirk_flags

Cryolitia PukNgae via B4 Relay posted 4 patches 2 weeks ago
There is a newer version of this series
Documentation/sound/alsa-configuration.rst | 112 ++++++++++++------
include/linux/moduleparam.h                |   3 +
kernel/params.c                            |   9 +-
sound/usb/card.c                           | 177 +++++++++++++++++++++++++++--
sound/usb/quirks.c                         | 123 +++++++++++++++++++-
sound/usb/quirks.h                         |   5 +
sound/usb/usbaudio.h                       |  15 +++
7 files changed, 394 insertions(+), 50 deletions(-)
[PATCH v3 0/4] ALSA: usb-audio: add module param device_quirk_flags
Posted by Cryolitia PukNgae via B4 Relay 2 weeks ago
As an implementation of what has been discussed previously[1].

1. https://lore.kernel.org/all/87h5xm5g7f.wl-tiwai@suse.de/

Signed-off-by: Cryolitia PukNgae <cryolitia@uniontech.com>
---
Changes in v3:
- Instead of a new param, improve the existed one.
- Link to v2: https://lore.kernel.org/r/20250912-sound-v2-0-01ea3d279f4b@uniontech.com

Changes in v2:
- Cleaned up some internal rebase confusion, sorry for that
- Link to v1: https://lore.kernel.org/r/20250912-sound-v1-0-cc9cfd9f2d01@uniontech.com

---
Cryolitia PukNgae (4):
      ALSA: usb-audio: add two-way convert between name and bit for QUIRK_FLAG_*
      param: export param_array related functions
      ALSA: usb-audio: add module param device_quirk_flags
      ALSA: doc: add docs about device_device_quirk_flags in snd-usb-audio

 Documentation/sound/alsa-configuration.rst | 112 ++++++++++++------
 include/linux/moduleparam.h                |   3 +
 kernel/params.c                            |   9 +-
 sound/usb/card.c                           | 177 +++++++++++++++++++++++++++--
 sound/usb/quirks.c                         | 123 +++++++++++++++++++-
 sound/usb/quirks.h                         |   5 +
 sound/usb/usbaudio.h                       |  15 +++
 7 files changed, 394 insertions(+), 50 deletions(-)
---
base-commit: 4c421c40c8b30ab7aae1edc7f7e294fcd33fc186
change-id: 20250910-sound-a91c86c92dba

Best regards,
-- 
Cryolitia PukNgae <cryolitia@uniontech.com>