Searched refs:buffer_id (Results 1 – 5 of 5) sorted by relevance
/sound/pci/mixart/ |
D | mixart_core.c | 450 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()
|
D | mixart.h | 191 u32 buffer_id; member
|
D | mixart_core.h | 249 u32 buffer_id; member
|
D | mixart.c | 298 …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()
|
/sound/soc/sof/ |
D | sof-client-probes.c | 42 unsigned int buffer_id; member 76 unsigned int buffer_id[]; member 239 unsigned int *buffer_id, size_t num_buffer_id) in sof_probes_points_remove() argument 242 size_t size = struct_size(msg, buffer_id, num_buffer_id); in sof_probes_points_remove() 252 memcpy(&msg->buffer_id[0], buffer_id, size - sizeof(*msg)); in sof_probes_points_remove() 304 sof_probes_points_remove(cdev, &desc[i].buffer_id, 1); in sof_probes_compr_shutdown() 451 desc[i].buffer_id, desc[i].purpose, desc[i].stream_tag); in sof_probes_dfs_points_read()
|