diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-05-03 00:52:18 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-05-05 12:36:29 +0200 |
commit | 625a4681666adf626afc87a752974325f65a8c32 (patch) | |
tree | 8214d61a7a01e9380b7c7d28f988d1f955a82df0 /include/sound | |
parent | 81ea9e92941091bb3178d49e63b13bf4df2ee46b (diff) |
ALSA: core: Remove unused snd_device_get_state
snd_device_get_state() last use was removed in 2022 by
commit 7e1afce5866e ("ALSA: usb-audio: Inform the delayed registration more
properly")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250502235219.1000429-5-linux@treblig.org
Diffstat (limited to 'include/sound')
-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 1f3f5dccd736..64327e971122 100644 --- a/include/sound/core.h +++ b/include/sound/core.h @@ -326,7 +326,6 @@ void snd_device_disconnect(struct snd_card *card, void *device_data); void snd_device_disconnect_all(struct snd_card *card); void snd_device_free(struct snd_card *card, void *device_data); void snd_device_free_all(struct snd_card *card); -int snd_device_get_state(struct snd_card *card, void *device_data); /* isadma.c */ |