Lines Matching defs:subcode
75 * Defines channel status, subcode and Q sub
85 unsigned char subcode[2 * SPDIF_UBITS_SIZE];
87 /* Q subcode part of user bits */
290 ctrl->subcode[*pos++] = val >> 16;
291 ctrl->subcode[*pos++] = val >> 8;
292 ctrl->subcode[*pos++] = val;
849 * Get User bits (subcode) from chip value which readed out
864 memcpy(&ucontrol->value.iec958.subcode[0],
865 &ctrl->subcode[idx], SPDIF_UBITS_SIZE);
873 /* Q-subcode information. The byte size is SPDIF_UBITS_SIZE/8 */
883 /* Get Q subcode from chip value which readed out in QChannel register */
1115 * 1 CD User channel subcode
1134 * 1 CD User channel subcode
1182 .name = "IEC958 Q-subcode Capture Default",