diff options
| author | Takashi Iwai <[email protected]> | 2023-08-16 18:02:52 +0200 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2023-08-17 09:24:33 +0200 |
| commit | 01ed7f3535a2c59d27cb7e78cf62eb81d2bbf2ec (patch) | |
| tree | e21adaa0ec90859771b763949ff3bf328f2d88cd /include | |
| parent | 2419891e3ffdd50b17fb3aca49accc8e64b1f363 (diff) | |
ALSA: core: Drop snd_device_initialize()
Now all users of snd_device_intialize() are gone, let's drop it.
Reviewed-by: Jaroslav Kysela <[email protected]>
Signed-off-by: Curtis Malainey <[email protected]>
Tested-by: Curtis Malainey <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index f3f6b720a278..dfef0c9d4b9f 100644 --- a/include/sound/core.h +++ b/include/sound/core.h @@ -240,7 +240,6 @@ extern struct dentry *sound_debugfs_root; void snd_request_card(int card); int snd_device_alloc(struct device **dev_p, struct snd_card *card); -void snd_device_initialize(struct device *dev, struct snd_card *card); int snd_register_device(int type, struct snd_card *card, int dev, const struct file_operations *f_ops, |