Searched refs:check_dsp_reg_num (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/ |
H A D | aw88395_lib.c | 94 unsigned int check_dsp_reg_num, parse_dsp_reg_num; in aw_check_dsp_reg_num() local 102 check_dsp_reg_num = (bin->header_info[bin_num].bin_data_len - CHECK_DSP_REG_NUM) / in aw_check_dsp_reg_num() 104 dev_dbg(aw_dev->dev, "%s bin_num = %d, parse_dsp_reg_num = 0x%x, check_dsp_reg_num = 0x%x", in aw_check_dsp_reg_num() 105 __func__, bin_num, check_dsp_reg_num, check_dsp_reg_num); in aw_check_dsp_reg_num() 106 if (parse_dsp_reg_num != check_dsp_reg_num) { in aw_check_dsp_reg_num() 108 dev_err(aw_dev->dev, "%s parse_dsp_reg_num = 0x%x, check_dsp_reg_num = 0x%x", in aw_check_dsp_reg_num() 109 __func__, check_dsp_reg_num, check_dsp_reg_num); in aw_check_dsp_reg_num()
|
Completed in 2 milliseconds