p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/include/sound/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/include/sound/cs4231-regs.h
#ifndef __SOUND_CS4231_REGS_H
#define __SOUND_CS4231_REGS_H

/*
 *  Copyright (c) by Jaroslav Kysela <perex@perex.cz>
 *  Definitions for CS4231 & InterWave chips & compatible chips registers
 *
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 *
 */

/* IO ports */

#define CS4231P(x)		(c_d_c_CS4231##x)

#define c_d_c_CS4231REGSEL	0
#define c_d_c_CS4231REG		1
#define c_d_c_CS4231STATUS	2
#define c_d_c_CS4231PIO		3

/* codec registers */

#define CS4231_LEFT_INPUT	0x00	/* left input control */
#define CS4231_RIGHT_INPUT	0x01	/* right input control */
#define CS4231_AUX1_LEFT_INPUT	0x02	/* left AUX1 input control */
#define CS4231_AUX1_RIGHT_INPUT	0x03	/* right AUX1 input control */
#define CS4231_AUX2_LEFT_INPUT	0x04	/* left AUX2 input control */
#define CS4231_AUX2_RIGHT_INPUT	0x05	/* right AUX2 input control */
#define CS4231_LEFT_OUTPUT	0x06	/* left output control register */
#define CS4231_RIGHT_OUTPUT	0x07	/* right output control register */
#define CS4231_PLAYBK_FORMAT	0x08	/* clock and data format - playback - bits 7-0 MCE */
#define CS4231_IFACE_CTRL	0x09	/* interface control - bits 7-2 MCE */
#define CS4231_PIN_CTRL		0x0a	/* pin control */
#define CS4231_TEST_INIT	0x0b	/* test and initialization */
#define CS4231_MISC_INFO	0x0c	/* miscellaneous information */
#define CS4231_LOOPBACK		0x0d	/* loopback control */
#define CS4231_PLY_UPR_CNT	0x0e	/* playback upper base count */
#define CS4231_PLY_LWR_CNT	0x0f	/* playback lower base count */
#define CS4231_ALT_FEATURE_1	0x10	/* alternate #1 feature enable */
#define AD1845_AF1_MIC_LEFT	0x10	/* alternate #1 feature + MIC left */
#define CS4231_ALT_FEATURE_2	0x11	/* alternate #2 feature enable */
#define AD1845_AF2_MIC_RIGHT	0x11	/* alternate #2 feature + MIC right */
#define CS4231_LEFT_LINE_IN	0x12	/* left line input control */
#define CS4231_RIGHT_LINE_IN	0x13	/* right line input control */
#define CS4231_TIMER_LOW	0x14	/* timer low byte */
#define CS4231_TIMER_HIGH	0x15	/* timer high byte */
#define CS4231_LEFT_MIC_INPUT	0x16	/* left MIC input control register (InterWave only) */
#define AD1845_UPR_FREQ_SEL	0x16	/* upper byte of frequency select */
#define CS4231_RIGHT_MIC_INPUT	0x17	/* right MIC input control register (InterWave only) */
#define AD1845_LWR_FREQ_SEL	0x17	/* lower byte of frequency select */
#define CS4236_EXT_REG		0x17	/* extended register access */
#define CS4231_IRQ_STATUS	0x18	/* irq status register */
#define CS4231_LINE_LEFT_OUTPUT	0x19	/* left line output control register (InterWave only) */
#define CS4231_VERSION		0x19	/* CS4231(A) - version values */
#define CS4231_MONO_CTRL	0x1a	/* mono input/output control */
#define CS4231_LINE_RIGHT_OUTPUT 0x1b	/* right line output control register (InterWave only) */
#define AD1845_PWR_DOWN		0x1b	/* power down control */
#define CS4235_LEFT_MASTER	0x1b	/* left master output control */
#define CS4231_REC_FORMAT	0x1c	/* clock and data format - record - bits 7-0 MCE */
#define AD1845_CLOCK		0x1d	/* crystal clock select and total power down */
#define CS4235_RIGHT_MASTER	0x1d	/* right master output control */
#define CS4231_REC_UPR_CNT	0x1e	/* record upper count */
#define CS4231_REC_LWR_CNT	0x1f	/* record lower count */

