• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/

Lines Matching defs:samples

253 #define HCFG_AUDIOENABLE	0x00000001	/* 0 = CODECs transmit zero-valued samples	*/
340 * bit 3: Dummy record insert zero samples.
436 #define CCCA_8BITSELECT 0x01000000 /* 1 = Sound memory for this channel uses 8-bit samples */
442 #define CCR_CACHEINVALIDSIZE_MASK 0xfe000000 /* Number of invalid samples cache for this channel */
444 #define CCR_INTERLEAVEDSAMPLES 0x00800000 /* 1 = A cache service will fetch interleaved samples */
445 #define CCR_WORDSIZEDSAMPLES 0x00400000 /* 1 = A cache service will fetch word sized samples */
448 #define CCR_LOOPINVALSIZE 0x0000fe00 /* Number of invalid samples in cache prior to loop */
1593 unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
1594 unsigned int buffer_size; /* count of buffered samples */
1595 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (host) */
1597 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
1598 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
1613 unsigned int itram_size; /* internal TRAM size in samples */
1703 unsigned int delay_pcm_irq; /* in samples */
2129 unsigned int internal_tram_size; /* in samples */
2130 unsigned int external_tram_size; /* in samples */
2193 unsigned int size; /* size in samples (4 bytes) */
2194 unsigned int *samples; /* pointer to samples (20-bit) */
2202 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
2203 unsigned int buffer_size; /* count of buffered samples */
2204 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
2206 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
2207 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */