diff options
Diffstat (limited to 'fw/topazsc_bin.c')
-rw-r--r-- | fw/topazsc_bin.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/fw/topazsc_bin.c b/fw/topazsc_bin.c index a16e172..3ec1fd0 100644 --- a/fw/topazsc_bin.c +++ b/fw/topazsc_bin.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2011 Intel Corporation. All Rights Reserved. - * Copyright (c) Imagination Technologies Limited, UK + * Copyright (c) Imagination Technologies Limited, UK * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the @@ -9,11 +9,11 @@ * distribute, sub license, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: - * + * * The above copyright notice and this permission notice (including the * next paragraph) shall be included in all copies or substantial portions * of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. @@ -21,11 +21,7 @@ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - - - -/* + * * Authors: * Elaine Wang <elaine.wang@intel.com> * @@ -59,7 +55,7 @@ #include "MPG4SlaveFirmwareVBR_bin.h" -#define FW_VER 0x5D +#define FW_VER 0x5E #define FW_FILE_NAME "topazsc_fw.bin" #define FW_MASTER_INFO(codec,prefix) \ |