Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dhdac_hdmi.c243 return snd_hdac_codec_read(hdev, port->pin->nid, in hdac_hdmi_port_select_get()
747 snd_hdac_codec_read(hdev, nid, 0, in hdac_hdmi_set_power_state()
1402 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1408 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1420 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
1427 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
1949 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend()
1993 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
/linux/sound/hda/core/
H A Ddevice.c1089 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read() function
1094 EXPORT_SYMBOL_GPL(snd_hdac_codec_read);
1154 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/include/sound/
H A Dhda_codec.h329 return snd_hdac_codec_read(&codec->core, nid, flags, verb, parm); in snd_hda_codec_read()
H A Dhdaudio.h154 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid,