Searched refs:record (Results 1 – 7 of 7) sorted by relevance
80 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() argument86 record->error = false; in usb6fire_fw_ihex_next_record()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()91 record->txt_offset++; in usb6fire_fw_ihex_next_record()92 if (record->txt_offset == record->txt_length) in usb6fire_fw_ihex_next_record()96 record->txt_offset++; in usb6fire_fw_ihex_next_record()97 if (record->txt_offset + 8 > record->txt_length) { in usb6fire_fw_ihex_next_record()98 record->error = true; in usb6fire_fw_ihex_next_record()102 record->len = usb6fire_fw_ihex_hex(record->txt_data + in usb6fire_fw_ihex_next_record()[all …]
17 8 channels each for play and record.27 8 channels record.
9 a maximum of 8 channels each for play and record.
588 u32 record = 0; in sis_pcm_trigger() local618 record |= 1 << voice->num; in sis_pcm_trigger()632 if (record) in sis_pcm_trigger()633 outl(record, io + SIS_RECORD_START_REG); in sis_pcm_trigger()639 if (record) in sis_pcm_trigger()640 outl(record, io + SIS_RECORD_STOP_REG); in sis_pcm_trigger()
177 If you want to record audio from TV cards based on189 record from the analog input with up to 1792000 Hz.
22 * Signal routing (record clean/processed guitar signal,
128 void (*record)(void); /* optional */ member