Searched refs:pb_streams (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | core.c | 78 unsigned int cp_streams, pb_streams; in avs_hdac_bus_init_streams() local 83 pb_streams = (gcap >> 12) & 0x0F; in avs_hdac_bus_init_streams() 84 bus->num_streams = cp_streams + pb_streams; in avs_hdac_bus_init_streams() 87 snd_hdac_ext_stream_init_all(bus, cp_streams, pb_streams, SNDRV_PCM_STREAM_PLAYBACK); in avs_hdac_bus_init_streams()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl.c | 911 int cp_streams, pb_streams, start_idx; in skl_first_init() local 943 pb_streams = (gcap >> 12) & 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() 965 (bus, start_idx, pb_streams, SNDRV_PCM_STREAM_PLAYBACK); in skl_first_init()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl.c | 921 int cp_streams, pb_streams, start_idx; in skl_first_init() local 953 pb_streams = (gcap >> 12) & 0x0f; in skl_first_init() 955 if (!pb_streams && !cp_streams) { in skl_first_init() 960 bus->num_streams = cp_streams + pb_streams; in skl_first_init() 972 (bus, start_idx, pb_streams, SNDRV_PCM_STREAM_PLAYBACK); in skl_first_init()
|
Completed in 4 milliseconds