Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/lx6464es/
Dlx_core.h202 #define HEADER_FMT_16BITS 0x00002000 macro
/linux-2.6.39/include/sound/
Dvx_core.h519 #define HEADER_FMT_16BITS 0x00002000 macro
/linux-2.6.39/sound/pci/pcxhr/
Dpcxhr.c527 #define HEADER_FMT_16BITS 0x00002000 macro
545 HEADER_FMT_16BITS | HEADER_FMT_INTEL; in pcxhr_set_format()
548 header = HEADER_FMT_BASE_LIN | HEADER_FMT_16BITS; in pcxhr_set_format()
/linux-2.6.39/sound/drivers/vx/
Dvx_pcm.c182 case 16: header |= HEADER_FMT_16BITS; break; in vx_set_format()