Lines Matching +full:75 +full:x
39 "%s: Failed to set private value: %06x <= %04x ret=%d\n", in rt711_sdca_index_write()
55 "%s: Failed to get private value: %06x => %04x ret=%d\n", in rt711_sdca_index_read()
300 "%s, detected_mode=0x%x\n", __func__, det_mode); in rt711_sdca_headset_detect()
336 "in %s, jack_type=0x%x\n", __func__, rt711->jack_type); in rt711_sdca_jack_detect_handler()
338 "in %s, btn_type=0x%x\n", __func__, btn_type); in rt711_sdca_jack_detect_handler()
340 "in %s, scp_sdca_stat1=0x%x, scp_sdca_stat2=0x%x\n", __func__, in rt711_sdca_jack_detect_handler()
428 dev_dbg(&rt711->slave->dev, "%s, btn_type=0x%x\n", __func__, btn_type); in rt711_sdca_btn_check_handler()
584 gain_l_val = (gain_l_val - mc->shift) * 75; in rt711_sdca_set_gain_put()
586 gain_l_val = (mc->shift - gain_l_val) * 75; in rt711_sdca_set_gain_put()
606 gain_r_val = (gain_r_val - mc->shift) * 75; in rt711_sdca_set_gain_put()
608 gain_r_val = (mc->shift - gain_r_val) * 75; in rt711_sdca_set_gain_put()
669 ctl_l = mc->shift - (ctl_l / 75); in rt711_sdca_set_gain_get()
671 ctl_l = mc->shift + (ctl_l / 75); in rt711_sdca_set_gain_get()
673 ctl_l = mc->max - (ctl_l / 75); in rt711_sdca_set_gain_get()
690 ctl_r = mc->shift - (ctl_r / 75); in rt711_sdca_set_gain_get()
692 ctl_r = mc->shift + (ctl_r / 75); in rt711_sdca_set_gain_get()
694 ctl_r = mc->max - (ctl_r / 75); in rt711_sdca_set_gain_get()
863 static const DECLARE_TLV_DB_SCALE(out_vol_tlv, -6525, 75, 0);
864 static const DECLARE_TLV_DB_SCALE(in_vol_tlv, -1725, 75, 0);