Searched refs:DECLARE_TLV_DB_LINEAR (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | stac9766.c | 85 static const DECLARE_TLV_DB_LINEAR(master_tlv, -4600, 0); 86 static const DECLARE_TLV_DB_LINEAR(record_tlv, 0, 2250); 87 static const DECLARE_TLV_DB_LINEAR(beep_tlv, -4500, 0); 88 static const DECLARE_TLV_DB_LINEAR(mix_tlv, -3450, 1200);
|
/linux-4.1.27/include/sound/ |
D | tlv.h | 74 #define DECLARE_TLV_DB_LINEAR(name, min_dB, max_dB) \ macro
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen.c | 723 static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);
|
/linux-4.1.27/sound/i2c/other/ |
D | ak4xxx-adda.c | 167 static const DECLARE_TLV_DB_LINEAR(db_scale_linear, TLV_DB_GAIN_MUTE, 0);
|
/linux-4.1.27/sound/pci/ice1712/ |
D | prodigy_hifi.c | 299 static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1507 static const DECLARE_TLV_DB_LINEAR(db_scale_native, TLV_DB_GAIN_MUTE, 0);
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emufx.c | 304 static const DECLARE_TLV_DB_LINEAR(snd_emu10k1_db_linear, TLV_DB_GAIN_MUTE, 0);
|