Searched refs:audio_format (Results 1 – 7 of 7) sorted by relevance
87 u32 audio_format; member
299 audio_format),
1563 if (req_msg->audio_format > USB_QMI_PCM_FORMAT_U32_BE) { in handle_uaudio_stream_req()1608 map_pcm_format(req_msg->audio_format), in handle_uaudio_stream_req()
654 __le16 audio_format[DSP_MAXPIPES]; /* Chs. audio format 0x020 32*2 */ member
2199 memcpy(&commpage->audio_format, &commpage_bak->audio_format, in snd_echo_resume()2200 sizeof(commpage->audio_format)); in snd_echo_resume()
850 chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format); in set_audio_format()
348 AVS_DEFINE_PTR_PARSER(audio_format, struct avs_audio_format, fmts);358 struct avs_audio_format *audio_format = object; in parse_audio_format_bitfield() local362 audio_format->num_channels = le32_to_cpu(velem->value); in parse_audio_format_bitfield()365 audio_format->valid_bit_depth = le32_to_cpu(velem->value); in parse_audio_format_bitfield()368 audio_format->sample_type = le32_to_cpu(velem->value); in parse_audio_format_bitfield()
Completed in 25 milliseconds