summaryrefslogtreecommitdiffstats
path: root/sound/firewire/digi00x/digi00x.h
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2021-06-07 10:12:46 +0200
committerTakashi Iwai <tiwai@suse.de>2021-06-07 17:14:29 +0200
commit9067c181c3a528fc5e2da1e9f298c46091eafc3d (patch)
tree6fdd1f1df6ebec880c2edf9c1c29ddb888f7788a /sound/firewire/digi00x/digi00x.h
parentALSA: dice: cease from delayed card registration (diff)
downloadlinux-9067c181c3a528fc5e2da1e9f298c46091eafc3d.tar.xz
linux-9067c181c3a528fc5e2da1e9f298c46091eafc3d.zip
ALSA: firewire-digi00x: cease from delayed card registration
The delayed registration of sound card instance brings less benefit than complication of kobject management. This commit ceases from it. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Link: https://lore.kernel.org/r/20210607081250.13397-6-o-takashi@sakamocchi.jp Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/digi00x/digi00x.h')
-rw-r--r--sound/firewire/digi00x/digi00x.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/firewire/digi00x/digi00x.h b/sound/firewire/digi00x/digi00x.h
index 129de8edd5ea..82b647d383c5 100644
--- a/sound/firewire/digi00x/digi00x.h
+++ b/sound/firewire/digi00x/digi00x.h
@@ -37,9 +37,6 @@ struct snd_dg00x {
struct mutex mutex;
spinlock_t lock;
- bool registered;
- struct delayed_work dwork;
-
struct amdtp_stream tx_stream;
struct fw_iso_resources tx_resources;