Home
last modified time | relevance | path

Searched refs:snd_hdac_make_cmd (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/hda/
Dhdac_device.c175 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/
Dhdaudio.h105 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c179 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()