summaryrefslogtreecommitdiff
path: root/include/sound/seq_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/seq_device.h')
-rw-r--r--include/sound/seq_device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/seq_device.h b/include/sound/seq_device.h
index dead74b022f4..a72380c202e9 100644
--- a/include/sound/seq_device.h
+++ b/include/sound/seq_device.h
@@ -43,6 +43,8 @@ struct snd_seq_device {
* Typically, call snd_device_free(dev->card, dev->driver_data)
*/
struct snd_seq_driver {
+ int (*probe)(struct snd_seq_device *dev);
+ void (*remove)(struct snd_seq_device *dev);
struct device_driver driver;
char *id;
int argsize;