Searched refs:r0_data (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 1014 struct rt1320_datafixpoint r0_data[2]; in rt1320_set_advancemode() local 1034 rt1320_fw_param_protocol(rt1320, RT1320_GET_PARAM, 6, &r0_data[0], sizeof(struct rt1320_datafixpoint)); in rt1320_set_advancemode() 1035 rt1320_fw_param_protocol(rt1320, RT1320_GET_PARAM, 7, &r0_data[1], sizeof(struct rt1320_datafixpoint)); in rt1320_set_advancemode() 1041 l_advancegain = r0_data[0].advancegain; in rt1320_set_advancemode() 1042 r_advancegain = r0_data[1].advancegain; in rt1320_set_advancemode() 1047 r0_data[0].silencedetect = 0; in rt1320_invrs_load() 1048 r0_data[0].r0 = rt1320->r0_l_reg; in rt1320_invrs_load() 1049 r0_data[1].silencedetect = 0; in rt1320_invrs_load() 1050 r0_data[1].r0 = rt1320->r0_r_reg; in rt1320_invrs_load() 1051 dev_dbg(dev, "%s, write LR r0=%d, %d\n", __func__, r0_data[ in rt1320_invrs_load() 1055 struct rt1320_datafixpoint r0_data[2]; rt1320_invrs_load() local [all...] |