All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2][RFC] Refactor snd primitives refcounters
@ 2023-08-24 21:02 cujomalainey
  2023-08-24 21:02 ` [PATCH 1/2] ALSA: core: add snd_device_init cujomalainey
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: cujomalainey @ 2023-08-24 21:02 UTC (permalink / raw)
  To: alsa-devel; +Cc: Curtis Malainey

From: Curtis Malainey <cujomalainey@chromium.org>

As previously identified in [1] there are some issues with how kobjs are
handled in sound/core. The solution provided in [2] is a workaround for
the issues to fix the failures.

This series is a first attempt at the larger refactor needed to properly
handle the objects.

[1] https://mailman.alsa-project.org/hyperkitty/list/alsa-devel@alsa-project.org/message/3B2VMPFATCJCRD76DM36LZAICPDP2R6A/
[2] https://mailman.alsa-project.org/hyperkitty/list/alsa-devel@alsa-project.org/message/JZIPB4OIC3OK6YAGTPMAEKXMLUWM5PTA/

Curtis Malainey (2):
  ALSA: core: add snd_device_init
  ALSA: core: split control primitives out of snd_card

 include/sound/control.h                  |   1 +
 include/sound/core.h                     |  34 +--
 sound/core/control.c                     | 330 +++++++++++++----------
 sound/core/control_compat.c              |   8 +-
 sound/core/control_led.c                 |  18 +-
 sound/core/init.c                        |  33 +--
 sound/pci/hda/hda_codec.c                |   3 +-
 sound/soc/intel/atom/sst-atom-controls.c |   8 +-
 sound/soc/soc-card.c                     |   2 +-
 sound/usb/media.c                        |   2 +-
 10 files changed, 249 insertions(+), 190 deletions(-)

-- 
2.42.0.rc1.204.g551eb34607-goog


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

end of thread, other threads:[~2023-09-03 22:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 21:02 [PATCH 0/2][RFC] Refactor snd primitives refcounters cujomalainey
2023-08-24 21:02 ` [PATCH 1/2] ALSA: core: add snd_device_init cujomalainey
2023-08-24 22:23   ` kernel test robot
2023-08-25 10:46   ` Takashi Iwai
2023-08-24 21:02 ` [PATCH 2/2] ALSA: core: split control primitives out of snd_card cujomalainey
2023-08-24 21:15   ` Mark Brown
2023-08-25 10:57   ` Takashi Iwai
2023-09-03 22:38   ` kernel test robot
2023-08-25 11:15 ` [PATCH 0/2][RFC] Refactor snd primitives refcounters Takashi Iwai
2023-08-25 17:42   ` Curtis Malainey

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.