Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/lx6464es/
H A Dlx_core.h183 #define HEADER_FMT_24BITS 0x00004000 macro
/OK3568_Linux_fs/kernel/include/sound/
H A Dvx_core.h499 #define HEADER_FMT_24BITS 0x00004000 macro
/OK3568_Linux_fs/kernel/sound/pci/pcxhr/
H A Dpcxhr.c537 #define HEADER_FMT_24BITS 0x00004000 macro
564 HEADER_FMT_24BITS | HEADER_FMT_INTEL; in pcxhr_set_format()
567 header = HEADER_FMT_BASE_LIN | HEADER_FMT_24BITS; in pcxhr_set_format()
/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_pcm.c167 case 24: header |= HEADER_FMT_24BITS; break; in vx_set_format()