/* definitions for codec register select port - CODECP( REGSEL ) */

#define CS4231_INIT		0x80	/* CODEC is initializing */
#define CS4231_MCE		0x40	/* mode change enable */
#define CS4231_TRD		0x20	/* transfer request disable */

/* definitions for codec status register - CODECP( STATUS ) */

#define CS4231_GLOBALIRQ	0x01	/* IRQ is active */

/* definitions for codec irq status */

#define CS4231_PLAYBACK_IRQ	0x10
#define CS4231_RECORD_IRQ	0x20
#define CS4231_TIMER_IRQ	0x40
#define CS4231_ALL_IRQS		0x70
#define CS4231_REC_UNDERRUN	0x08
#define CS4231_REC_OVERRUN	0x04
#define CS4231_PLY_OVERRUN	0x02
#define CS4231_PLY_UNDERRUN	0x01

/* definitions for CS4231_LEFT_INPUT and CS4231_RIGHT_INPUT registers */

#define CS4231_ENABLE_MIC_GAIN	0x20

#define CS4231_MIXS_LINE	0x00
#define CS4231_MIXS_AUX1	0x40
#define CS4231_MIXS_MIC		0x80
#define CS4231_MIXS_ALL		0xc0

/* definitions for clock and data format register - CS4231_PLAYBK_FORMAT */

#define CS4231_LINEAR_8		0x00	/* 8-bit unsigned data */
#define CS4231_ALAW_8		0x60	/* 8-bit A-law companded */
#define CS4231_ULAW_8		0x20	/* 8-bit U-law companded */
#define CS4231_LINEAR_16	0x40	/* 16-bit twos complement data - little endian */
#define CS4231_LINEAR_16_BIG	0xc0	/* 16-bit twos complement data - big endian */
#define CS4231_ADPCM_16		0xa0	/* 16-bit ADPCM */
#define CS4231_STEREO		0x10	/* stereo mode */
/* bits 3-1 define frequency divisor */
#define CS4231_XTAL1		0x00	/* 24.576 crystal */
#define CS4231_XTAL2		0x01	/* 16.9344 crystal */

/* definitions for interface control register - CS4231_IFACE_CTRL */

#define CS4231_RECORD_PIO	0x80	/* record PIO enable */
#define CS4231_PLAYBACK_PIO	0x40	/* playback PIO enable */
#define CS4231_CALIB_MODE	0x18	/* calibration mode bits */
#define CS4231_AUTOCALIB	0x08	/* auto calibrate */
#define CS4231_SINGLE_DMA	0x04	/* use single DMA channel */
#define CS4231_RECORD_ENABLE	0x02	/* record enable */
#define CS4231_PLAYBACK_ENABLE	0x01	/* playback enable */

/* definitions for pin control register - CS4231_PIN_CTRL */

#define CS4231_IRQ_ENABLE	0x02	/* enable IRQ */
#define CS4231_XCTL1		0x40	/* external control #1 */
#define CS4231_XCTL0		0x80	/* external control #0 */

/* definitions for test and init register - CS4231_TEST_INIT */

#define CS4231_CALIB_IN_PROGRESS 0x20	/* auto calibrate in progress */
#define CS4231_DMA_REQUEST	0x10	/* DMA request in progress */

/* definitions for misc control register - CS4231_MISC_INFO */

#define CS4231_MODE2		0x40	/* MODE 2 */
#define CS4231_IW_MODE3		0x6c	/* MODE 3 - InterWave enhanced mode */
#define CS4231_4236_MODE3	0xe0	/* MODE 3 - CS4236+ enhanced mode */

/* definitions for alternate feature 1 register - CS4231_ALT_FEATURE_1 */

