Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Ddevice.c71 codec->vendor_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
77 codec->vendor_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
81 codec->subsystem_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
83 codec->revision_id = snd_hdac_read_parm(codec, AC_NODE_ROOT, in snd_hdac_device_init()
99 codec->power_caps = snd_hdac_read_parm(codec, fg, AC_PAR_POWER_STATE); in snd_hdac_device_init()
292 * This function returns zero or an error unlike snd_hdac_read_parm().
382 function_id = snd_hdac_read_parm(codec, nid, in setup_fg_nodes()
446 parm = snd_hdac_read_parm(codec, nid, AC_PAR_CONNLIST_LEN); in get_num_conns()
858 val = snd_hdac_read_parm(codec, nid, AC_PAR_PCM); in query_pcm_param()
860 val = snd_hdac_read_parm(code in query_pcm_param()
[all...]
H A Dsysfs.c173 snd_hdac_read_parm(codec, nid, AC_PAR_PIN_CAP)); in pin_caps_show()
207 snd_hdac_read_parm(codec, nid, AC_PAR_PCM)); in pcm_caps_show()
216 snd_hdac_read_parm(codec, nid, AC_PAR_STREAM)); in pcm_formats_show()
225 snd_hdac_read_parm(codec, nid, AC_PAR_AMP_IN_CAP)); in amp_in_caps_show()
234 snd_hdac_read_parm(codec, nid, AC_PAR_AMP_OUT_CAP)); in amp_out_caps_show()
243 snd_hdac_read_parm(codec, nid, AC_PAR_POWER_STATE)); in power_caps_show()
250 snd_hdac_read_parm(codec, nid, AC_PAR_GPIO_CAP)); in gpio_caps_show()
/linux/include/sound/
H A Dhdaudio.h163 * snd_hdac_read_parm - read a codec parameter
171 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm() function
687 snd_hdac_read_parm(codec, nid, AC_PAR_AUDIO_WIDGET_CAP)
H A Dhda_codec.h340 snd_hdac_read_parm(&(codec)->core, nid, param)
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.c419 caps = snd_hdac_read_parm(&codec->core, nid, AC_PAR_PIN_CAP); in cs8409_fix_caps()