diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-10-01 00:10:34 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-01 07:51:56 +0200 |
commit | acd47100914b2896d0699febefd077f85c4dd272 (patch) | |
tree | 31379e4195b3d03b5e6c6bf47bc729503e447cfa /include/sound | |
parent | f0968e3f7a8ea30728d2580d3043a30ea9994ec6 (diff) | |
download | op-kernel-dev-acd47100914b2896d0699febefd077f85c4dd272.zip op-kernel-dev-acd47100914b2896d0699febefd077f85c4dd272.tar.gz |
ALSA: sscape: convert to firmware loader framework
The conversion solves the problem that firmware size was set to 64KB
while non PnP cards have 128KB firmware files.
An additional firmware initialization code has been moved from the OSS
driver.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sscape_ioctl.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/sound/sscape_ioctl.h b/include/sound/sscape_ioctl.h deleted file mode 100644 index 0d88859..0000000 --- a/include/sound/sscape_ioctl.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef SSCAPE_IOCTL_H -#define SSCAPE_IOCTL_H - - -struct sscape_bootblock -{ - unsigned char code[256]; - unsigned version; -}; - -#define SSCAPE_MICROCODE_SIZE 65536 - -struct sscape_microcode -{ - unsigned char __user *code; -}; - -#define SND_SSCAPE_LOAD_BOOTB _IOWR('P', 100, struct sscape_bootblock) -#define SND_SSCAPE_LOAD_MCODE _IOW ('P', 101, struct sscape_microcode) - -#endif |