Home
last modified time | relevance | path

Searched refs:snd_hdac_codec_read (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/
H A Dhdac_device.c1090 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read() function
1095 EXPORT_SYMBOL_GPL(snd_hdac_codec_read);
1155 state = snd_hdac_codec_read(codec, nid, 0, in snd_hdac_sync_power_state()
H A Dhdmi_chmap.c193 return (snd_hdac_codec_read(codec, pin_nid, 0, in hdmi_pin_get_slot_channel()
200 return 1 + snd_hdac_codec_read(codec, cvt_nid, 0, in hdmi_get_channel_count()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c245 return snd_hdac_codec_read(hdev, port->pin->nid, in hdac_hdmi_port_select_get()
749 snd_hdac_codec_read(hdev, nid, 0, in hdac_hdmi_set_power_state()
1403 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1409 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1421 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
1428 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
2251 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend()
2295 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
/linux/include/sound/
H A Dhda_codec.h326 return snd_hdac_codec_read(&codec->core, nid, flags, verb, parm); in snd_hda_codec_read()