mbox series

[0/4] ALSA: Fix kctl->id initialization

Message ID 20230606093855.14685-1-tiwai@suse.de
Headers show
Series ALSA: Fix kctl->id initialization | expand

Message

Takashi Iwai June 6, 2023, 9:38 a.m. UTC
Inspired by the recent Jaroslav's fix patch, I skimmed over the tree
and found that there are a few other similar bugs.  Here is a patch
set to address them.  Most of them are just shuffling the call order,
while the one in HD-audio is changed to use snd_ctl_replace_id()
helper.


Takashi

===

Takashi Iwai (4):
  ALSA: ymfpci: Fix kctl->id initialization
  ALSA: cmipci: Fix kctl->id initialization
  ALSA: gus: Fix kctl->id initialization
  ALSA: hda: Fix kctl->id initialization

 sound/isa/gus/gus_pcm.c        | 2 +-
 sound/pci/cmipci.c             | 6 +++---
 sound/pci/hda/hda_codec.c      | 6 +++++-
 sound/pci/ymfpci/ymfpci_main.c | 6 +++---
 4 files changed, 12 insertions(+), 8 deletions(-)