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