Home | History | Annotate | Download | only in inc
      1 
      2 /*
      3  * Copyright (C) Texas Instruments - http://www.ti.com/
      4  *
      5  * This library is free software; you can redistribute it and/or
      6  * modify it under the terms of the GNU Lesser General Public
      7  * License as published by the Free Software Foundation; either
      8  * version 2.1 of the License, or (at your option) any later version.
      9  *
     10  *
     11  * This library 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 GNU
     14  * Lesser General Public License for more details.
     15  *
     16  *
     17  * You should have received a copy of the GNU Lesser General Public
     18  * License along with this library; if not, write to the Free Software
     19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     20  */
     21 /* =============================================================================
     22  *             Texas Instruments OMAP(TM) Platform Software
     23  *  (c) Copyright Texas Instruments, Incorporated.  All Rights Reserved.
     24  *
     25  *  Use of this software is controlled by the terms and conditions found
     26  *  in the license agreement under which this software has been supplied.
     27  * ============================================================================ */
     28 /**
     29  * @file g726decsocket_ti.h
     30  *
     31  * This is an header file for an audio G726 decoder that is fully
     32  * compliant with the OMX Audio specification.
     33  * This the file is used internally by the component
     34  * in its code and it contains UUID of G726 decoder socket node.
     35  *
     36  * @path  $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\g726_dec\inc\
     37  *
     38  * @rev 1.0
     39  */
     40 /* --------------------------------------------------------------------------- */
     41 #include "usn.h"
     42 #include "decode_common_ti.h"
     43 
     44 #ifndef G726DECSOCKET_TI_H
     45 #define G726DECSOCKET_TI_H
     46 /* ======================================================================= */
     47 /** G726DECSOCKET_TI_UUID: This struct contains the UUID of G726 decoder socket
     48  * node on DSP.
     49  */
     50 /* ==================================================================== */
     51 struct DSP_UUID G726DECSOCKET_TI_UUID = {
     52     0x6a62177b, 0x7311, 0x47b0, 0x9e, 0x49, {
     53         0xfd, 0xec, 0xb3, 0x0d, 0xc4, 0x9f
     54     }
     55 };
     56 
     57 
     58 #endif /* G726DECSOCKET_TI_H */
     59 
     60