OSDN Git Service

ALSA: seq: Create device with snd_device_alloc()
authorTakashi Iwai <tiwai@suse.de>
Wed, 16 Aug 2023 16:02:51 +0000 (18:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Aug 2023 07:24:28 +0000 (09:24 +0200)
commit2419891e3ffdd50b17fb3aca49accc8e64b1f363
tree3855dbd72262a7d2b741de682ae69567bb9a4aea
parent911fcb76e39e3b85507bae7ccf78af7fc09acdb8
ALSA: seq: Create device with snd_device_alloc()

Align with the other components, and use snd_device_alloc() for the
new sound device for sequencer, too.  No functional changes.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
Tested-by: Curtis Malainey <cujomalainey@chromium.org>
Link: https://lore.kernel.org/r/20230816160252.23396-9-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c