ymfpci_main.c (b7dd2b349a9fa9e4347780c2bbb41e51484b5bb5) ymfpci_main.c (7e0af29d6f3964bec3d72c6caeb87a603e660fdf)
1/*
2 * Copyright (c) by Jaroslav Kysela <perex@suse.cz>
3 * Routines for control of YMF724/740/744/754 chips
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.

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

2079 " has wrong size\n");
2080 err = -EINVAL;
2081 }
2082 }
2083 if (err < 0)
2084 return err;
2085 return 0;
2086}
1/*
2 * Copyright (c) by Jaroslav Kysela <perex@suse.cz>
3 * Routines for control of YMF724/740/744/754 chips
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.

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

2079 " has wrong size\n");
2080 err = -EINVAL;
2081 }
2082 }
2083 if (err < 0)
2084 return err;
2085 return 0;
2086}
2087
2088MODULE_FIRMWARE("yamaha/ds1_dsp.fw");
2089MODULE_FIRMWARE("yamaha/ds1_ctrl.fw");
2090MODULE_FIRMWARE("yamaha/ds1e_ctrl.fw");
2091
2087#endif
2088
2089static void snd_ymfpci_download_image(struct snd_ymfpci *chip)
2090{
2091 int i;
2092 u16 ctrl;
2093 u32 *inst;
2094

--- 372 unchanged lines hidden ---
2092#endif
2093
2094static void snd_ymfpci_download_image(struct snd_ymfpci *chip)
2095{
2096 int i;
2097 u16 ctrl;
2098 u32 *inst;
2099

--- 372 unchanged lines hidden ---