Searched refs:max_ch (Results 1 – 14 of 14) sorted by relevance
/linux/sound/hda/ |
A D | intel-nhlt.c | 36 u16 max_ch = 0; in intel_nhlt_get_dmic_geo() local 66 if (fmt_ext->fmt.channels > max_ch) in intel_nhlt_get_dmic_geo() 67 max_ch = fmt_ext->fmt.channels; in intel_nhlt_get_dmic_geo() 69 dev_dbg(dev, "%s: max channels found %d\n", __func__, max_ch); in intel_nhlt_get_dmic_geo() 75 dmic_geo = max_ch; in intel_nhlt_get_dmic_geo() 100 if (max_ch > dmic_geo) { in intel_nhlt_get_dmic_geo() 102 __func__, max_ch, dmic_geo); in intel_nhlt_get_dmic_geo() 108 __func__, dmic_geo, max_ch); in intel_nhlt_get_dmic_geo()
|
/linux/sound/soc/codecs/ |
A D | wcd938x-sdw.c | 56 .max_ch = 8, 62 .max_ch = 4, 68 .max_ch = 4, 74 .max_ch = 4, 80 .max_ch = 4,
|
A D | wsa881x.c | 395 .max_ch = 1, 403 .max_ch = 1, 411 .max_ch = 1, 419 .max_ch = 1,
|
A D | wm_adsp.c | 244 .max_ch = 8, 258 .max_ch = 8, 1231 if (desc->max_ch < params->codec.ch_out) in wm_adsp_compr_check_params() 1234 if (desc->max_ch < params->codec.ch_in) in wm_adsp_compr_check_params()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-soundwire-slave | 76 /sys/bus/soundwire/devices/sdw:.../dp<N>_src/max_ch 92 /sys/bus/soundwire/devices/sdw:.../dp<N>_sink/max_ch
|
/linux/sound/soc/intel/atom/sst/ |
A D | sst_drv_interface.c | 390 .descriptor[0].max_ch = 2, 407 .descriptor[1].max_ch = 2,
|
/linux/sound/soc/sprd/ |
A D | sprd-pcm-compress.c | 631 codec->descriptor[0].max_ch = 2; in sprd_platform_compr_get_codec_caps() 642 codec->descriptor[1].max_ch = 2; in sprd_platform_compr_get_codec_caps()
|
/linux/include/uapi/sound/ |
A D | compress_params.h | 397 __u32 max_ch; member
|
/linux/drivers/soundwire/ |
A D | sysfs_slave_dpn.c | 105 sdw_dpn_attr(max_ch);
|
A D | mipi_disco.c | 230 &dpn[i].max_ch); in sdw_slave_read_dpn()
|
A D | intel.c | 1090 u32 num, u32 off, u32 max_ch, bool pcm) in intel_create_dai() argument 1107 dais[i].playback.channels_max = max_ch; in intel_create_dai() 1114 dais[i].capture.channels_max = max_ch; in intel_create_dai()
|
/linux/include/linux/soundwire/ |
A D | sdw.h | 325 u32 max_ch; member
|
/linux/sound/soc/uniphier/ |
A D | aio-compress.c | 405 .descriptor[0].max_ch = 8,
|
/linux/sound/soc/qcom/qdsp6/ |
A D | q6asm-dai.c | 168 .descriptor[0].max_ch = 2,
|
Completed in 35 milliseconds