Home
last modified time | relevance | path

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

/linux/sound/hda/
H A Dintel-nhlt.c36 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()
/linux/drivers/acpi/
H A Dnhlt.c252 u16 max_ch = 0; in acpi_nhlt_endpoint_mic_count() local
259 max_ch = max(fmt->format.channel_count, max_ch); in acpi_nhlt_endpoint_mic_count()
267 return max_ch; in acpi_nhlt_endpoint_mic_count()
286 return max_ch; in acpi_nhlt_endpoint_mic_count()
/linux/sound/soc/codecs/
H A Dwcd939x-sdw.c60 .max_ch = 2,
67 .max_ch = 1,
74 .max_ch = 2,
81 .max_ch = 1,
88 .max_ch = 2,
95 .max_ch = 2,
105 .max_ch = 4,
112 .max_ch = 4,
119 .max_ch = 4,
126 .max_ch = 4,
H A Dwcd937x-sdw.c52 .max_ch = 8,
58 .max_ch = 4,
64 .max_ch = 4,
70 .max_ch = 4,
76 .max_ch = 4,
H A Dwcd938x-sdw.c56 .max_ch = 8,
62 .max_ch = 4,
68 .max_ch = 4,
74 .max_ch = 4,
80 .max_ch = 4,
H A Dwsa881x.c393 .max_ch = 1,
401 .max_ch = 1,
409 .max_ch = 1,
417 .max_ch = 1,
H A Dwsa884x.c829 .max_ch = 1,
837 .max_ch = 1,
845 .max_ch = 1,
853 .max_ch = 1,
861 .max_ch = 1,
869 .max_ch = 1,
H A Didt821034.c839 unsigned int max_ch = 0; in idt821034_dai_startup() local
842 max_ch = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in idt821034_dai_startup()
851 max_ch ? 1 : 0, max_ch); in idt821034_dai_startup()
H A Dwsa883x.c487 .max_ch = 1,
495 .max_ch = 1,
503 .max_ch = 1,
511 .max_ch = 1,
H A Dpeb2466.c796 unsigned int max_ch; in peb2466_dai_startup()
799 max_ch = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in peb2466_dai_startup()
808 max_ch ? 1 : 0, max_ch); in peb2466_dai_startup()
797 unsigned int max_ch; peb2466_dai_startup() local
H A Dwm_adsp.c245 .max_ch = 8,
259 .max_ch = 8,
1332 if (desc->max_ch < params->codec.ch_out) in wm_adsp_compr_check_params()
1335 if (desc->max_ch < params->codec.ch_in) in wm_adsp_compr_check_params()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-soundwire-slave76 /sys/bus/soundwire/devices/sdw:.../dp<N>_src/max_ch
92 /sys/bus/soundwire/devices/sdw:.../dp<N>_sink/max_ch
/linux/drivers/soundwire/
H A Dintel_ace2x.c612 u32 num, u32 off, u32 max_ch) in intel_create_dai() argument
628 dais[i].playback.channels_max = max_ch; in intel_create_dai()
633 dais[i].capture.channels_max = max_ch; in intel_create_dai()
H A Dintel.c1002 u32 num, u32 off, u32 max_ch) in intel_create_dai() argument
1018 dais[i].playback.channels_max = max_ch; in intel_create_dai()
1023 dais[i].capture.channels_max = max_ch; in intel_create_dai()
/linux/drivers/mfd/
H A Dcs42l43-sdw.c26 .max_ch = chans, \
/linux/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c387 .descriptor[0].max_ch = 2,
404 .descriptor[1].max_ch = 2,
/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c631 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/
H A Dcompress_params.h348 * @max_ch: Maximum number of audio channels
374 __u32 max_ch;
363 __u32 max_ch; global() member
/linux/sound/soc/uniphier/
H A Daio-compress.c400 .descriptor[0].max_ch = 8,
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c39 .descriptor[0].max_ch = 2,
H A Dq6asm-dai.c163 .descriptor[0].max_ch = 2,