Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dhda_regmap.h27 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg,
/linux-6.1.9/sound/hda/
Dhdac_regmap.c587 int snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, in snd_hdac_regmap_update_raw_once() function
592 EXPORT_SYMBOL_GPL(snd_hdac_regmap_update_raw_once);
/linux-6.1.9/sound/pci/hda/
Dhda_codec.c1408 return snd_hdac_regmap_update_raw_once(&codec->core, cmd, mask, val); in snd_hda_codec_amp_init()