aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-09-02 12:54:06 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-02 12:54:06 -0400
commitac0bc7899afc5b69abff64472e2ac4869fd97ff6 (patch)
treeb8e8ff87a145a38ec00442b6635ac1d3b24e624a /kernel/debug
parenta8787645e14ce7bbc3db9788526ed0be968c0df2 (diff)
parent764480413b7206d295eb6ff58efb057d56aff08b (diff)
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Pull slave-dma fix from Vinod Koul: "A fix for resolving TI_EDMA driver's build error in allmodconfig to have filter function built in"" * 'fixes' of git://git.infradead.org/users/vkoul/slave-dma: dma/Kconfig: TI_EDMA needs to be boolean
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions
l com">/* mask for BL bit: When set to 1, indicates that the hardware LPC data buffer has less than 30 bytes remaining. (Total internal buffer size = 4096 bytes.) */ #define LPC_BUFFER_EMPTY 0x20 /* mask for BE bit: When set to 1, indicates that the LPC data buffer ran out of data (error condition if TS is also 1). */ /* data returned by Interrogate command */ struct dtlk_settings { unsigned short serial_number; /* 0-7Fh:0-7Fh */ unsigned char rom_version[24]; /* null terminated string */ unsigned char mode; /* 0=Character; 1=Phoneme; 2=Text */ unsigned char punc_level; /* nB; 0-7 */ unsigned char formant_freq; /* nF; 0-9 */ unsigned char pitch; /* nP; 0-99 */ unsigned char speed; /* nS; 0-9 */ unsigned char volume; /* nV; 0-9 */ unsigned char tone; /* nX; 0-2 */ unsigned char expression; /* nE; 0-9 */ unsigned char ext_dict_loaded; /* 1=exception dictionary loaded */ unsigned char ext_dict_status; /* 1=exception dictionary enabled */ unsigned char free_ram; /* # pages (truncated) remaining for text buffer */ unsigned char articulation; /* nA; 0-9 */ unsigned char reverb; /* nR; 0-9 */ unsigned char eob; /* 7Fh value indicating end of parameter block */ unsigned char has_indexing; /* nonzero if indexing is implemented */ };