Home
last modified time | relevance | path

Searched refs:SP_FL (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97.h29 #define SP_FL 0x0001 macro
36 #define SP_STEREO (SP_FL | SP_FR)
37 #define SP_2DOT1 (SP_FL | SP_FR | SP_LFE)
38 #define SP_QUAD (SP_FL | SP_FR | SP_SL | SP_SR)
39 #define SP_5DOT1 (SP_FL | SP_FR | SP_FC | SP_LFE | SP_SL | SP_SR)
Dbf5xx-ac97-pcm.c46 SP_FL, /* Mono */
50 SP_FL | SP_FR | SP_FC | SP_SL | SP_SR,/*5 channels */
Dbf5xx-ac97.c51 if (chan_mask & SP_FL) { in bf5xx_pcm_to_ac97()