Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/sound/
Dcompress_params.h352 __u32 max_ch; member
/Linux-v4.19/drivers/soundwire/
Dintel.c615 u32 num, u32 off, u32 max_ch, bool pcm) in intel_create_dai() argument
639 dais[i].playback.channels_max = max_ch; in intel_create_dai()
655 dais[i].playback.channels_max = max_ch; in intel_create_dai()
Dmipi_disco.c229 &dpn[i].max_ch); in sdw_slave_read_dpn()
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_drv_interface.c401 .descriptor[0].max_ch = 2,
418 .descriptor[1].max_ch = 2,
/Linux-v4.19/include/linux/soundwire/
Dsdw.h248 u32 max_ch; member
/Linux-v4.19/sound/soc/uniphier/
Daio-compress.c393 .descriptor[0].max_ch = 8,
/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.c422 .max_ch = 8,
436 .max_ch = 8,
3091 if (desc->max_ch < params->codec.ch_out) in wm_adsp_compr_check_params()
3094 if (desc->max_ch < params->codec.ch_in) in wm_adsp_compr_check_params()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c14512 int max_ch = ARRAY_SIZE(a->ch_flow_control); in channel_xmit_extended_xon() local
14519 for (i = 0; i < max_ch; i++) { in channel_xmit_extended_xon()
14537 int max_ch = ARRAY_SIZE(a->ch_flow_control); in find_channel_with_pending_x_on() local
14544 if (a->last_flow_control_ch >= max_ch) { in find_channel_with_pending_x_on()
14547 for (i = a->last_flow_control_ch; i < max_ch; i++) { in find_channel_with_pending_x_on()