Searched refs:dirn (Results 1 – 3 of 3) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 86 u8 s_fmt, u8 num_channels, u32 s_rate, u8 dirn, u16 bps) in dump_config() argument 95 u32 instance_id, u8 link_type, u8 dirn) in skl_check_ep_match() argument 102 (epnt->direction == dirn)) in skl_check_ep_match() 110 u8 s_fmt, u8 num_ch, u32 s_rate, u8 dirn) in skl_get_ep_blob() argument 121 dump_config(dev, instance, link_type, s_fmt, num_ch, s_rate, dirn, bps); in skl_get_ep_blob() 128 if (skl_check_ep_match(dev, epnt, instance, link_type, dirn)) { in skl_get_ep_blob()
|
D | skl.h | 91 u8 link_type, u8 s_fmt, u8 no_ch, u32 s_rate, u8 dirn);
|
/sound/core/ |
D | compress_offload.c | 89 enum snd_compr_direction dirn; in snd_compr_open() local 94 dirn = SND_COMPRESS_PLAYBACK; in snd_compr_open() 96 dirn = SND_COMPRESS_CAPTURE; in snd_compr_open() 111 if (dirn != compr->direction) { in snd_compr_open() 123 data->stream.direction = dirn; in snd_compr_open() 969 int dirn, struct snd_compr *compr) in snd_compress_new() argument 979 compr->direction = dirn; in snd_compress_new()
|