Lines Matching +full:asi +full:- +full:format

1 /* SPDX-License-Identifier: GPL-2.0-only */
5 Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com>
10 (C) Copyright AudioScience Inc. 1996-2009
29 On error *pLockedMemHandle marked invalid, non-zero returned.
81 typedef char ASSERT_##msg[(cond) ? 1 : -1]
119 /* Get the sub-index of the attribute for a control type */
240 /*------------------------------------------------------------
241 Cobranet Chip Bridge - copied from HMI.H
242 ------------------------------------------------------------*/
268 /*------------------------------------------------------------
270 ------------------------------------------------------------*/
274 /*------------------------------------------------------------
276 ------------------------------------------------------------*/
281 /** ID supplied by Cirrus for ASI packets. */
283 /** Simple packet - no special routing required */
296 /** Default network timeout in milli-seconds. */
319 /** "ASI" - actual is "ASX" - need to change */
563 /** Format info used inside struct hpi_message
570 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see \ref HPI_FORMATS. */ member
573 /** Buffer+format structure.
576 struct hpi_msg_format format; member
586 struct hpi_format format; member
594 struct hpi_msg_format format; member
734 /* OutStream - data to play,
735 InStream - data recorded */
737 /* OutStream - samples played,
738 InStream - samples recorded */
740 /* Adapter - OutStream - data to play,
741 InStream - data recorded */
1108 #define HPINET_IP_DATA_SIZE (HPINET_ETHERNET_DATA_SIZE - HPINET_IP_HDR_SIZE)
1110 #define HPINET_UDP_DATA_SIZE (HPINET_IP_DATA_SIZE - HPINET_UDP_HDR_SIZE)
1112 #define HPINET_ASI_DATA_SIZE (HPINET_UDP_DATA_SIZE - HPINET_ASI_HDR_SIZE)
1114 #define HPI_MAX_PAYLOAD_SIZE (HPINET_ASI_DATA_SIZE - 2)
1242 /* declarations for control caching (internal to HPI<->DSP interaction) */
1247 #define HPI_CACHE_INVALID_SHORT -32768
1256 /** The total size of cached information in 32-bit words. */
1304 u32 format; member
1309 u32 format; member
1369 /* 2^N sized FIFO buffer (internal to HPI<->DSP interaction) */