diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2005-10-24 11:05:03 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:20:08 -0500 |
commit | f1902860161ff212c515e7ea629e880fec856a37 (patch) | |
tree | c3dc4d5ca38c05f15f06a6583594f7b54dad4c66 /include/sound | |
parent | c8a7e5c40ddcf98f1026581e411b05ff86491907 (diff) |
[ALSA] fix improper CONFIG_SND_MAJOR usage
Modules: HWDEP Midlevel,PCM Midlevel,RawMidi Midlevel,ALSA Core
Replace usage of CONFIG_SND_MAJOR with snd_major, where appropriate.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index 642ddfbc6325..2be65ad2fd83 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -255,6 +255,7 @@ typedef struct _snd_minor snd_minor_t; | |||
255 | 255 | ||
256 | /* sound.c */ | 256 | /* sound.c */ |
257 | 257 | ||
258 | extern int snd_major; | ||
258 | extern int snd_ecards_limit; | 259 | extern int snd_ecards_limit; |
259 | 260 | ||
260 | void snd_request_card(int card); | 261 | void snd_request_card(int card); |