Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.
This commit is contained in:
parent
bbf4e1cb47
commit
e492b75981
@ -100,11 +100,11 @@ struct snd_mixer;
|
||||
|
||||
#define SND_STATUSLEN 64
|
||||
|
||||
#define SOUND_MODVER 1
|
||||
#define SOUND_MODVER 2
|
||||
|
||||
#define SOUND_MINVER 1
|
||||
#define SOUND_MINVER SOUND_MODVER
|
||||
#define SOUND_PREFVER SOUND_MODVER
|
||||
#define SOUND_MAXVER 1
|
||||
#define SOUND_MAXVER SOUND_MODVER
|
||||
|
||||
/*
|
||||
PROPOSAL:
|
||||
|
Loading…
Reference in New Issue
Block a user