Searched refs:num_device_channels (Results 1 – 1 of 1) sorted by relevance
730 const int num_device_channels = proxy_get_channel_count(proxy); /* what we told alsa */ in out_write() local732 if (num_device_channels != num_req_channels) { in out_write()735 bytes * num_device_channels / num_req_channels; in out_write()746 out->conversion_buffer, num_device_channels, in out_write()1146 int num_device_channels = proxy_get_channel_count(&device_info->proxy); /* what we told Alsa */ in in_read() local1149 if (num_device_channels != num_req_channels) { in in_read()1150 num_read_buff_bytes = (num_device_channels * num_read_buff_bytes) / num_req_channels; in in_read()1166 if (num_device_channels != num_req_channels) { in in_read()1171 if (num_device_channels != num_req_channels) { in in_read()1176 adjust_channels(read_buff, num_device_channels, in in_read()