Home
last modified time | relevance | path

Searched refs:record (Results 1 – 7 of 7) sorted by relevance

/sound/usb/6fire/
A Dfirmware.c89 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 …]
/sound/soc/rockchip/
A DKconfig12 8 channels each for play and record.
31 8 channels record.
/sound/soc/dwc/
A DKconfig11 a maximum of 8 channels each for play and record.
/sound/pci/
A Dsis7019.c571 u32 record = 0; in sis_pcm_trigger() local
601 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()
A DKconfig181 If you want to record audio from TV cards based on
193 record from the analog input with up to 1792000 Hz.
/sound/usb/line6/
A DKconfig22 * Signal routing (record clean/processed guitar signal,
/sound/oss/dmasound/
A Ddmasound.h122 void (*record)(void); /* optional */ member

Completed in 23 milliseconds