Searched refs:CALL_RAW_FUNC (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/hda/core/ |
| H A D | regmap.c | 436 #define CALL_RAW_FUNC(codec, func_call) \ macro 458 return CALL_RAW_FUNC(codec, reg_raw_write(codec, reg, val)); in snd_hdac_regmap_write_raw() 476 return CALL_RAW_FUNC(codec, reg_raw_read(codec, reg, val, uncached)); in __snd_hdac_regmap_read_raw() 543 return CALL_RAW_FUNC(codec, reg_raw_update(codec, reg, mask, val)); in snd_hdac_regmap_update_raw() 574 return CALL_RAW_FUNC(codec, reg_raw_update_once(codec, reg, mask, val)); in snd_hdac_regmap_update_raw_once()
|