wavefront_fx.c (b7dd2b349a9fa9e4347780c2bbb41e51484b5bb5) wavefront_fx.c (7e0af29d6f3964bec3d72c6caeb87a603e660fdf)
1/*
2 * Copyright (c) 1998-2002 by Paul Davis <pbd@op.net>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

--- 284 unchanged lines hidden (view full) ---

293 err = 0;
294
295out:
296#ifndef CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL
297 release_firmware(firmware);
298#endif
299 return err;
300}
1/*
2 * Copyright (c) 1998-2002 by Paul Davis <pbd@op.net>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

--- 284 unchanged lines hidden (view full) ---

293 err = 0;
294
295out:
296#ifndef CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL
297 release_firmware(firmware);
298#endif
299 return err;
300}
301
302#ifndef CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL
303MODULE_FIRMWARE("yamaha/yss225_registers.bin");
304#endif