Searched refs:record (Results 1 – 7 of 7) sorted by relevance
89 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record()90 && record->txt_data[record->txt_offset] != ':') in usb6fire_fw_ihex_next_record()92 if (record->txt_offset == record->txt_length) in usb6fire_fw_ihex_next_record()97 if (record->txt_offset + 8 > record->txt_length) { in usb6fire_fw_ihex_next_record()102 record->len = usb6fire_fw_ihex_hex(record->txt_data + in usb6fire_fw_ihex_next_record()105 record->address = usb6fire_fw_ihex_hex(record->txt_data + in usb6fire_fw_ihex_next_record()108 record->address |= usb6fire_fw_ihex_hex(record->txt_data + in usb6fire_fw_ihex_next_record()116 if (record->txt_offset + 2 * (record->len + 1) > record->txt_length) { in usb6fire_fw_ihex_next_record()121 record->data[i] = usb6fire_fw_ihex_hex(record->txt_data in usb6fire_fw_ihex_next_record()125 usb6fire_fw_ihex_hex(record->txt_data + record->txt_offset, &crc); in usb6fire_fw_ihex_next_record()[all …]
12 8 channels each for play and record.31 8 channels record.
11 a maximum of 8 channels each for play and record.
571 u32 record = 0; in sis_pcm_trigger() local601 record |= 1 << voice->num; in sis_pcm_trigger()615 if (record) in sis_pcm_trigger()616 outl(record, io + SIS_RECORD_START_REG); in sis_pcm_trigger()622 if (record) in sis_pcm_trigger()623 outl(record, io + SIS_RECORD_STOP_REG); in sis_pcm_trigger()
181 If you want to record audio from TV cards based on193 record from the analog input with up to 1792000 Hz.
22 * Signal routing (record clean/processed guitar signal,
122 void (*record)(void); /* optional */ member
Completed in 23 milliseconds