Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-pcm.c27 #define SDnFMT_BITS(x) ((x) << 4) macro
68 return SDnFMT_BITS(0); in hda_dsp_get_bits()
70 return SDnFMT_BITS(1); in hda_dsp_get_bits()
72 return SDnFMT_BITS(2); in hda_dsp_get_bits()
74 return SDnFMT_BITS(3); in hda_dsp_get_bits()
76 return SDnFMT_BITS(4); in hda_dsp_get_bits()
80 return SDnFMT_BITS(1); /* use 16bits format if not found */ in hda_dsp_get_bits()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds