Home
last modified time | relevance | path

Searched refs:dirn (Results 1 – 3 of 3) sorted by relevance

/sound/soc/intel/skylake/
Dskl-nhlt.c52 u8 s_fmt, u8 num_channels, u32 s_rate, u8 dirn, u16 bps) in dump_config() argument
61 u32 instance_id, u8 link_type, u8 dirn, u8 dev_type) in skl_check_ep_match() argument
69 (epnt->direction == dirn)) { in skl_check_ep_match()
84 u8 dirn, u8 dev_type) in skl_get_ep_blob() argument
95 dump_config(dev, instance, link_type, s_fmt, num_ch, s_rate, dirn, bps); in skl_get_ep_blob()
103 dirn, dev_type)) { in skl_get_ep_blob()
Dskl.h170 u32 s_rate, u8 dirn, u8 dev_type);
/sound/core/
Dcompress_offload.c84 enum snd_compr_direction dirn; in snd_compr_open() local
89 dirn = SND_COMPRESS_PLAYBACK; in snd_compr_open()
91 dirn = SND_COMPRESS_CAPTURE; in snd_compr_open()
106 if (dirn != compr->direction) { in snd_compr_open()
123 data->stream.direction = dirn; in snd_compr_open()
1146 int dirn, const char *id, struct snd_compr *compr) in snd_compress_new() argument
1157 compr->direction = dirn; in snd_compress_new()