Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/intel/skylake/
Dskl.c911 int cp_streams, pb_streams, start_idx; in skl_first_init() local
942 cp_streams = (gcap >> 8) & 0x0f; in skl_first_init()
945 if (!pb_streams && !cp_streams) { in skl_first_init()
950 bus->num_streams = cp_streams + pb_streams; in skl_first_init()
962 (bus, 0, cp_streams, SNDRV_PCM_STREAM_CAPTURE); in skl_first_init()
963 start_idx = cp_streams; in skl_first_init()