Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/lx6464es/
Dlx_core.h179 #define HEADER_FMT_16BITS 0x00002000 macro
/linux-6.12.1/include/sound/
Dvx_core.h497 #define HEADER_FMT_16BITS 0x00002000 macro
/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr.c537 #define HEADER_FMT_16BITS 0x00002000 macro
556 HEADER_FMT_16BITS | HEADER_FMT_INTEL; in pcxhr_set_format()
559 header = HEADER_FMT_BASE_LIN | HEADER_FMT_16BITS; in pcxhr_set_format()
/linux-6.12.1/sound/drivers/vx/
Dvx_pcm.c166 case 16: header |= HEADER_FMT_16BITS; break; in vx_set_format()