Searched refs:max_ch (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ |
D | intel-nhlt.c | 36 u16 max_ch = 0; in intel_nhlt_get_dmic_geo() local 68 if (fmt_ext->fmt.channels > max_ch) in intel_nhlt_get_dmic_geo() 69 max_ch = fmt_ext->fmt.channels; in intel_nhlt_get_dmic_geo() 75 dev_dbg(dev, "max channels found %d\n", max_ch); in intel_nhlt_get_dmic_geo() 81 dmic_geo = max_ch; in intel_nhlt_get_dmic_geo() 106 if (max_ch > dmic_geo) { in intel_nhlt_get_dmic_geo() 108 max_ch, dmic_geo); in intel_nhlt_get_dmic_geo() 113 dev_dbg(dev, "dmic number %d max_ch %d\n", dmic_geo, max_ch); in intel_nhlt_get_dmic_geo()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-soundwire-slave | 76 /sys/bus/soundwire/devices/sdw:.../dpN_src/max_ch 92 /sys/bus/soundwire/devices/sdw:.../dpN_sink/max_ch
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wsa881x.c | 395 .max_ch = 1, 403 .max_ch = 1, 411 .max_ch = 1, 419 .max_ch = 1,
|
D | wm_adsp.c | 537 .max_ch = 8, 551 .max_ch = 8, 3591 if (desc->max_ch < params->codec.ch_out) in wm_adsp_compr_check_params() 3594 if (desc->max_ch < params->codec.ch_in) in wm_adsp_compr_check_params()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0035_linux_drivers_video.patch | 639 + u8 audio_format, max_ch, byte1, byte2, byte3; 654 + max_ch = (byte1 & 0x07) + 1; 657 + DPRINTK("Max Number of Channels : %2d\n", max_ch); 663 + if (max_ch > cfg->max_channels) 664 + cfg->max_channels = max_ch;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
D | compress_params.h | 161 __u32 max_ch; member
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
D | compress_params.h | 397 __u32 max_ch; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
D | compress_params.h | 215 __u32 max_ch; member
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
D | sst_drv_interface.c | 390 .descriptor[0].max_ch = 2, 407 .descriptor[1].max_ch = 2,
|
/kernel/linux/linux-5.10/sound/soc/sprd/ |
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()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
D | sysfs_slave_dpn.c | 105 sdw_dpn_attr(max_ch);
|
D | mipi_disco.c | 230 &dpn[i].max_ch); in sdw_slave_read_dpn()
|
D | intel.c | 1165 u32 num, u32 off, u32 max_ch, bool pcm) in intel_create_dai() argument 1182 dais[i].playback.channels_max = max_ch; in intel_create_dai() 1189 dais[i].capture.channels_max = max_ch; in intel_create_dai()
|
/kernel/linux/linux-5.10/include/linux/soundwire/ |
D | sdw.h | 319 u32 max_ch; member
|
/kernel/linux/linux-5.10/sound/soc/uniphier/ |
D | aio-compress.c | 405 .descriptor[0].max_ch = 8,
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6asm-dai.c | 168 .descriptor[0].max_ch = 2,
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 6330 + .descriptor[0].max_ch = 2, 6351 + .descriptor[0].max_ch = 2, 6368 + .descriptor[1].max_ch = 2,
|