Home
last modified time | relevance | path

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

/sound/soc/intel/
Dsst-haswell-pcm.c319 enum sst_hsw_stream_type stream_type; in hsw_pcm_hw_params() local
357 stream_type = SST_HSW_STREAM_TYPE_SYSTEM; in hsw_pcm_hw_params()
362 stream_type = SST_HSW_STREAM_TYPE_RENDER; in hsw_pcm_hw_params()
367 stream_type = SST_HSW_STREAM_TYPE_LOOPBACK; in hsw_pcm_hw_params()
372 stream_type = SST_HSW_STREAM_TYPE_CAPTURE; in hsw_pcm_hw_params()
382 path_id, stream_type, SST_HSW_STREAM_FORMAT_PCM_FORMAT); in hsw_pcm_hw_params()
482 if (stream_type == SST_HSW_STREAM_TYPE_CAPTURE) { in hsw_pcm_hw_params()
Dsst-baytrail-ipc.h49 int codec_type, int stream_type, int operation);
Dsst-mfld-dsp.h169 enum stream_type { enum
400 u8 stream_type; member
Dsst-mfld-platform.h88 u8 stream_type; member
Dsst-haswell-ipc.h316 u8 stream_type; member
410 enum sst_hsw_stream_type stream_type,
Dsst-baytrail-ipc.c624 int codec_type, int stream_type, int operation) in sst_byt_stream_type() argument
627 stream->request.str_type.str_type = stream_type; in sst_byt_stream_type()
Dsst-haswell-ipc.c1320 enum sst_hsw_stream_type stream_type, in sst_hsw_stream_format() argument
1329 stream->request.stream_type = stream_type; in sst_hsw_stream_format()
Dsst-mfld-platform-pcm.c222 str_params->stream_type = SST_STREAM_TYPE_MUSIC; in sst_fill_stream_params()