Home
last modified time | relevance | path

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

/external/u-boot/drivers/sound/
Dsamsung-i2s.c158 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in i2s_set_fmt()
172 (fmt & SND_SOC_DAIFMT_FORMAT_MASK)); in i2s_set_fmt()
Dwm8994.c195 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in wm8994_set_fmt()
214 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in wm8994_set_fmt()
Dmax98095.c300 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { in max98095_set_fmt()
/external/u-boot/include/
Di2s.h51 #define SND_SOC_DAIFMT_FORMAT_MASK 0x000f macro