/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.conf | 3 format S16_LE 12 format S16_LE 21 format S16_LE 30 format S16_LE 39 format S16_LE 48 format S16_LE 57 format S16_LE
|
H A D | pcm-test.c | 334 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time()
|
/linux/tools/testing/selftests/alsa/conf.d/ |
H A D | Lenovo_ThinkPad_P1_Gen2.conf | 44 format S16_LE # can be omitted - default 52 format S16_LE 60 format S16_LE
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | dai-params.yaml | 26 - s16_le
|
H A D | fsl,imx-asrc.yaml | 108 replace the fsl,asrc-width. The value is 2 (S16_LE), or 6 (S24_LE).
|
/linux/Documentation/sound/cards/ |
H A D | mixart.rst | 36 U8, S16_LE, S16_BE, S24_3LE, S24_3BE, FLOAT_LE, FLOAT_BE
|
H A D | audiophile-usb.rst | 136 compliant (supposedly supporting S16_LE) but processes in fact only S16_BE streams.
|
/linux/Documentation/admin-guide/media/ |
H A D | si470x.rst | 118 arecord -D hw:1,0 -r96000 -c2 -f S16_LE | artsdsp aplay -B -
|
/linux/Documentation/input/devices/ |
H A D | yealink.rst | 195 arecord -v -d 10 -r 8000 -f S16_LE -t wav foobar.wav
|
/linux/sound/soc/bcm/ |
H A D | bcm2835-i2s.c | 883 * Set the PACK flag to enable S16_LE support (2 S16_LE values in bcm2835_i2s_probe()
|
/linux/sound/core/ |
H A D | sound_kunit.c | 51 DEFINE_FORMAT(S16_LE, 16, 16, 1, 1, SILENCE()),
|
H A D | pcm.c | 155 FORMAT(S16_LE), 311 return "S16_LE"; in snd_pcm_oss_format_name()
|
/linux/sound/pci/ca0106/ |
H A D | ca0106.h | 122 #define HCFG_PLAYBACK_S32_LE 0x00000800 /* 1 = S32_LE, 0 = S16_LE */ 123 #define HCFG_CAPTURE_S32_LE 0x00000400 /* 1 = S32_LE, 0 = S16_LE (S32_LE current not working) */
|
/linux/sound/pci/echoaudio/ |
H A D | echoaudio.c | 151 /* S16_LE, S24_3LE and S32_LE support any number of channels. */ in hw_rule_capture_channels_by_format() 169 /* >2 channels must be S16_LE, S24_3LE or S32_LE */ in hw_rule_playback_format_by_channels() 216 /* S16_LE and S24_3LE must be at least stereo */ in hw_rule_playback_channels_by_format()
|
/linux/sound/soc/pxa/ |
H A D | pxa-ssp.c | 549 * to force 16-bit frame width on the wire (for S16_LE), even in pxa_ssp_hw_params()
|
/linux/sound/soc/codecs/ |
H A D | pcm3168a.c | 334 /* S16_LE is only supported in RIGHT_J mode */ in pcm3168a_update_fixup_pcm_stream()
|
/linux/sound/mips/ |
H A D | sgio2audio.c | 596 /* hardware format is always S16_LE */ in snd_sgio2audio_pcm_prepare()
|
/linux/sound/soc/generic/ |
H A D | simple-card-utils.c | 28 { "s16_le", SNDRV_PCM_FORMAT_S16_LE}, in simple_util_get_sample_fmt()
|
/linux/include/xen/interface/io/ |
H A D | sndif.h | 83 * /local/domain/1/device/vsnd/0/sample-formats = "s8,u8,s16_le,s16_be" 499 #define XENSND_PCM_FORMAT_S16_LE_STR "s16_le"
|
/linux/include/uapi/linux/ |
H A D | soundcard.h | 553 /* Audio data formats (Note! U8=8 and S16_LE=16 for compatibility) */
|
/linux/sound/soc/fsl/ |
H A D | imx-pcm-rpmsg.h | 255 * | 0x0 | S16_LE |
|
/linux/include/sound/ |
H A D | pcm.h | 151 #define SNDRV_PCM_FMTBIT_S16_LE _SNDRV_PCM_FMTBIT(S16_LE)
|
/linux/sound/soc/sof/ |
H A D | ipc4-topology.c | 1759 /* Set SCS bit for S16_LE format only */ in sof_ipc4_prepare_copier_module()
|
/linux/sound/pci/emu10k1/ |
H A D | emufx.c | 1738 /* Capture 16 channels of S16_LE sound */ in _snd_emu10k1_audigy_init_efx()
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 2268 and only if the format is ``S16_LE``, otherwise it supports any format
|