/Linux-v4.19/Documentation/admin-guide/ |
D | mono.rst | 5 (in the form of .exe files) without the need to use the mono CLR 15 http://www.mono-project.com/download/ 19 http://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
|
D | index.rst | 70 mono
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | tlv320aic31xx.txt | 8 "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) 42 * SPK, devices with mono speaker amp
|
D | wm8741.txt | 18 1 = mono left 20 3 = mono right
|
D | wm8962.txt | 12 - spk-mono: This is a boolean property. If present, the SPK_MONO bit 14 in mono mode.
|
D | wlf,arizona.txt | 20 - wlf,out-mono : A list of boolean values indicating whether each output is 21 mono or stereo. Position within the list indicates the output affected 23 indicates a mono output. If present, the number of values should be less
|
D | max98504.txt | 1 Maxim MAX98504 class D mono speaker amplifier
|
/Linux-v4.19/Documentation/sound/cards/ |
D | audigy-mixer.rst | 105 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 …]
|
D | sb-live-mixer.rst | 79 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-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-modulator.rst | 136 - Modulate channel 1 as mono audio, when the input has more 147 driver does not support stereo audio it shall fall back to mono. 158 return an ``EINVAL`` error code and the driver shall fall back to mono 166 encoded as mono audio, the last channel as Second Audio Program. 168 tracks. When the input has three channels the mono track is a 180 driver shall fall back to mono or stereo mode.
|
D | vidioc-g-tuner.rst | 128 - receiving mono audio 136 - receiving mono or stereo audio, the hardware cannot distinguish 144 - receiving mono, stereo or bilingual audio 266 standard. Two audio carriers are available for mono or stereo 314 - The tuner receives a mono audio signal. 353 - Play mono audio. When the tuner receives a stereo signal this a 369 - Play the primary language, mono or stereo. Only 373 - Play the secondary language, mono. When the tuner receives no 375 driver shall fall back to mono or stereo mode. Only 381 driver shall fall back to mono or stereo mode. Only
|
/Linux-v4.19/sound/pci/ |
D | es1938.c | 627 int u, is8, mono; in snd_es1938_capture_prepare() local 634 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_capture_prepare() 638 chip->dma1_shift = 2 - mono - is8; in snd_es1938_capture_prepare() 643 snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1)); in snd_es1938_capture_prepare() 657 (mono ? 0x40 : 0x08)); in snd_es1938_capture_prepare() 675 int u, is8, mono; in snd_es1938_playback1_prepare() local 682 mono = (runtime->channels > 1) ? 0 : 1; in snd_es1938_playback1_prepare() 686 chip->dma2_shift = 2 - mono - is8; in snd_es1938_playback1_prepare() 700 (mono ? 0 : 2) | (is8 ? 0 : 1)); in snd_es1938_playback1_prepare() 712 int u, is8, mono; in snd_es1938_playback2_prepare() local [all …]
|
/Linux-v4.19/include/linux/ |
D | timekeeping.h | 119 static inline ktime_t ktime_mono_to_real(ktime_t mono) in ktime_mono_to_real() argument 121 return ktime_mono_to_any(mono, TK_OFFS_REAL); in ktime_mono_to_real()
|
/Linux-v4.19/Documentation/devicetree/bindings/media/xilinx/ |
D | video.txt | 31 "bggr", "gbrg", "grbg", "rggb" and "mono". If not specified, the pattern 32 defaults to "mono".
|
/Linux-v4.19/drivers/media/tuners/ |
D | tea5761.c | 138 bool mono) in __set_radio_freq() argument 156 if (mono) { in __set_radio_freq()
|
/Linux-v4.19/drivers/staging/olpc_dcon/ |
D | olpc_dcon.h | 87 bool mono; member
|
D | olpc_dcon.c | 175 if (dcon->mono == enable_mono) in dcon_set_mono_mode() 178 dcon->mono = enable_mono; in dcon_set_mono_mode() 428 return sprintf(buf, "%d\n", dcon->mono); in dcon_mono_show()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | audio-channel-select.rst | 41 - Select the output format of the audio (mono left/right, stereo).
|
D | audio-bilingual-channel-select.rst | 40 - Select the output format of the audio (mono left/right, stereo).
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 258 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200, 301 .gpio_audio_mode = { .mask = 0x000e, .mono = 0x0006, .stereo = 0x0004, 343 .gpio_audio_mode = { .mask = 0x000e, .mono = 0x0006, .stereo = 0x0004, 494 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200, 860 .gpio_audio_mode = { .mask = 0x4300, .mono = 0x4000, .stereo = 0x0200, 1248 .mono = 0x0000,
|
D | ivtv-cards.h | 228 u16 mono; /* set audio to mono */ member
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | ctatc.c | 359 if (apcm->mono) { in atc_pcm_release_resources() 360 sum_mgr->put_sum(sum_mgr, apcm->mono); in atc_pcm_release_resources() 361 apcm->mono = NULL; in atc_pcm_release_resources() 601 err = sum_mgr->get_sum(sum_mgr, &sum_dsc, (struct sum **)&apcm->mono); in atc_pcm_capture_get_resources() 653 struct sum *mono; in atc_pcm_capture_prepare() local 672 mono = apcm->mono; in atc_pcm_capture_prepare() 676 MONO_SUM_SCALE, mono); in atc_pcm_capture_prepare() 678 out_ports[0] = &mono->rsc; in atc_pcm_capture_prepare()
|
D | ctatc.h | 70 void *mono; /* A SUM resource for mixing chs to one */ member
|
/Linux-v4.19/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 152 unsigned int mono = (params_channels(params) == 1) ? 1 : 0; in mtk_afe_fe_hw_params() local 156 mono << memif->data->mono_shift); in mtk_afe_fe_hw_params()
|
/Linux-v4.19/fs/reiserfs/ |
D | procfs.c | 300 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()
|