Searched refs:sub_frame (Results 1 – 1 of 1) sorted by relevance
654 static u32 get_iec958_header_bits(struct stream *s, int sub_frame, u32 sample) in get_iec958_header_bits() argument676 block_start = (s->iec958_frame_count == 0 && sub_frame == 0); in get_iec958_header_bits()684 ((sub_frame == 0) << 4) | /* Subframe bit */ in get_iec958_header_bits()691 static u32 get_header_bits(struct stream *s, int sub_frame, u32 sample) in get_header_bits() argument696 return get_iec958_header_bits(s, sub_frame, sample); in get_header_bits()