Home
last modified time | relevance | path

Searched refs:mono (Results 1 – 25 of 66) sorted by relevance

123

/Linux-v6.1/Documentation/admin-guide/
Dmono.rst5 (in the form of .exe files) without the need to use the mono CLR
15 https://www.mono-project.com/download/
19 https://www.mono-project.com/docs/compiling-mono/linux/
22 ``/usr/bin/mono`` (which could be located elsewhere, for example
23 ``/usr/local/bin/mono``) is working.
52 # Replace /usr/bin/mono with the correct pathname to
53 # the Mono CLR runtime (usually /usr/local/bin/mono
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
/Linux-v6.1/tools/testing/selftests/net/
Dso_txtime.sh73 do_test 4 mono a,-1 a,-1
74 do_test 6 mono a,0 a,0
75 do_test 6 mono a,10 a,10
76 do_test 4 mono a,10,b,20 a,10,b,20
77 do_test 6 mono a,20,b,10 b,20,a,20
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dtlv320aic31xx.txt8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp
10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP)
12 "ti,tlv320aic3120" - TLV320AIC3120 (mono speaker amp, MiniDSP)
14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
47 * SPK, devices with mono speaker amp
Dwm8741.txt18 1 = mono left
20 3 = mono right
Dgtm601.txt5 "option,gtm601" = 8kHz mono
/Linux-v6.1/Documentation/sound/cards/
Daudigy-mixer.rst105 capture FIFO (device 1 - 16bit/8KHz mono) too without volume control.
234 * 0 - mono, default 0xffff (no attenuation)
243 * 0 - mono, A destination (FX-bus 0-63), default 0
244 * 1 - mono, B destination (FX-bus 0-63), default 1
245 * 2 - mono, C destination (FX-bus 0-63), default 2
246 * 3 - mono, D destination (FX-bus 0-63), default 3
247 * 4 - mono, E destination (FX-bus 0-63), default 0
248 * 5 - mono, F destination (FX-bus 0-63), default 0
249 * 6 - mono, G destination (FX-bus 0-63), default 0
250 * 7 - mono, H destination (FX-bus 0-63), default 0
[all …]
Dsb-live-mixer.rst79 The result is mixed to mono signal (single channel) and forwarded to
86 The result is mixed to mono signal (single channel) and forwarded to
265 * 0 - mono, default 0xffff (no attenuation)
274 * 0 - mono, A destination (FX-bus 0-15), default 0
275 * 1 - mono, B destination (FX-bus 0-15), default 1
276 * 2 - mono, C destination (FX-bus 0-15), default 2
277 * 3 - mono, D destination (FX-bus 0-15), default 3
295 * 0 - mono, A destination attn, default 255 (no attenuation)
296 * 1 - mono, B destination attn, default 255 (no attenuation)
297 * 2 - mono, C destination attn, default 0 (mute)
[all …]
/Linux-v6.1/include/linux/
Dtimekeeping.h147 static inline ktime_t ktime_mono_to_real(ktime_t mono) in ktime_mono_to_real() argument
149 return ktime_mono_to_any(mono, TK_OFFS_REAL); in ktime_mono_to_real()
233 u64 mono; member
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-modulator.rst135 - Modulate channel 1 as mono audio, when the input has more
146 driver does not support stereo audio it shall fall back to mono.
157 return an ``EINVAL`` error code and the driver shall fall back to mono
165 encoded as mono audio, the last channel as Second Audio Program.
167 tracks. When the input has three channels the mono track is a
179 driver shall fall back to mono or stereo mode.
Dvidioc-g-tuner.rst127 - receiving mono audio
135 - receiving mono or stereo audio, the hardware cannot distinguish
143 - receiving mono, stereo or bilingual audio
263 standard. Two audio carriers are available for mono or stereo
310 - The tuner receives a mono audio signal.
348 - Play mono audio. When the tuner receives a stereo signal this a
364 - Play the primary language, mono or stereo. Only
368 - Play the secondary language, mono. When the tuner receives no
370 driver shall fall back to mono or stereo mode. Only
376 driver shall fall back to mono or stereo mode. Only
/Linux-v6.1/sound/pci/
Des1938.c611 int u, is8, mono; in snd_es1938_capture_prepare() local
618 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_capture_prepare()
622 chip->dma1_shift = 2 - mono - is8; in snd_es1938_capture_prepare()
627 snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1)); in snd_es1938_capture_prepare()
641 (mono ? 0x40 : 0x08)); in snd_es1938_capture_prepare()
659 int u, is8, mono; in snd_es1938_playback1_prepare() local
666 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_playback1_prepare()
670 chip->dma2_shift = 2 - mono - is8; in snd_es1938_playback1_prepare()
684 (mono ? 0 : 2) | (is8 ? 0 : 1)); in snd_es1938_playback1_prepare()
696 int u, is8, mono; in snd_es1938_playback2_prepare() local
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/media/xilinx/
Dvideo.txt31 "bggr", "gbrg", "grbg", "rggb" and "mono". If not specified, the pattern
32 defaults to "mono".
/Linux-v6.1/sound/soc/mediatek/common/
Dmtk-afe-fe-dai.c460 unsigned int mono; in mtk_memif_set_channel() local
474 mono = (channel == 1) ? 0 : 1; in mtk_memif_set_channel()
476 mono = (channel == 1) ? 1 : 0; in mtk_memif_set_channel()
482 1, mono, in mtk_memif_set_channel()
486 1, mono, memif->data->mono_shift); in mtk_memif_set_channel()
/Linux-v6.1/drivers/media/tuners/
Dtea5761.c138 bool mono) in __set_radio_freq() argument
156 if (mono) { in __set_radio_freq()
/Linux-v6.1/drivers/staging/olpc_dcon/
Dolpc_dcon.h87 bool mono; member
Dolpc_dcon.c173 if (dcon->mono == enable_mono) in dcon_set_mono_mode()
176 dcon->mono = enable_mono; in dcon_set_mono_mode()
422 return sprintf(buf, "%d\n", dcon->mono); in dcon_mono_show()
/Linux-v6.1/tools/testing/ktest/examples/bootconfigs/
Dboottrace.bconf40 trace_clock = mono
/Linux-v6.1/drivers/media/pci/ivtv/
Divtv-cards.c246 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200,
289 .gpio_audio_mode = { .mask = 0x000e, .mono = 0x0006, .stereo = 0x0004,
331 .gpio_audio_mode = { .mask = 0x000e, .mono = 0x0006, .stereo = 0x0004,
482 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200,
848 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200,
1236 .mono = 0x0000,
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/
Daudio-channel-select.rst41 - Select the output format of the audio (mono left/right, stereo).
Daudio-bilingual-channel-select.rst41 - Select the output format of the audio (mono left/right, stereo).
/Linux-v6.1/kernel/time/
Dtimekeeping.c557 static __always_inline u64 __ktime_get_real_fast(struct tk_fast *tkf, u64 *mono) in __ktime_get_real_fast() argument
571 if (mono) in __ktime_get_real_fast()
572 *mono = basem + delta; in __ktime_get_real_fast()
637 snapshot->real = __ktime_get_real_fast(&tk_fast_mono, &snapshot->mono); in ktime_get_fast_timestamps()
638 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot)); in ktime_get_fast_timestamps()
2271 struct timespec64 now, mono; in ktime_get_coarse_ts64() local
2278 mono = tk->wall_to_monotonic; in ktime_get_coarse_ts64()
2281 set_normalized_timespec64(ts, now.tv_sec + mono.tv_sec, in ktime_get_coarse_ts64()
2282 now.tv_nsec + mono.tv_nsec); in ktime_get_coarse_ts64()
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/
Dindex.rst110 * mono
/Linux-v6.1/Documentation/translations/zh_TW/admin-guide/
Dindex.rst110 mono
/Linux-v6.1/sound/pci/ctxfi/
Dctatc.c358 if (apcm->mono) { in atc_pcm_release_resources()
359 sum_mgr->put_sum(sum_mgr, apcm->mono); in atc_pcm_release_resources()
360 apcm->mono = NULL; in atc_pcm_release_resources()
600 err = sum_mgr->get_sum(sum_mgr, &sum_dsc, (struct sum **)&apcm->mono); in atc_pcm_capture_get_resources()
652 struct sum *mono; in atc_pcm_capture_prepare() local
671 mono = apcm->mono; in atc_pcm_capture_prepare()
675 MONO_SUM_SCALE, mono); in atc_pcm_capture_prepare()
677 out_ports[0] = &mono->rsc; in atc_pcm_capture_prepare()
/Linux-v6.1/fs/reiserfs/
Dprocfs.c300 static time64_t ktime_mono_to_real_seconds(time64_t mono) in ktime_mono_to_real_seconds() argument
302 ktime_t kt = ktime_set(mono, NSEC_PER_SEC/2); in ktime_mono_to_real_seconds()

123