Searched refs:snd_hdac_make_cmd (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 213 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd() function 232 EXPORT_SYMBOL_GPL(snd_hdac_make_cmd); 269 unsigned int cmd = snd_hdac_make_cmd(codec, nid, verb, parm); in snd_hdac_read() 998 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_read() 1010 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_write()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 117 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
|