Lines Matching refs:COPY_SLAVE

1152 #define COPY_SLAVE(field) (dmix->shmptr->s.field = spcm->field)
1159 COPY_SLAVE(access);
1160 COPY_SLAVE(format);
1161 COPY_SLAVE(subformat);
1162 COPY_SLAVE(channels);
1163 COPY_SLAVE(rate);
1164 COPY_SLAVE(period_size);
1165 COPY_SLAVE(period_time);
1166 COPY_SLAVE(periods);
1167 COPY_SLAVE(tstamp_mode);
1168 COPY_SLAVE(tstamp_type);
1169 COPY_SLAVE(period_step);
1170 COPY_SLAVE(avail_min);
1171 COPY_SLAVE(start_threshold);
1172 COPY_SLAVE(stop_threshold);
1173 COPY_SLAVE(silence_threshold);
1174 COPY_SLAVE(silence_size);
1175 COPY_SLAVE(boundary);
1176 COPY_SLAVE(info);
1177 COPY_SLAVE(msbits);
1178 COPY_SLAVE(rate_num);
1179 COPY_SLAVE(rate_den);
1180 COPY_SLAVE(hw_flags);
1181 COPY_SLAVE(fifo_size);
1182 COPY_SLAVE(buffer_size);
1183 COPY_SLAVE(buffer_time);
1184 COPY_SLAVE(sample_bits);
1185 COPY_SLAVE(frame_bits);
1190 #undef COPY_SLAVE
1553 #define COPY_SLAVE(field) (spcm->field = dmix->shmptr->s.field)
1558 COPY_SLAVE(access);
1559 COPY_SLAVE(format);
1560 COPY_SLAVE(subformat);
1561 COPY_SLAVE(channels);
1562 COPY_SLAVE(rate);
1563 COPY_SLAVE(period_size);
1564 COPY_SLAVE(period_time);
1565 COPY_SLAVE(periods);
1566 COPY_SLAVE(tstamp_mode);
1567 COPY_SLAVE(tstamp_type);
1568 COPY_SLAVE(period_step);
1569 COPY_SLAVE(avail_min);
1570 COPY_SLAVE(start_threshold);
1571 COPY_SLAVE(stop_threshold);
1572 COPY_SLAVE(silence_threshold);
1573 COPY_SLAVE(silence_size);
1574 COPY_SLAVE(boundary);
1575 COPY_SLAVE(info);
1576 COPY_SLAVE(msbits);
1577 COPY_SLAVE(rate_num);
1578 COPY_SLAVE(rate_den);
1579 COPY_SLAVE(hw_flags);
1580 COPY_SLAVE(fifo_size);
1581 COPY_SLAVE(buffer_size);
1582 COPY_SLAVE(buffer_time);
1583 COPY_SLAVE(sample_bits);
1584 COPY_SLAVE(frame_bits);
1590 #undef COPY_SLAVE