snd_hdac_read
int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
if (snd_hdac_read(&codec->core, nid,
snd_hdac_read(codec, fg, AC_VERB_GET_SUBSYSTEM_ID, 0,
EXPORT_SYMBOL_GPL(snd_hdac_read);
err = snd_hdac_read(codec, nid, AC_VERB_GET_CONNECT_LIST, 0,
err = snd_hdac_read(codec, nid,
if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val))