Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/skylake/
Dskl.c824 int cp_streams, pb_streams, start_idx; in skl_first_init() local
860 pb_streams = (gcap >> 12) & 0x0f; in skl_first_init()
862 if (!pb_streams && !cp_streams) in skl_first_init()
865 bus->num_streams = cp_streams + pb_streams; in skl_first_init()
872 (bus, start_idx, pb_streams, SNDRV_PCM_STREAM_PLAYBACK); in skl_first_init()