linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 000/103] ALSA: Use safer strscpy() instead of strcpy()
@ 2025-07-10 10:05 Takashi Iwai
  2025-07-10 10:05 ` [PATCH 001/103] ALSA: control: " Takashi Iwai
                   ` (103 more replies)
  0 siblings, 104 replies; 112+ messages in thread
From: Takashi Iwai @ 2025-07-10 10:05 UTC (permalink / raw)
  To: linux-sound

Hi,

this is a collection of small and pretty trivial patches to replace
the strcpy() calls with strscpy().  Most of changes (except for a few
last ones) are systematic replacement with strscpy() where the copy is
done against arrays, so pretty safe.


Takashi

===

Takashi Iwai (103):
  ALSA: control: Use safer strscpy() instead of strcpy()
  ALSA: rawmidi: Use safer strscpy() instead of strcpy()
  ALSA: seq: Use safer strscpy() instead of strcpy()
  ALSA: mpu401: Use safer strscpy() instead of strcpy()
  ALSA: opl3: Use safer strscpy() instead of strcpy()
  ALSA: opl4: Use safer strscpy() instead of strcpy()
  ALSA: pcsp: Use safer strscpy() instead of strcpy()
  ALSA: portman2x4: Use safer strscpy() instead of strcpy()
  ALSA: serial-generic: Use safer strscpy() instead of strcpy()
  ALSA: serial-u16550: Use safer strscpy() instead of strcpy()
  ALSA: virmidi: Use safer strscpy() instead of strcpy()
  ALSA: vx: Use safer strscpy() instead of strcpy()
  ALSA: firewire: bebob: Use safer strscpy() instead of strcpy()
  ALSA: firewire: dice: Use safer strscpy() instead of strcpy()
  ALSA: firewire: digi00x: Use safer strscpy() instead of strcpy()
  ALSA: firewire: fireface: Use safer strscpy() instead of strcpy()
  ALSA: firewire: fireworks: Use safer strscpy() instead of strcpy()
  ALSA: firewire: isight: Use safer strscpy() instead of strcpy()
  ALSA: firewire: motu: Use safer strscpy() instead of strcpy()
  ALSA: firewire: oxfw: Use safer strscpy() instead of strcpy()
  ALSA: firewire: tascam: Use safer strscpy() instead of strcpy()
  ALSA: ad1816a: Use safer strscpy() instead of strcpy()
  ALSA: adlib: Use safer strscpy() instead of strcpy()
  ALSA: als100: Use safer strscpy() instead of strcpy()
  ALSA: cmi8328: Use safer strscpy() instead of strcpy()
  ALSA: cmi8330: Use safer strscpy() instead of strcpy()
  ALSA: cs423x: Use safer strscpy() instead of strcpy()
  ALSA: es1688: Use safer strscpy() instead of strcpy()
  ALSA: es18xx: Use safer strscpy() instead of strcpy()
  ALSA: galaxy: Use safer strscpy() instead of strcpy()
  ALSA: gus: Use safer strscpy() instead of strcpy()
  ALSA: msnd: Use safer strscpy() instead of strcpy()
  ALSA: opl3sa2: Use safer strscpy() instead of strcpy()
  ALSA: opti9xx: Use safer strscpy() instead of strcpy()
  ALSA: sc6000: Use safer strscpy() instead of strcpy()
  ALSA: sscape: Use safer strscpy() instead of strcpy()
  ALSA: wavefront: Use safer strscpy() instead of strcpy()
  ALSA: wss: Use safer strscpy() instead of strcpy()
  ALSA: mips: Use safer strscpy() instead of strcpy()
  ALSA: parisc: Use safer strscpy() instead of strcpy()
  ALSA: ac97: Use safer strscpy() instead of strcpy()
  ALSA: ad1889: Use safer strscpy() instead of strcpy()
  ALSA: ak4531: Use safer strscpy() instead of strcpy()
  ALSA: ali5451: Use safer strscpy() instead of strcpy()
  ALSA: als300: Use safer strscpy() instead of strcpy()
  ALSA: als4000: Use safer strscpy() instead of strcpy()
  ALSA: asihpi: Use safer strscpy() instead of strcpy()
  ALSA: atiixp: Use safer strscpy() instead of strcpy()
  ALSA: au88x0: Use safer strscpy() instead of strcpy()
  ALSA: aw2: Use safer strscpy() instead of strcpy()
  ALSA: azt3328: Use safer strscpy() instead of strcpy()
  ALSA: bt87x: Use safer strscpy() instead of strcpy()
  ALSA: ca0106: Use safer strscpy() instead of strcpy()
  ALSA: cmipci: Use safer strscpy() instead of strcpy()
  ALSA: cs4281: Use safer strscpy() instead of strcpy()
  ALSA: cs46xx: Use safer strscpy() instead of strcpy()
  ALSA: cs5530: Use safer strscpy() instead of strcpy()
  ALSA: cs5535audio: Use safer strscpy() instead of strcpy()
  ALSA: ctxfi: Use safer strscpy() instead of strcpy()
  ALSA: echoaudio: Use safer strscpy() instead of strcpy()
  ALSA: emu10k1: Use safer strscpy() instead of strcpy()
  ALSA: ens1370: Use safer strscpy() instead of strcpy()
  ALSA: es1938: Use safer strscpy() instead of strcpy()
  ALSA: es1968: Use safer strscpy() instead of strcpy()
  ALSA: fm801: Use safer strscpy() instead of strcpy()
  ALSA: ice1712: Use safer strscpy() instead of strcpy()
  ALSA: ice1724: Use safer strscpy() instead of strcpy()
  ALSA: intel8x0: Use safer strscpy() instead of strcpy()
  ALSA: korg1212: Use safer strscpy() instead of strcpy()
  ALSA: lola: Use safer strscpy() instead of strcpy()
  ALSA: lx6464es: Use safer strscpy() instead of strcpy()
  ALSA: maestro3: Use safer strscpy() instead of strcpy()
  ALSA: mixart: Use safer strscpy() instead of strcpy()
  ALSA: nm256: Use safer strscpy() instead of strcpy()
  ALSA: oxygen: Use safer strscpy() instead of strcpy()
  ALSA: pcxhr: Use safer strscpy() instead of strcpy()
  ALSA: riptide: Use safer strscpy() instead of strcpy()
  ALSA: rme32: Use safer strscpy() instead of strcpy()
  ALSA: rme96: Use safer strscpy() instead of strcpy()
  ALSA: hdsp: Use safer strscpy() instead of strcpy()
  ALSA: hdspm: Use safer strscpy() instead of strcpy()
  ALSA: rme9652: Use safer strscpy() instead of strcpy()
  ALSA: Use safer strscpy() instead of strcpy()
  ALSA: sonicvibes: Use safer strscpy() instead of strcpy()
  ALSA: trident: Use safer strscpy() instead of strcpy()
  ALSA: via82xx: Use safer strscpy() instead of strcpy()
  ALSA: ymfpci: Use safer strscpy() instead of strcpy()
  ALSA: pdaudiocf: Use safer strscpy() instead of strcpy()
  ALSA: vxpocket: Use safer strscpy() instead of strcpy()
  ALSA: ppc: Use safer strscpy() instead of strcpy()
  ALSA: sh: Use safer strscpy() instead of strcpy()
  ALSA: sparc: Use safer strscpy() instead of strcpy()
  ALSA: spi: Use safer strscpy() instead of strcpy()
  ALSA: synth: Use safer strscpy() instead of strcpy()
  ALSA: 6fire: Use safer strscpy() instead of strcpy()
  ALSA: line6: Use safer strscpy() instead of strcpy()
  ALSA: usx2y: Use safer strscpy() instead of strcpy()
  ALSA: ua101: Use safer strscpy() instead of strcpy()
  ALSA: usb-audio: Use safer strscpy() instead of strcpy()
  ALSA: ac97: Copy string more safely
  ALSA: cmipci: Copy string more safely
  ALSA: usb-audio: Copy string more safely
  ALSA: core: Copy string more safely

 sound/core/control.c                       |  2 +-
 sound/core/init.c                          | 16 +++++-----
 sound/core/rawmidi.c                       |  6 ++--
 sound/core/seq/oss/seq_oss_init.c          |  4 +--
 sound/core/seq/seq_clientmgr.c             |  2 +-
 sound/core/seq/seq_midi.c                  |  2 +-
 sound/core/seq/seq_system.c                |  4 +--
 sound/core/seq/seq_ump_client.c            |  2 +-
 sound/core/seq/seq_virmidi.c               |  2 +-
 sound/drivers/mpu401/mpu401.c              |  4 +--
 sound/drivers/opl3/opl3_lib.c              | 14 ++++-----
 sound/drivers/opl4/opl4_lib.c              |  2 +-
 sound/drivers/pcsp/pcsp.c                  |  4 +--
 sound/drivers/pcsp/pcsp_lib.c              |  2 +-
 sound/drivers/pcsp/pcsp_mixer.c            |  2 +-
 sound/drivers/portman2x4.c                 |  6 ++--
 sound/drivers/serial-generic.c             |  4 +--
 sound/drivers/serial-u16550.c              |  6 ++--
 sound/drivers/virmidi.c                    |  6 ++--
 sound/drivers/vx/vx_core.c                 |  2 +-
 sound/drivers/vx/vx_mixer.c                |  2 +-
 sound/drivers/vx/vx_pcm.c                  |  2 +-
 sound/firewire/bebob/bebob.c               |  6 ++--
 sound/firewire/bebob/bebob_hwdep.c         |  2 +-
 sound/firewire/dice/dice-hwdep.c           |  2 +-
 sound/firewire/dice/dice-pcm.c             |  2 +-
 sound/firewire/dice/dice.c                 | 10 +++----
 sound/firewire/digi00x/digi00x-hwdep.c     |  2 +-
 sound/firewire/digi00x/digi00x.c           |  6 ++--
 sound/firewire/fireface/ff-hwdep.c         |  2 +-
 sound/firewire/fireface/ff.c               |  6 ++--
 sound/firewire/fireworks/fireworks.c       |  6 ++--
 sound/firewire/fireworks/fireworks_hwdep.c |  2 +-
 sound/firewire/isight.c                    |  8 ++---
 sound/firewire/motu/motu-hwdep.c           |  2 +-
 sound/firewire/motu/motu-pcm.c             |  2 +-
 sound/firewire/motu/motu.c                 |  6 ++--
 sound/firewire/oxfw/oxfw-hwdep.c           |  2 +-
 sound/firewire/oxfw/oxfw-pcm.c             |  2 +-
 sound/firewire/oxfw/oxfw.c                 |  6 ++--
 sound/firewire/tascam/tascam-hwdep.c       |  2 +-
 sound/firewire/tascam/tascam.c             |  6 ++--
 sound/isa/ad1816a/ad1816a.c                |  4 +--
 sound/isa/ad1816a/ad1816a_lib.c            |  6 ++--
 sound/isa/adlib.c                          |  4 +--
 sound/isa/als100.c                         |  8 ++---
 sound/isa/cmi8328.c                        | 20 ++++++-------
 sound/isa/cmi8330.c                        |  8 ++---
 sound/isa/cs423x/cs4236.c                  |  2 +-
 sound/isa/cs423x/cs4236_lib.c              |  2 +-
 sound/isa/es1688/es1688_lib.c              |  4 +--
 sound/isa/es18xx.c                         |  2 +-
 sound/isa/galaxy/galaxy.c                  |  4 +--
 sound/isa/gus/gus_main.c                   | 16 +++++-----
 sound/isa/gus/gus_mixer.c                  |  2 +-
 sound/isa/gus/gus_pcm.c                    |  2 +-
 sound/isa/gus/gus_timer.c                  |  4 +--
 sound/isa/gus/gus_uart.c                   |  2 +-
 sound/isa/gus/gusextreme.c                 |  8 ++---
 sound/isa/gus/gusmax.c                     | 16 +++++-----
 sound/isa/gus/interwave.c                  | 34 +++++++++++-----------
 sound/isa/msnd/msnd.c                      |  2 +-
 sound/isa/msnd/msnd_pinnacle.c             | 22 +++++++-------
 sound/isa/msnd/msnd_pinnacle_mixer.c       |  2 +-
 sound/isa/opl3sa2.c                        | 20 ++++++-------
 sound/isa/opti9xx/miro.c                   |  8 ++---
 sound/isa/opti9xx/opti92x-ad1848.c         | 18 ++++++------
 sound/isa/sc6000.c                         | 20 ++++++-------
 sound/isa/sscape.c                         |  4 +--
 sound/isa/wavefront/wavefront.c            | 16 +++++-----
 sound/isa/wss/wss_lib.c                    |  6 ++--
 sound/mips/hal2.c                          |  6 ++--
 sound/parisc/harmony.c                     |  8 ++---
 sound/pci/ac97/ac97_codec.c                | 23 ++++++++-------
 sound/pci/ac97/ac97_local.h                |  2 +-
 sound/pci/ac97/ac97_patch.c                |  8 ++---
 sound/pci/ac97/ac97_proc.c                 |  2 +-
 sound/pci/ad1889.c                         |  6 ++--
 sound/pci/ak4531_codec.c                   |  2 +-
 sound/pci/ali5451/ali5451.c                |  6 ++--
 sound/pci/als300.c                         |  4 +--
 sound/pci/als4000.c                        |  4 +--
 sound/pci/asihpi/asihpi.c                  | 10 +++----
 sound/pci/asihpi/hpi6000.c                 |  2 +-
 sound/pci/atiixp.c                         | 10 +++----
 sound/pci/atiixp_modem.c                   |  6 ++--
 sound/pci/au88x0/au88x0.c                  |  4 +--
 sound/pci/au88x0/au88x0_mixer.c            |  2 +-
 sound/pci/aw2/aw2-alsa.c                   | 10 +++----
 sound/pci/azt3328.c                        | 12 ++++----
 sound/pci/bt87x.c                          |  6 ++--
 sound/pci/ca0106/ca0106_main.c             |  6 ++--
 sound/pci/ca0106/ca0106_mixer.c            |  4 +--
 sound/pci/ca0106/ca_midi.c                 |  2 +-
 sound/pci/cmipci.c                         | 25 ++++++++--------
 sound/pci/cs4281.c                         |  8 ++---
 sound/pci/cs46xx/cs46xx.c                  |  4 +--
 sound/pci/cs46xx/cs46xx_lib.c              | 20 ++++++-------
 sound/pci/cs46xx/dsp_spos.c                |  8 ++---
 sound/pci/cs5530.c                         |  4 +--
 sound/pci/cs5535audio/cs5535audio.c        |  4 +--
 sound/pci/cs5535audio/cs5535audio_pcm.c    |  2 +-
 sound/pci/ctxfi/ctmixer.c                  |  2 +-
 sound/pci/echoaudio/midi.c                 |  2 +-
 sound/pci/emu10k1/emumpu401.c              |  2 +-
 sound/pci/emu10k1/emupcm.c                 | 10 +++----
 sound/pci/emu10k1/p16v.c                   |  2 +-
 sound/pci/emu10k1/timer.c                  |  2 +-
 sound/pci/ens1370.c                        | 10 +++----
 sound/pci/es1938.c                         |  8 ++---
 sound/pci/es1968.c                         | 14 ++++-----
 sound/pci/fm801.c                          |  6 ++--
 sound/pci/ice1712/ice1712.c                | 14 ++++-----
 sound/pci/ice1712/ice1724.c                | 18 ++++++------
 sound/pci/intel8x0.c                       | 14 ++++-----
 sound/pci/intel8x0m.c                      | 10 +++----
 sound/pci/korg1212/korg1212.c              |  6 ++--
 sound/pci/lola/lola.c                      |  4 +--
 sound/pci/lx6464es/lx6464es.c              |  4 +--
 sound/pci/maestro3.c                       |  8 ++---
 sound/pci/mixart/mixart.c                  |  6 ++--
 sound/pci/nm256/nm256.c                    |  6 ++--
 sound/pci/oxygen/oxygen_lib.c              |  6 ++--
 sound/pci/oxygen/oxygen_pcm.c              |  8 ++---
 sound/pci/pcxhr/pcxhr.c                    |  4 +--
 sound/pci/riptide/riptide.c                |  6 ++--
 sound/pci/rme32.c                          | 12 ++++----
 sound/pci/rme96.c                          | 16 +++++-----
 sound/pci/rme9652/hdsp.c                   | 12 ++++----
 sound/pci/rme9652/hdspm.c                  |  8 ++---
 sound/pci/rme9652/rme9652.c                | 12 ++++----
 sound/pci/sis7019.c                        |  6 ++--
 sound/pci/sonicvibes.c                     |  8 ++---
 sound/pci/trident/trident.c                |  6 ++--
 sound/pci/trident/trident_main.c           | 14 ++++-----
 sound/pci/via82xx.c                        | 20 ++++++-------
 sound/pci/via82xx_modem.c                  |  4 +--
 sound/pci/ymfpci/ymfpci.c                  |  2 +-
 sound/pci/ymfpci/ymfpci_main.c             |  8 ++---
 sound/pcmcia/pdaudiocf/pdaudiocf.c         |  2 +-
 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c     |  2 +-
 sound/pcmcia/vx/vxpocket.c                 |  2 +-
 sound/ppc/awacs.c                          |  2 +-
 sound/ppc/burgundy.c                       |  2 +-
 sound/ppc/daca.c                           |  2 +-
 sound/ppc/pmac.c                           |  2 +-
 sound/ppc/powermac.c                       |  8 ++---
 sound/ppc/snd_ps3.c                        |  8 ++---
 sound/sh/aica.c                            |  8 ++---
 sound/sh/sh_dac_audio.c                    |  6 ++--
 sound/sparc/cs4231.c                       | 14 ++++-----
 sound/spi/at73c213.c                       |  8 ++---
 sound/synth/emux/emux_hwdep.c              |  2 +-
 sound/synth/emux/emux_oss.c                |  2 +-
 sound/usb/6fire/chip.c                     |  4 +--
 sound/usb/6fire/midi.c                     |  2 +-
 sound/usb/6fire/pcm.c                      |  2 +-
 sound/usb/card.c                           | 13 +++++----
 sound/usb/line6/driver.c                   |  8 ++---
 sound/usb/line6/midi.c                     |  4 +--
 sound/usb/line6/pcm.c                      |  2 +-
 sound/usb/line6/toneport.c                 |  2 +-
 sound/usb/midi.c                           |  2 +-
 sound/usb/midi2.c                          |  3 +-
 sound/usb/misc/ua101.c                     |  6 ++--
 sound/usb/mixer.c                          | 24 +++++++--------
 sound/usb/mixer_scarlett.c                 | 31 +++++++++++---------
 sound/usb/mixer_scarlett2.c                | 14 +++++----
 sound/usb/proc.c                           |  2 +-
 sound/usb/stream.c                         |  5 ++--
 sound/usb/usx2y/us122l.c                   |  2 +-
 sound/usb/usx2y/usX2Yhwdep.c               |  2 +-
 sound/usb/usx2y/usbusx2y.c                 |  2 +-
 173 files changed, 588 insertions(+), 576 deletions(-)

