Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-pcm.c29 #define SDnFMT_BITS(x) ((x) << 4) macro
78 return SDnFMT_BITS(0); in hda_dsp_get_bits()
80 return SDnFMT_BITS(1); in hda_dsp_get_bits()
82 return SDnFMT_BITS(2); in hda_dsp_get_bits()
84 return SDnFMT_BITS(3); in hda_dsp_get_bits()
86 return SDnFMT_BITS(4); in hda_dsp_get_bits()
90 return SDnFMT_BITS(1); /* use 16bits format if not found */ in hda_dsp_get_bits()