Searched refs:avs_audio_format (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/soc/intel/avs/ |
| H A D | topology.h | 26 struct avs_audio_format *fmts; 61 struct avs_audio_format *fmt; 74 struct avs_audio_format *out_fmt; 75 struct avs_audio_format *blob_fmt; /* optional override */ 82 struct avs_audio_format *ref_fmt; 83 struct avs_audio_format *out_fmt; 88 struct avs_audio_format *blob_fmt; /* optional override */ 108 struct avs_audio_format *ref_fmt; 109 struct avs_audio_format *out_fmt; 113 struct avs_audio_format *ref_fmt; [all …]
|
| H A D | messages.h | 706 struct avs_audio_format { struct 717 static_assert(sizeof(struct avs_audio_format) == 24); argument 724 struct avs_audio_format audio_fmt; 731 struct avs_audio_format audio_fmt; 832 struct avs_audio_format out_fmt; 864 struct avs_audio_format out_fmt; 870 struct avs_audio_format ref_fmt; 871 struct avs_audio_format out_fmt; 904 struct avs_audio_format ref_fmt; 905 struct avs_audio_format out_fmt; [all …]
|
| H A D | topology.c | 348 AVS_DEFINE_PTR_PARSER(audio_format, struct avs_audio_format, fmts); 359 struct avs_audio_format *audio_format = object; in parse_audio_format_bitfield() 546 .offset = offsetof(struct avs_audio_format, sampling_freq), 552 .offset = offsetof(struct avs_audio_format, bit_depth), 558 .offset = offsetof(struct avs_audio_format, channel_map), 564 .offset = offsetof(struct avs_audio_format, channel_config), 570 .offset = offsetof(struct avs_audio_format, interleaving),
|
| H A D | messages.c | 665 const struct avs_audio_format *src_fmt, in avs_ipc_copier_set_sink_format() 666 const struct avs_audio_format *sink_fmt) in avs_ipc_copier_set_sink_format()
|
| H A D | path.c | 86 struct avs_audio_format *fmt) in avs_test_hw_params() 282 struct avs_audio_format *fmt; in avs_nhlt_config_or_default() 1361 const struct avs_audio_format *src_fmt, *sink_fmt; in avs_path_bind_prepare()
|
| /linux/sound/ppc/ |
| H A D | snd_ps3.h | 40 uint32_t avs_audio_format; /* fixed */ member
|
| H A D | snd_ps3.c | 382 card->avs.avs_audio_format, in snd_ps3_change_avsetting() 867 card->avs.avs_audio_format = PS3AV_CMD_AUDIO_FORMAT_PCM; in snd_ps3_init_avsetting()
|