Searched refs:DECLARE_TLV_DB_MINMAX (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/sound/ |
D | tlv.h | 66 #define DECLARE_TLV_DB_MINMAX(name, min_dB, max_dB) \ macro
|
/linux-4.1.27/sound/pci/oxygen/ |
D | xonar_dg_mixer.c | 378 static const DECLARE_TLV_DB_MINMAX(hp_db_scale, -12550, 0); 379 static const DECLARE_TLV_DB_MINMAX(pga_db_scale, -1200, 1200);
|
/linux-4.1.27/sound/usb/6fire/ |
D | control.c | 57 static DECLARE_TLV_DB_MINMAX(tlv_output, -9000, 0); 58 static DECLARE_TLV_DB_MINMAX(tlv_input, -1500, 1500);
|
/linux-4.1.27/sound/soc/codecs/ |
D | ad193x.c | 37 static const DECLARE_TLV_DB_MINMAX(adau193x_tlv, -9563, 0);
|
D | adau17x1.c | 41 static const DECLARE_TLV_DB_MINMAX(adau17x1_digital_tlv, -9563, 0);
|
D | adav80x.c | 341 static const DECLARE_TLV_DB_MINMAX(adav80x_digital_tlv, -9563, 0);
|
D | adau1373.c | 331 static const DECLARE_TLV_DB_MINMAX(adau1373_digital_tlv, -9563, 0);
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_pcm.c | 599 static const DECLARE_TLV_DB_MINMAX(vortex_pcm_vol_db_scale, -9600, 2400);
|
/linux-4.1.27/sound/usb/ |
D | mixer.c | 540 DECLARE_TLV_DB_MINMAX(scale, 0, 0); in snd_usb_mixer_vol_tlv()
|