Go to the documentation of this file.
21 #if defined(CONFIG_SND_BF5XX_MULTICHAN_SUPPORT)
38 #define SP_STEREO (SP_FL | SP_FR)
39 #define SP_2DOT1 (SP_FL | SP_FR | SP_LFE)
40 #define SP_QUAD (SP_FL | SP_FR | SP_SL | SP_SR)
41 #define SP_5DOT1 (SP_FL | SP_FR | SP_FC | SP_LFE | SP_SL | SP_SR)
43 #define TAG_VALID 0x8000
44 #define TAG_CMD 0x6000
45 #define TAG_PCM_LEFT 0x1000
46 #define TAG_PCM_RIGHT 0x0800
47 #define TAG_PCM_MDM_L1 0x0400
48 #define TAG_PCM_CENTER 0x0200
49 #define TAG_PCM_SL 0x0100
50 #define TAG_PCM_SR 0x0080
51 #define TAG_PCM_LFE 0x0040
54 size_t count,
unsigned int chan_mask);