Home
last modified time | relevance | path

Searched refs:snd_hdac_read_parm (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/hda/
Dhdac_device.c66 codec->vendor_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
72 codec->vendor_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
76 codec->subsystem_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
78 codec->revision_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
94 codec->power_caps = snd_hdac_read_parm(codec, fg, AC_PAR_POWER_STATE); in snd_hdac_device_init()
306 val = snd_hdac_read_parm(codec, nid, parm); in snd_hdac_read_parm_uncached()
370 function_id = snd_hdac_read_parm(codec, nid, in setup_fg_nodes()
452 parm = snd_hdac_read_parm(codec, nid, AC_PAR_CONNLIST_LEN); in get_num_conns()
801 val = snd_hdac_read_parm(codec, nid, AC_PAR_PCM); in query_pcm_param()
803 val = snd_hdac_read_parm(codec, codec->afg, AC_PAR_PCM); in query_pcm_param()
[all …]
Dhdac_sysfs.c172 snd_hdac_read_parm(codec, nid, AC_PAR_PIN_CAP)); in pin_caps_show()
206 snd_hdac_read_parm(codec, nid, AC_PAR_PCM)); in pcm_caps_show()
215 snd_hdac_read_parm(codec, nid, AC_PAR_STREAM)); in pcm_formats_show()
224 snd_hdac_read_parm(codec, nid, AC_PAR_AMP_IN_CAP)); in amp_in_caps_show()
233 snd_hdac_read_parm(codec, nid, AC_PAR_AMP_OUT_CAP)); in amp_out_caps_show()
242 snd_hdac_read_parm(codec, nid, AC_PAR_POWER_STATE)); in power_caps_show()
249 snd_hdac_read_parm(codec, nid, AC_PAR_GPIO_CAP)); in gpio_caps_show()
Dlocal.h9 snd_hdac_read_parm(codec, nid, AC_PAR_AUDIO_WIDGET_CAP)
/linux-4.4.14/sound/pci/hda/
Dhda_codec.h328 snd_hdac_read_parm(&(codec)->core, nid, param)
/linux-4.4.14/include/sound/
Dhdaudio.h158 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm() function