Home
last modified time | relevance | path

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

/linux/drivers/acpi/
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/hda/
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/sound/soc/codecs/
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,
A Dwcd937x-sdw.c52 .max_ch = 8,
58 .max_ch = 4,
64 .max_ch = 4,
70 .max_ch = 4,
76 .max_ch = 4,
A Dwcd938x-sdw.c56 .max_ch = 8,
62 .max_ch = 4,
68 .max_ch = 4,
74 .max_ch = 4,
80 .max_ch = 4,
A Dwsa881x.c393 .max_ch = 1,
401 .max_ch = 1,
409 .max_ch = 1,
417 .max_ch = 1,
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()
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,
A Dwsa883x.c487 .max_ch = 1,
495 .max_ch = 1,
503 .max_ch = 1,
511 .max_ch = 1,
A Dpeb2466.c797 unsigned int max_ch; in peb2466_dai_startup() local
800 max_ch = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? in peb2466_dai_startup()
809 max_ch ? 1 : 0, max_ch); in peb2466_dai_startup()
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/
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/
A Dintel_ace2x.c605 u32 num, u32 off, u32 max_ch) in intel_create_dai() argument
621 dais[i].playback.channels_max = max_ch; in intel_create_dai()
626 dais[i].capture.channels_max = max_ch; in intel_create_dai()
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()
A Dsysfs_slave_dpn.c105 sdw_dpn_attr(max_ch);
A Dmipi_disco.c238 &dpn[i].max_ch); in sdw_slave_read_dpn()
/linux/drivers/mfd/
A Dcs42l43-sdw.c26 .max_ch = chans, \
/linux/include/uapi/sound/
A Dcompress_params.h363 __u32 max_ch; member
/linux/sound/soc/sprd/
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/sound/soc/intel/atom/sst/
A Dsst_drv_interface.c387 .descriptor[0].max_ch = 2,
404 .descriptor[1].max_ch = 2,
/linux/sound/soc/uniphier/
A Daio-compress.c400 .descriptor[0].max_ch = 8,
/linux/include/linux/soundwire/
A Dsdw.h331 u32 max_ch; member
/linux/sound/soc/qcom/qdsp6/
A Dq6apm-dai.c39 .descriptor[0].max_ch = 2,
A Dq6asm-dai.c163 .descriptor[0].max_ch = 2,

Completed in 95 milliseconds