Searched refs:num_bytes (Results 1 – 4 of 4) sorted by relevance
/sound/soc/codecs/ |
D | sigmadsp.c | 33 unsigned int num_bytes; member 65 __le16 num_bytes; member 113 info->count = ctrl->num_bytes; in sigmadsp_ctrl_info() 122 if (ctrl->num_bytes <= 20 && sigmadsp->ops && sigmadsp->ops->safeload) in sigmadsp_ctrl_write() 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 [all …]
|
/sound/drivers/ |
D | serial-generic.c | 69 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/intel/avs/ |
D | core.c | 226 u64 prev_pos, pos, num_bytes; in hdac_stream_update_pos() local 232 num_bytes = (buffer_size - prev_pos) + pos; in hdac_stream_update_pos() 234 num_bytes = pos - prev_pos; in hdac_stream_update_pos() 236 stream->curr_pos += num_bytes; in hdac_stream_update_pos()
|
/sound/soc/sof/intel/ |
D | hda-stream.c | 716 u64 prev_pos, pos, num_bytes; in hda_dsp_compr_bytes_transferred() local 722 num_bytes = (buffer_size - prev_pos) + pos; in hda_dsp_compr_bytes_transferred() 724 num_bytes = pos - prev_pos; in hda_dsp_compr_bytes_transferred() 726 hstream->curr_pos += num_bytes; in hda_dsp_compr_bytes_transferred()
|