Lines Matching full:uid
147 * UID Mapping is fixed:
148 * UID 0x0 -> WL
149 * UID 0x1 -> WR
150 * UID 0x2 -> TL
151 * UID 0x3 -> TR
159 unsigned int uid, sz = 0; in cs35l41_compute_codec_conf() local
163 for (uid = 0; uid < CS35L41_MAX_AMPS; uid++) { in cs35l41_compute_codec_conf()
164 adev = acpi_dev_get_first_match_dev(CS35L41_HID, uid_strings[uid], -1); in cs35l41_compute_codec_conf()
166 pr_devel("Cannot find match for HID %s UID %u (%s)\n", CS35L41_HID, uid, in cs35l41_compute_codec_conf()
167 cs35l41_name_prefixes[uid]); in cs35l41_compute_codec_conf()
173 pr_devel("Cannot find physical node for HID %s UID %u (%s)\n", CS35L41_HID, in cs35l41_compute_codec_conf()
174 uid, cs35l41_name_prefixes[uid]); in cs35l41_compute_codec_conf()
180 cs35l41_codec_conf[sz].name_prefix = cs35l41_name_prefixes[uid]; in cs35l41_compute_codec_conf()