Searched refs:CALL_RAW_FUNC (Results 1 – 1 of 1) sorted by relevance
/linux/sound/hda/ |
H A D | hdac_regmap.c | 440 #define CALL_RAW_FUNC(codec, func_call) \ macro 462 return CALL_RAW_FUNC(codec, reg_raw_write(codec, reg, val)); in snd_hdac_regmap_write_raw() 484 return CALL_RAW_FUNC(codec, reg_raw_read(codec, reg, val, uncached)); in __snd_hdac_regmap_read_raw() 552 return CALL_RAW_FUNC(codec, reg_raw_update(codec, reg, mask, val)); in snd_hdac_regmap_update_raw() 586 return CALL_RAW_FUNC(codec, reg_raw_update_once(codec, reg, mask, val)); in snd_hdac_regmap_update_raw_once()
|