hpidspcd.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | hpidspcd.c (07d7fe7bd6a56f20d57e708c508bf29bea16aa40) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/*********************************************************************** 2 3 AudioScience HPI driver 4 Functions for reading DSP code using hotplug firmware loader 5 6 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 7 | 2/*********************************************************************** 3 4 AudioScience HPI driver 5 Functions for reading DSP code using hotplug firmware loader 6 7 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com> 8 |
8 This program is free software; you can redistribute it and/or modify 9 it under the terms of version 2 of the GNU General Public License as 10 published by the Free Software Foundation; | |
11 | 9 |
12 This program is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 | |
21***********************************************************************/ 22#define SOURCEFILE_NAME "hpidspcd.c" 23#include "hpidspcd.h" 24#include "hpidebug.h" 25#include "hpi_version.h" 26 27struct dsp_code_private { 28 /** Firmware descriptor */ --- 114 unchanged lines hidden --- | 10***********************************************************************/ 11#define SOURCEFILE_NAME "hpidspcd.c" 12#include "hpidspcd.h" 13#include "hpidebug.h" 14#include "hpi_version.h" 15 16struct dsp_code_private { 17 /** Firmware descriptor */ --- 114 unchanged lines hidden --- |