Lines Matching refs:data_mode
400 int data_mode;
409 data_mode = (chip->uer_bits & IEC958_AES0_NONAUDIO) != 0;
410 if (! capture && data_mode)
432 pipe->data_mode = data_mode;
789 int err, data_mode;
795 data_mode = (chip->uer_bits & IEC958_AES0_NONAUDIO) != 0;
796 if (data_mode != pipe->data_mode && ! pipe->is_capture) {
801 "reopen the pipe with data_mode = %d\n", data_mode);
809 if (data_mode)
814 pipe->data_mode = data_mode;