#define	CS4231_DACZ		0x01	/* zero DAC when underrun */
#define CS4231_TIMER_ENABLE	0x40	/* codec timer enable */
#define CS4231_OLB		0x80	/* output level bit */

/* definitions for Extended Registers - CS4236+ */

#define CS4236_REG(i23val)	(((i23val << 2) & 0x10) | ((i23val >> 4) & 0x0f))
#define CS4236_I23VAL(reg)	((((reg)&0xf) << 4) | (((reg)&0x10) >> 2) | 0x8)

#define CS4236_LEFT_LINE	0x08	/* left LINE alternate volume */
#define CS4236_RIGHT_LINE	0x18	/* right LINE alternate volume */
#define CS4236_LEFT_MIC		0x28	/* left MIC volume */
#define CS4236_RIGHT_MIC	0x38	/* right MIC volume */
#define CS4236_LEFT_MIX_CTRL	0x48	/* synthesis and left input mixer control */
#define CS4236_RIGHT_MIX_CTRL	0x58	/* right input mixer control */
#define CS4236_LEFT_FM		0x68	/* left FM volume */
#define CS4236_RIGHT_FM		0x78	/* right FM volume */
#define CS4236_LEFT_DSP		0x88	/* left DSP serial port volume */
#define CS4236_RIGHT_DSP	0x98	/* right DSP serial port volume */
#define CS4236_RIGHT_LOOPBACK	0xa8	/* right loopback monitor volume */
#define CS4236_DAC_MUTE		0xb8	/* DAC mute and IFSE enable */
#define CS4236_ADC_RATE		0xc8	/* indenpendent ADC sample frequency */
#define CS4236_DAC_RATE		0xd8	/* indenpendent DAC sample frequency */
#define CS4236_LEFT_MASTER	0xe8	/* left master digital audio volume */
#define CS4236_RIGHT_MASTER	0xf8	/* right master digital audio volume */
#define CS4236_LEFT_WAVE	0x0c	/* left wavetable serial port volume */
#define CS4236_RIGHT_WAVE	0x1c	/* right wavetable serial port volume */
#define CS4236_VERSION		0x9c	/* chip version and ID */

/* definitions for extended registers - OPTI93X */
#define OPTi931_AUX_LEFT_INPUT	0x10
#define OPTi931_AUX_RIGHT_INPUT	0x11
#define OPTi93X_MIC_LEFT_INPUT	0x14
#define OPTi93X_MIC_RIGHT_INPUT	0x15
#define OPTi93X_OUT_LEFT	0x16
#define OPTi93X_OUT_RIGHT	0x17

