mbox series

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

Message ID 20230606093855.14685-1-tiwai@suse.de (mailing list archive)
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(-)

Comments

Jaroslav Kysela June 6, 2023, 11:15 a.m. UTC | #1
On 06. 06. 23 11:38, Takashi Iwai wrote:
> 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.

For all patches in the set:

Reviewed-by: Jaroslav Kysela <perex@perex.cz>

Thanks. I planned to check the other code today later, but you're really fast.