Home
last modified time | relevance | path

Searched refs:first_wid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c2571 if (input_wid < codec->first_wid || in audiohd_get_conns_from_entry()
2582 if (k < codec->first_wid || in audiohd_get_conns_from_entry()
2593 if ((codec->first_wid <= input_wid) && (input_wid <= in audiohd_get_conns_from_entry()
2651 if ((input_wid < codec->first_wid) || in audiohd_get_conns()
2775 for (wid = codec->first_wid; in audiohd_create_widgets()
3076 codec->first_wid = wid; in audiohd_create_codec()
3744 for (wid = codec->first_wid; wid <= codec->last_wid; wid++) { in audiohd_build_input_path()
4598 for (wid = codec->first_wid; wid <= codec->last_wid; in audiohd_build_beep_path()
4885 for (wid = codec->first_wid; wid <= codec->last_wid; wid++) { in audiohd_build_loopback_path()
5227 for (wid = codec->first_wid; wid <= codec->last_wid; in audiohd_change_widget_power_state()
H A Daudiohd.h778 wid_t first_wid; /* wid of 1st subnode of AFG */ member