Searched refs:snd_hdac_read (Results 1 – 4 of 4) sorted by relevance
/linux/sound/hda/core/ |
H A D | device.c | 102 snd_hdac_read(codec, fg, AC_VERB_GET_SUBSYSTEM_ID, 0, in snd_hdac_device_init() 276 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read() function 283 EXPORT_SYMBOL_GPL(snd_hdac_read); 495 err = snd_hdac_read(codec, nid, AC_VERB_GET_CONNECT_LIST, 0, in snd_hdac_get_connections() 512 err = snd_hdac_read(codec, nid, in snd_hdac_get_connections()
|
H A D | sysfs.c | 183 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in pin_cfg_show()
|
/linux/include/sound/ |
H A D | hdaudio.h | 131 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
|
/linux/sound/hda/common/ |
H A D | codec.c | 341 if (snd_hdac_read(&codec->core, nid, in snd_hda_get_devices()
|