#endif /* __SOUND_CS4231_REGS_H */
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 19 2024 08:12:51
0 / 0
0755
ac97_codec.h
28.204 KB
November 06 2023 09:15:52
0 / 0
0644
aci.h
2.4 KB
November 06 2023 09:15:52
0 / 0
0644
ad1816a.h
5.441 KB
November 06 2023 09:15:52
0 / 0
0644
ad1843.h
1.48 KB
November 06 2023 09:15:52
0 / 0
0644
aess.h
1.629 KB
November 06 2023 09:15:52
0 / 0
0644
ak4113.h
10.895 KB
November 06 2023 09:15:52
0 / 0
0644
ak4114.h
10.223 KB
November 06 2023 09:15:52
0 / 0
0644
ak4117.h
9.021 KB
November 06 2023 09:15:52
0 / 0
0644
ak4531_codec.h
3.099 KB
November 06 2023 09:15:52
0 / 0
0644
ak4xxx-adda.h
3.336 KB
November 06 2023 09:15:52
0 / 0
0644
asequencer.h
3.584 KB
November 06 2023 09:15:52
0 / 0
0644
asound.h
1.255 KB
November 06 2023 09:15:52
0 / 0
0644
asoundef.h
16.697 KB
November 06 2023 09:15:52
0 / 0
0644
atmel-abdac.h
0.624 KB
November 06 2023 09:15:52
0 / 0
0644
atmel-ac97c.h
1.389 KB
November 06 2023 09:15:52
0 / 0
0644
compress_driver.h
7.156 KB
November 06 2023 09:15:52
0 / 0
0644
control.h
8.821 KB
November 06 2023 09:15:52
0 / 0
0644
core.h
13.505 KB
November 06 2023 09:15:52
0 / 0
0644
cs4231-regs.h
8.281 KB
November 06 2023 09:15:52
0 / 0
0644
cs8403.h
8.626 KB
November 06 2023 09:15:52
0 / 0
0644
cs8427.h
10.399 KB
November 06 2023 09:15:52
0 / 0
0644
da7213.h
1.15 KB
November 06 2023 09:15:52
0 / 0
0644
da7219-aad.h
2.418 KB
November 06 2023 09:15:52
0 / 0
0644
da7219.h
1.067 KB
November 06 2023 09:15:52
0 / 0
0644
emu10k1.h
89.427 KB
November 06 2023 09:15:52
0 / 0
0644
emu10k1_synth.h
1.35 KB
November 06 2023 09:15:52
0 / 0
0644
emu8000.h
4.013 KB
November 06 2023 09:15:52
0 / 0
0644
emu8000_reg.h
10.214 KB
November 06 2023 09:15:52
0 / 0
0644
emux_legacy.h
5.374 KB
November 06 2023 09:15:52
0 / 0
0644
emux_synth.h
7.458 KB
November 06 2023 09:15:52
0 / 0
0644
es1688.h
3.561 KB
November 06 2023 09:15:52
0 / 0
0644
gus.h
20.262 KB
November 06 2023 09:15:52
0 / 0
0644
hda_chmap.h
2.598 KB
November 06 2023 09:15:52
0 / 0
0644
hda_codec.h
17.206 KB
November 06 2023 09:15:52
0 / 0
0644
hda_component.h
1.871 KB
November 06 2023 09:15:52
0 / 0
0644
hda_hwdep.h
1.379 KB
November 06 2023 09:15:52
0 / 0
0644
hda_i915.h
0.575 KB
November 06 2023 09:15:52
0 / 0
0644
hda_register.h
10.118 KB
November 06 2023 09:15:52
0 / 0
0644
hda_regmap.h
6.593 KB
November 06 2023 09:15:52
0 / 0
0644
hda_verbs.h
16.891 KB
November 06 2023 09:15:52
0 / 0
0644
hdaudio.h
19.89 KB
November 06 2023 09:15:52
0 / 0
0644
hdaudio_ext.h
7.064 KB
November 06 2023 09:15:52
0 / 0
0644
hwdep.h
2.563 KB
November 06 2023 09:15:52
0 / 0
0644
i2c.h
3.472 KB
November 06 2023 09:15:52
0 / 0
0644
info.h
8.541 KB
November 06 2023 09:15:52
0 / 0
0644
initval.h
3.084 KB
November 06 2023 09:15:52
0 / 0
0644
jack.h
3.726 KB
November 06 2023 09:15:52
0 / 0
0644
max98090.h
0.736 KB
November 06 2023 09:15:52
0 / 0
0644
memalloc.h
4.438 KB
November 06 2023 09:15:52
0 / 0
0644
minors.h
4.329 KB
November 06 2023 09:15:52
0 / 0
0644
mixer_oss.h
2.41 KB
November 06 2023 09:15:52
0 / 0
0644
mpu401.h
4.492 KB
November 06 2023 09:15:52
0 / 0
0644
opl3.h
12.312 KB
November 06 2023 09:15:52
0 / 0
0644
opl4.h
1.1 KB
November 06 2023 09:15:52
0 / 0
0644
pcm-indirect.h
5.696 KB
November 06 2023 09:15:52
0 / 0
0644
pcm.h
47.436 KB
November 06 2023 09:15:52
0 / 0
0644
pcm_drm_eld.h
0.179 KB
November 06 2023 09:15:52
0 / 0
0644
pcm_iec958.h
0.324 KB
November 06 2023 09:15:52
0 / 0
0644
pcm_oss.h
2.693 KB
November 06 2023 09:15:52
0 / 0
0644
pcm_params.h
8.62 KB
November 06 2023 09:15:52
0 / 0
0644
pt2258.h
1.177 KB
November 06 2023 09:15:52
0 / 0
0644
rawmidi.h
6.35 KB
November 06 2023 09:15:52
0 / 0
0644
rt286.h
0.449 KB
November 06 2023 09:15:52
0 / 0
0644
rt298.h
0.507 KB
November 06 2023 09:15:52
0 / 0
0644
rt5514.h
0.532 KB
November 06 2023 09:15:52
0 / 0
0644
rt5640.h
0.633 KB
November 06 2023 09:15:52
0 / 0
0644
rt5645.h
0.792 KB
November 06 2023 09:15:52
0 / 0
0644
rt5651.h
0.773 KB
November 06 2023 09:15:52
0 / 0
0644
rt5663.h
0.607 KB
November 06 2023 09:15:52
0 / 0
0644
rt5670.h
0.637 KB
November 06 2023 09:15:52
0 / 0
0644
sb.h
11.036 KB
November 06 2023 09:15:52
0 / 0
0644
sb16_csp.h
2.715 KB
November 06 2023 09:15:52
0 / 0
0644
seq_device.h
2.79 KB
November 06 2023 09:15:52
0 / 0
0644
seq_kernel.h
4.096 KB
November 06 2023 09:15:52
0 / 0
0644
seq_midi_emul.h
7.262 KB
November 06 2023 09:15:52
0 / 0
0644
seq_midi_event.h
1.997 KB
November 06 2023 09:15:52
0 / 0
0644
seq_oss.h
2.862 KB
November 06 2023 09:15:52
0 / 0
0644
seq_oss_legacy.h
1.003 KB
November 06 2023 09:15:52
0 / 0
0644
seq_virmidi.h
2.749 KB
November 06 2023 09:15:52
0 / 0
0644
sh_dac_audio.h
0.573 KB
November 06 2023 09:15:52
0 / 0
0644
snd_wavefront.h
5.523 KB
November 06 2023 09:15:52
0 / 0
0644
soc-acpi-intel-match.h
1.098 KB
November 06 2023 09:15:52
0 / 0
0644
soc-acpi.h
3.726 KB
November 06 2023 09:15:52
0 / 0
0644
soc-dai.h
11.201 KB
November 06 2023 09:15:52
0 / 0
0644
soc-dapm.h
30.688 KB
November 06 2023 09:15:52
0 / 0
0644
soc-dpcm.h
4.729 KB
November 06 2023 09:15:52
0 / 0
0644
soc-topology.h
5.666 KB
November 06 2023 09:15:52
0 / 0
0644
soc.h
63.288 KB
November 06 2023 09:15:52
0 / 0
0644
soundfont.h
4.484 KB
November 06 2023 09:15:52
0 / 0
0644
tea575x-tuner.h
2.614 KB
November 06 2023 09:15:52
0 / 0
0644
tea6330t.h
1.136 KB
November 06 2023 09:15:52
0 / 0
0644
timer.h
5.557 KB
November 06 2023 09:15:52
0 / 0
0644
tlv.h
2.268 KB
November 06 2023 09:15:52
0 / 0
0644
tlv320aic32x4.h
0.879 KB
November 06 2023 09:15:52
0 / 0
0644
tlv320aic3x.h
1.878 KB
November 06 2023 09:15:52
0 / 0
0644
tlv320dac33-plat.h
0.703 KB
November 06 2023 09:15:52
0 / 0
0644
util_mem.h
2.258 KB
November 06 2023 09:15:52
0 / 0
0644
vx_core.h
15.343 KB
November 06 2023 09:15:52
0 / 0
0644
wavefront.h
18.757 KB
November 06 2023 09:15:52
0 / 0
0644
wss.h
8.513 KB
November 06 2023 09:15:52
0 / 0
0644