Home
last modified time | relevance | path

Searched refs:HEADER_FMT_24BITS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/sound/pci/lx6464es/
Dlx_core.h203 #define HEADER_FMT_24BITS 0x00004000 macro
/linux-2.6.39/include/sound/
Dvx_core.h520 #define HEADER_FMT_24BITS 0x00004000 macro
/linux-2.6.39/sound/pci/pcxhr/
Dpcxhr.c526 #define HEADER_FMT_24BITS 0x00004000 macro
552 HEADER_FMT_24BITS | HEADER_FMT_INTEL; in pcxhr_set_format()
555 header = HEADER_FMT_BASE_LIN | HEADER_FMT_24BITS; in pcxhr_set_format()
/linux-2.6.39/sound/drivers/vx/
Dvx_pcm.c183 case 24: header |= HEADER_FMT_24BITS; break; in vx_set_format()