/linux-4.1.27/sound/pci/ca0106/ |
H A D | ca0106.h | 20 * Fix AC3 output. 128 /* 0x1000 causes AC3 to fails. It adds a dither bit. */ 229 /* The Front SPDIF PCM gets mixed with samples from the AC97 codec, so can only work for Stereo PCM and not AC3/DTS 230 * The Rear SPDIF can be used for Stereo PCM and also AC3/DTS 231 * The Center/LFE SPDIF cannot be used for AC3/DTS, but can be used for Stereo PCM. 232 * Summary: For ALSA we use the Rear channel for SPDIF Digital AC3/DTS output 235 * A standard 3 pole stereo mini-jack to 2 RCA plugs can be used for SPDIF AC3/DTS and Stereo PCM output utilising the Rear channel and just one of the RCA plugs. 349 #define PLAYBACK_ROUTING1 0x63 /* Playback routing of channels 0-7. Effects AC3 output. Default 0x32765410 */ 366 #define PLAYBACK_ROUTING2 0x64 /* Playback Routing . Feeding Capture channels back into Playback. Effects AC3 output. Default 0x76767676 */ 386 /* PLAYBACK_VOLUME1 must be set to 30303030 for SPDIF AC3 Playback */ 400 #define PLAYBACK_VOLUME2 0x6a /* Playback Analog volume per channel. Does not effect AC3 output */ 428 /* Channel_id 0: 0x40c81000 must be changed to 0x40c80000 for SPDIF AC3 input or output. */
|
H A D | ca0106_proc.c | 20 * Fix AC3 output.
|
H A D | ca0106_main.c | 10 * SPDIF digital playback of PCM stereo and AC3/DTS works. 14 * ( In theory one could output 3 different AC3 streams at once, to 3 different SPDIF outputs. ) 46 * Fix AC3 output. 1605 /* 0x1000 causes AC3 to fails. Maybe it effects 24 bit output. */ ca0106_init_chip()
|
H A D | ca0106_mixer.c | 20 * Fix AC3 output.
|
/linux-4.1.27/drivers/misc/ |
H A D | bmp085.c | 70 s16 AC1, AC2, AC3; member in struct:bmp085_calibration_data 113 cali->AC3 = be16_to_cpu(tmp[2]); bmp085_read_calibration_data() 263 x1 = (cali->AC3 * data->b6) >> 13; bmp085_get_pressure()
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvb_filter.c | 365 printk("Audiostream: AC3"); dvb_filter_get_ac3info() 370 ai->layer = 0; // 0 for AC3 dvb_filter_get_ac3info()
|
/linux-4.1.27/sound/usb/ |
H A D | card.c | 32 * indeed an AC3 stream packed in SPDIF frames (i.e. no real AC3 stream).
|
H A D | format.c | 441 /* FIXME: there is no AC3 format defined yet */ parse_audio_format_ii()
|
H A D | mixer.c | 1759 { USB_XU_DIGITAL_FORMAT_SELECTOR, "SPDIF/AC3", USB_MIXER_BOOLEAN },
|
/linux-4.1.27/include/linux/usb/ |
H A D | audio-v2.h | 432 /* A17.13.2 AC3 Decoder Control Selectors */
|
/linux-4.1.27/sound/soc/sh/ |
H A D | ssi.c | 23 * signal. Can be used to send compressed data (AC3/DTS) to a DSP.
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
H A D | pfc-emev2.c | 575 /* AC3 */ 1535 FN_USI_5_4_PORT117, PORT117_FN, /* PIN: AC3 */
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | saa6752hs.c | 208 0x6a, /* AC3 */
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | rv770d.h | 872 #define AZ_F0_CODEC_PIN0_CONTROL_AUDIO_DESCRIPTOR1 0x71cc /* AC3 */
|
H A D | sid.h | 709 #define AZ_F0_CODEC_PIN_CONTROL_AUDIO_DESCRIPTOR1 0x29 /* AC3 */
|
H A D | evergreend.h | 736 #define AZ_F0_CODEC_PIN0_CONTROL_AUDIO_DESCRIPTOR1 0x5f88 /* AC3 */
|
H A D | r600d.h | 993 #define AZ_F0_CODEC_PIN0_CONTROL_AUDIO_DESCRIPTOR1 0x71cc /* AC3 */
|
/linux-4.1.27/sound/pci/ |
H A D | cmipci.c | 123 #define CM_AC3EN1 0x00100000 /* enable AC3: model 037 */ 239 #define CM_AC3EN2 0x00040000 /* enable AC3: model 039 */ 482 int spdif_counter; /* for software AC3 */ 1135 /* save mixer setting and mute for AC3 playback */ save_mixer_state()
|
H A D | ens1370.c | 900 /* 48k doesn't need SRC (it breaks AC3-passthru) */ snd_ensoniq_playback1_prepare()
|
/linux-4.1.27/sound/pci/echoaudio/ |
H A D | echoaudio_dsp.h | 256 * set it for AC3 or WMA or
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_proc.c | 224 snd_iprintf(buffer, " AC3"); print_pcm_formats()
|
H A D | hda_local.h | 727 int max_bitrate; /* for AC3...ATRAC */
|
H A D | hda_codec.c | 3530 * for the direct AC3 stream... snd_hda_query_supported_pcm() 3613 /* FIXME: check for float32 and AC3? */ snd_hda_is_supported_format()
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | emu10k1_main.c | 1404 /* Audigy 2 Value AC3 out does not work yet. 1424 * Digital output working. (AC3 not checked, only PCM)
|
H A D | emufx.c | 47 #if 0 /* for testing purposes - set S/PDIF to AC3 output */
|
/linux-4.1.27/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 587 * will be wrong, but otherwise AC3 would not work. snd_ymfpci_pcm_init_voice() 930 if (! chip->spdif_opened) /* set AC3 */ ymfpci_open_extension()
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-mt8135.h | 1092 "AC3", "mt8135",
|
/linux-4.1.27/drivers/media/common/ |
H A D | cx2341x.c | 618 * The state of L2 & AC3 bitrate controls can change cx2341x_ctrl_query()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | soundcard.h | 567 # define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */
|
/linux-4.1.27/include/sound/ |
H A D | emu10k1.h | 233 #define HCFG_AC3ENABLE_MASK 0x000000e0 /* AC3 async input control - Not implemented */
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au88x0_core.c | 2670 /* J. Gordon Wolfe: I think this stuff is for AC3 */ vortex_spdif_init()
|