Home
last modified time | relevance | path

Searched refs:num_bytes (Results 1 – 5 of 5) sorted by relevance

/sound/soc/codecs/
A Dsigmadsp.c33 unsigned int num_bytes; member
65 __le16 num_bytes; member
113 info->count = ctrl->num_bytes; in sigmadsp_ctrl_info()
124 ctrl->num_bytes); in sigmadsp_ctrl_write()
127 ctrl->num_bytes); in sigmadsp_ctrl_write()
146 memcpy(ctrl->cache, data, ctrl->num_bytes); in sigmadsp_ctrl_put()
167 ctrl->num_bytes); in sigmadsp_ctrl_get()
174 ctrl->num_bytes); in sigmadsp_ctrl_get()
207 unsigned int num_bytes; in sigma_fw_load_control() local
225 num_bytes = le16_to_cpu(ctrl_chunk->num_bytes); in sigma_fw_load_control()
[all …]
/sound/drivers/
A Dserial-generic.c69 int num_bytes; in snd_serial_generic_tx_work() local
81 num_bytes = snd_rawmidi_transmit_peek(substream, buf, INTERNAL_BUF_SIZE); in snd_serial_generic_tx_work()
82 num_bytes = serdev_device_write_buf(drvdata->serdev, buf, num_bytes); in snd_serial_generic_tx_work()
84 if (!num_bytes) in snd_serial_generic_tx_work()
87 snd_rawmidi_transmit_ack(substream, num_bytes); in snd_serial_generic_tx_work()
/sound/soc/sof/
A Dipc4-telemetry.h62 u16 num_bytes; member
/sound/soc/intel/avs/
A Dcore.c240 u64 prev_pos, pos, num_bytes; in hdac_stream_update_pos() local
246 num_bytes = (buffer_size - prev_pos) + pos; in hdac_stream_update_pos()
248 num_bytes = pos - prev_pos; in hdac_stream_update_pos()
250 stream->curr_pos += num_bytes; in hdac_stream_update_pos()
/sound/soc/sof/intel/
A Dhda-stream.c770 u64 prev_pos, pos, num_bytes; in hda_dsp_compr_bytes_transferred() local
776 num_bytes = (buffer_size - prev_pos) + pos; in hda_dsp_compr_bytes_transferred()
778 num_bytes = pos - prev_pos; in hda_dsp_compr_bytes_transferred()
780 hstream->curr_pos += num_bytes; in hda_dsp_compr_bytes_transferred()

Completed in 26 milliseconds