Home
last modified time | relevance | path

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

/sound/usb/6fire/
Dfirmware.c80 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() argument
86 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 …]
/sound/soc/rockchip/
DKconfig17 8 channels each for play and record.
27 8 channels record.
/sound/soc/dwc/
DKconfig9 a maximum of 8 channels each for play and record.
/sound/pci/
Dsis7019.c588 u32 record = 0; in sis_pcm_trigger() local
618 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()
DKconfig177 If you want to record audio from TV cards based on
189 record from the analog input with up to 1792000 Hz.
/sound/usb/line6/
DKconfig22 * Signal routing (record clean/processed guitar signal,
/sound/oss/dmasound/
Ddmasound.h128 void (*record)(void); /* optional */ member