Home
last modified time | relevance | path

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

/sound/soc/intel/atom/
Dsst-atom-controls.c419 cmd.cell_gains[0].cell_gain_left = SST_GAIN_MIN_VALUE; in sst_send_gain_cmd()
420 cmd.cell_gains[0].cell_gain_right = SST_GAIN_MIN_VALUE; in sst_send_gain_cmd()
540 static const DECLARE_TLV_DB_SCALE(sst_gain_tlv_common, SST_GAIN_MIN_VALUE * 10, 10, 0);
1217 SST_GAIN_KCONTROLS(name, "Gain", SST_GAIN_MIN_VALUE, SST_GAIN_MAX_VALUE, \
1224 SST_GAIN_KCONTROLS(name, "Volume", SST_GAIN_MIN_VALUE, SST_GAIN_MAX_VALUE, \
Dsst-atom-controls.h773 #define SST_GAIN_MIN_VALUE -1440 /* in 0.1 DB units */ macro