Searched refs:start_idx (Results 1 – 3 of 3) sorted by relevance
/sound/hda/ext/ |
D | hdac_ext_stream.c | 69 int snd_hdac_ext_stream_init_all(struct hdac_bus *bus, int start_idx, in snd_hdac_ext_stream_init_all() argument 73 int i, tag, idx = start_idx; in snd_hdac_ext_stream_init_all()
|
/sound/soc/intel/skylake/ |
D | skl.c | 915 int cp_streams, pb_streams, start_idx; in skl_first_init() local 967 start_idx = cp_streams; in skl_first_init() 969 (bus, start_idx, pb_streams, SNDRV_PCM_STREAM_PLAYBACK); in skl_first_init()
|
/sound/pci/hda/ |
D | hda_codec.c | 1626 int start_idx) in find_empty_mixer_ctl_idx() argument 1630 for (i = 0, idx = start_idx; i < 16; i++, idx++) { in find_empty_mixer_ctl_idx()
|