Home
last modified time | relevance | path

Searched refs:snd_hdac_regmap_update_raw_once (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/sound/
H A Dhda_regmap.h27 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg,
/openbmc/linux/sound/hda/
H A Dhdac_regmap.c583 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw_once() function
588 EXPORT_SYMBOL_GPL(snd_hdac_regmap_update_raw_once);
/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c1407 return snd_hdac_regmap_update_raw_once(&codec->core, cmd, mask, val); in snd_hda_codec_amp_init()