Lines Matching refs:data_mode
396 int data_mode;
405 data_mode = (chip->uer_bits & IEC958_AES0_NONAUDIO) != 0;
406 if (! capture && data_mode)
428 pipe->data_mode = data_mode;
781 int err, data_mode;
787 data_mode = (chip->uer_bits & IEC958_AES0_NONAUDIO) != 0;
788 if (data_mode != pipe->data_mode && ! pipe->is_capture) {
792 snd_printdd(KERN_DEBUG "reopen the pipe with data_mode = %d\n", data_mode);
799 if (data_mode)
803 pipe->data_mode = data_mode;