Symbol: snd_hdac_read_parm
include/sound/hda_codec.h
351
snd_hdac_read_parm(&(codec)->core, nid, param)
include/sound/hdaudio.h
692
snd_hdac_read_parm(codec, nid, AC_PAR_AUDIO_WIDGET_CAP)
sound/hda/codecs/cirrus/cs8409.c
412
caps = snd_hdac_read_parm(&codec->core, nid, AC_PAR_PIN_CAP);
sound/hda/core/device.c
382
function_id = snd_hdac_read_parm(codec, nid,
sound/hda/core/device.c
443
parm = snd_hdac_read_parm(codec, nid, AC_PAR_CONNLIST_LEN);
sound/hda/core/device.c
71
codec->vendor_id = snd_hdac_read_parm(codec, AC_NODE_ROOT,
sound/hda/core/device.c
77
codec->vendor_id = snd_hdac_read_parm(codec, AC_NODE_ROOT,
sound/hda/core/device.c
81
codec->subsystem_id = snd_hdac_read_parm(codec, AC_NODE_ROOT,
sound/hda/core/device.c
83
codec->revision_id = snd_hdac_read_parm(codec, AC_NODE_ROOT,
sound/hda/core/device.c
855
val = snd_hdac_read_parm(codec, nid, AC_PAR_PCM);
sound/hda/core/device.c
857
val = snd_hdac_read_parm(codec, codec->afg, AC_PAR_PCM);
sound/hda/core/device.c
865
unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM);
sound/hda/core/device.c
868
streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM);
sound/hda/core/device.c
99
codec->power_caps = snd_hdac_read_parm(codec, fg, AC_PAR_POWER_STATE);
sound/hda/core/sysfs.c
173
snd_hdac_read_parm(codec, nid, AC_PAR_PIN_CAP));
sound/hda/core/sysfs.c
207
snd_hdac_read_parm(codec, nid, AC_PAR_PCM));
sound/hda/core/sysfs.c
216
snd_hdac_read_parm(codec, nid, AC_PAR_STREAM));
sound/hda/core/sysfs.c
225
snd_hdac_read_parm(codec, nid, AC_PAR_AMP_IN_CAP));
sound/hda/core/sysfs.c
234
snd_hdac_read_parm(codec, nid, AC_PAR_AMP_OUT_CAP));
sound/hda/core/sysfs.c
243
snd_hdac_read_parm(codec, nid, AC_PAR_POWER_STATE));
sound/hda/core/sysfs.c
250
snd_hdac_read_parm(codec, nid, AC_PAR_GPIO_CAP));