Searched refs:snd_hdac_read (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | local.h | 27 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in get_pin_cfg()
|
D | hda_codec.c | 356 if (snd_hdac_read(&codec->core, nid, in snd_hda_get_devices()
|
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 97 snd_hdac_read(codec, fg, AC_VERB_GET_SUBSYSTEM_ID, 0, in snd_hdac_device_init() 266 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read() function 273 EXPORT_SYMBOL_GPL(snd_hdac_read); 501 err = snd_hdac_read(codec, nid, AC_VERB_GET_CONNECT_LIST, 0, in snd_hdac_get_connections() 518 err = snd_hdac_read(codec, nid, in snd_hdac_get_connections()
|
D | hdac_sysfs.c | 182 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in pin_cfg_show()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 121 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
|