pcxhr_hwdep.c (f0cd91a68acdc9b49d7f6738b514a426da627649) pcxhr_hwdep.c (7e0af29d6f3964bec3d72c6caeb87a603e660fdf)
1/*
2 * Driver for Digigram pcxhr compatible soundcards
3 *
4 * hwdep device manager
5 *
6 * Copyright (c) 2004 by Digigram <alsa@digigram.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

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

351 release_firmware(fw_entry);
352 if (err < 0)
353 return err;
354 mgr->dsp_loaded |= 1 << i;
355 }
356 return 0;
357}
358
1/*
2 * Driver for Digigram pcxhr compatible soundcards
3 *
4 * hwdep device manager
5 *
6 * Copyright (c) 2004 by Digigram <alsa@digigram.com>
7 *
8 * This program is free software; you can redistribute it and/or modify

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

351 release_firmware(fw_entry);
352 if (err < 0)
353 return err;
354 mgr->dsp_loaded |= 1 << i;
355 }
356 return 0;
357}
358
359MODULE_FIRMWARE("pcxhr/xi_1_882.dat");
360MODULE_FIRMWARE("pcxhr/xc_1_882.dat");
361MODULE_FIRMWARE("pcxhr/e321_512.e56");
362MODULE_FIRMWARE("pcxhr/b321_512.b56");
363MODULE_FIRMWARE("pcxhr/d321_512.d56");
364
359#else /* old style firmware loading */
360
361/* pcxhr hwdep interface id string */
362#define PCXHR_HWDEP_ID "pcxhr loader"
363
364
365static int pcxhr_hwdep_dsp_status(struct snd_hwdep *hw,
366 struct snd_hwdep_dsp_status *info)

--- 72 unchanged lines hidden ---
365#else /* old style firmware loading */
366
367/* pcxhr hwdep interface id string */
368#define PCXHR_HWDEP_ID "pcxhr loader"
369
370
371static int pcxhr_hwdep_dsp_status(struct snd_hwdep *hw,
372 struct snd_hwdep_dsp_status *info)

--- 72 unchanged lines hidden ---