Home
last modified time | relevance | path

Searched refs:buffer_id (Results 1 – 8 of 8) sorted by relevance

/sound/soc/sof/
A Dsof-client-probes-ipc3.c46 unsigned int buffer_id[]; member
206 unsigned int *buffer_id, in ipc3_probes_points_remove() argument
210 size_t size = struct_size(msg, buffer_id, num_buffer_id); in ipc3_probes_points_remove()
219 memcpy(&msg->buffer_id[0], buffer_id, size - sizeof(*msg)); in ipc3_probes_points_remove()
A Dsof-client-probes.h32 unsigned int buffer_id; member
48 unsigned int *buffer_id, size_t num_buffer_id);
A Dsof-client-probes-ipc4.c218 points[i].point_id = desc[i].buffer_id; in ipc4_probes_points_add()
250 unsigned int *buffer_id, size_t num_buffer_id) in ipc4_probes_points_remove() argument
266 probe_point_ids[i] = buffer_id[i]; in ipc4_probes_points_remove()
A Dsof-client-probes.c79 ipc->points_remove(cdev, &desc[i].buffer_id, 1); in sof_probes_compr_shutdown()
228 desc[i].buffer_id, desc[i].purpose, desc[i].stream_tag); in sof_probes_dfs_points_read()
/sound/pci/mixart/
A Dmixart_core.c450 u32 buffer_id = notify->streams[i].buffer_id; in snd_mixart_threaded_irq() local
451 …unsigned int chip_number = (buffer_id & MIXART_NOTIFY_CARD_MASK) >> MIXART_NOTIFY_CARD_OFFSET; /*… in snd_mixart_threaded_irq()
452 …unsigned int pcm_number = (buffer_id & MIXART_NOTIFY_PCM_MASK ) >> MIXART_NOTIFY_PCM_OFFSET; /*… in snd_mixart_threaded_irq()
453 …unsigned int sub_number = buffer_id & MIXART_NOTIFY_SUBS_MASK; /* 0 to MIXART_PLAYB… in snd_mixart_threaded_irq()
454 …unsigned int is_capture = ((buffer_id & MIXART_NOTIFY_CAPT_MASK) != 0); /* playback == 0 / c… in snd_mixart_threaded_irq()
462 buffer_id, notify->streams[i].sample_pos_low_part); in snd_mixart_threaded_irq()
A Dmixart.h191 u32 buffer_id; member
A Dmixart_core.h249 u32 buffer_id; member
A Dmixart.c298 …bufferinfo[j].buffer_id = (chip->chip_idx << MIXART_NOTIFY_CARD_OFFSET) + (pcm_number << MIXART_NO… in snd_mixart_add_ref_pipe()
300 bufferinfo[j].buffer_id |= MIXART_NOTIFY_CAPT_MASK; in snd_mixart_add_ref_pipe()

Completed in 20 milliseconds