Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/lx6464es/
H A Dlx_core.h182 #define HEADER_FMT_16BITS 0x00002000 macro
/openbmc/linux/include/sound/
H A Dvx_core.h498 #define HEADER_FMT_16BITS 0x00002000 macro
/openbmc/linux/sound/pci/pcxhr/
H A 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()
/openbmc/linux/sound/drivers/vx/
H A Dvx_pcm.c166 case 16: header |= HEADER_FMT_16BITS; break; in vx_set_format()