Searched refs:snd_hdac_make_cmd (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/hda/ |
D | hdac_device.c | 175 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd() function 194 EXPORT_SYMBOL_GPL(snd_hdac_make_cmd); 231 unsigned int cmd = snd_hdac_make_cmd(codec, nid, verb, parm); in snd_hdac_read()
|
/linux-4.1.27/include/sound/ |
D | hdaudio.h | 105 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 179 unsigned int cmd = snd_hdac_make_cmd(&codec->core, nid, verb, parm); in snd_hda_codec_read() 202 unsigned int cmd = snd_hdac_make_cmd(&codec->core, nid, verb, parm); in snd_hda_codec_write()
|