Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/lx6464es/
Dlx_core.h183 #define HEADER_FMT_24BITS 0x00004000 macro
/linux-5.19.10/include/sound/
Dvx_core.h499 #define HEADER_FMT_24BITS 0x00004000 macro
/linux-5.19.10/sound/pci/pcxhr/
Dpcxhr.c536 #define HEADER_FMT_24BITS 0x00004000 macro
563 HEADER_FMT_24BITS | HEADER_FMT_INTEL; in pcxhr_set_format()
566 header = HEADER_FMT_BASE_LIN | HEADER_FMT_24BITS; in pcxhr_set_format()
/linux-5.19.10/sound/drivers/vx/
Dvx_pcm.c167 case 24: header |= HEADER_FMT_24BITS; break; in vx_set_format()