-- 
2.50.0


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

end of thread, other threads:[~2025-07-18  9:42 UTC | newest]

Thread overview: 112+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10 10:05 [PATCH 000/103] ALSA: Use safer strscpy() instead of strcpy() Takashi Iwai
2025-07-10 10:05 ` [PATCH 001/103] ALSA: control: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 002/103] ALSA: rawmidi: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 003/103] ALSA: seq: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 004/103] ALSA: mpu401: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 005/103] ALSA: opl3: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 006/103] ALSA: opl4: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 007/103] ALSA: pcsp: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 008/103] ALSA: portman2x4: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 009/103] ALSA: serial-generic: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 010/103] ALSA: serial-u16550: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 011/103] ALSA: virmidi: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 012/103] ALSA: vx: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 013/103] ALSA: firewire: bebob: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 014/103] ALSA: firewire: dice: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 015/103] ALSA: firewire: digi00x: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 016/103] ALSA: firewire: fireface: " Takashi Iwai
2025-07-10 10:05 ` [PATCH 017/103] ALSA: firewire: fireworks: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 018/103] ALSA: firewire: isight: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 019/103] ALSA: firewire: motu: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 020/103] ALSA: firewire: oxfw: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 021/103] ALSA: firewire: tascam: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 022/103] ALSA: ad1816a: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 023/103] ALSA: adlib: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 024/103] ALSA: als100: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 025/103] ALSA: cmi8328: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 026/103] ALSA: cmi8330: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 027/103] ALSA: cs423x: " Takashi Iwai
2025-07-18  9:28   ` Charles Keepax
2025-07-10 10:06 ` [PATCH 028/103] ALSA: es1688: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 029/103] ALSA: es18xx: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 030/103] ALSA: galaxy: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 031/103] ALSA: gus: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 032/103] ALSA: msnd: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 033/103] ALSA: opl3sa2: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 034/103] ALSA: opti9xx: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 035/103] ALSA: sc6000: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 036/103] ALSA: sscape: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 037/103] ALSA: wavefront: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 038/103] ALSA: wss: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 039/103] ALSA: mips: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 040/103] ALSA: parisc: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 041/103] ALSA: ac97: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 042/103] ALSA: ad1889: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 043/103] ALSA: ak4531: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 044/103] ALSA: ali5451: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 045/103] ALSA: als300: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 046/103] ALSA: als4000: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 047/103] ALSA: asihpi: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 048/103] ALSA: atiixp: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 049/103] ALSA: au88x0: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 050/103] ALSA: aw2: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 051/103] ALSA: azt3328: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 052/103] ALSA: bt87x: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 053/103] ALSA: ca0106: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 054/103] ALSA: cmipci: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 055/103] ALSA: cs4281: " Takashi Iwai
2025-07-18  9:40   ` Charles Keepax
2025-07-10 10:06 ` [PATCH 056/103] ALSA: cs46xx: " Takashi Iwai
2025-07-18  9:41   ` Charles Keepax
2025-07-10 10:06 ` [PATCH 057/103] ALSA: cs5530: " Takashi Iwai
2025-07-18  9:41   ` Charles Keepax
2025-07-10 10:06 ` [PATCH 058/103] ALSA: cs5535audio: " Takashi Iwai
2025-07-18  9:41   ` Charles Keepax
2025-07-10 10:06 ` [PATCH 059/103] ALSA: ctxfi: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 060/103] ALSA: echoaudio: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 061/103] ALSA: emu10k1: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 062/103] ALSA: ens1370: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 063/103] ALSA: es1938: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 064/103] ALSA: es1968: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 065/103] ALSA: fm801: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 066/103] ALSA: ice1712: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 067/103] ALSA: ice1724: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 068/103] ALSA: intel8x0: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 069/103] ALSA: korg1212: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 070/103] ALSA: lola: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 071/103] ALSA: lx6464es: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 072/103] ALSA: maestro3: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 073/103] ALSA: mixart: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 074/103] ALSA: nm256: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 075/103] ALSA: oxygen: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 076/103] ALSA: pcxhr: " Takashi Iwai
2025-07-10 10:06 ` [PATCH 077/103] ALSA: riptide: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 078/103] ALSA: rme32: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 079/103] ALSA: rme96: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 080/103] ALSA: hdsp: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 081/103] ALSA: hdspm: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 082/103] ALSA: rme9652: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 083/103] ALSA: " Takashi Iwai
2025-07-10 11:02   ` Geraldo Nascimento
2025-07-10 11:20     ` Takashi Iwai
2025-07-10 10:07 ` [PATCH 084/103] ALSA: sonicvibes: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 085/103] ALSA: trident: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 086/103] ALSA: via82xx: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 087/103] ALSA: ymfpci: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 088/103] ALSA: pdaudiocf: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 089/103] ALSA: vxpocket: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 090/103] ALSA: ppc: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 091/103] ALSA: sh: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 092/103] ALSA: sparc: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 093/103] ALSA: spi: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 094/103] ALSA: synth: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 095/103] ALSA: 6fire: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 096/103] ALSA: line6: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 097/103] ALSA: usx2y: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 098/103] ALSA: ua101: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 099/103] ALSA: usb-audio: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 100/103] ALSA: ac97: Copy string more safely Takashi Iwai
2025-07-10 10:07 ` [PATCH 101/103] ALSA: cmipci: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 102/103] ALSA: usb-audio: " Takashi Iwai
2025-07-10 10:07 ` [PATCH 103/103] ALSA: core: " Takashi Iwai
2025-07-10 12:37 ` [PATCH 000/103] ALSA: Use safer strscpy() instead of strcpy() Takashi Sakamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).