Home
last modified time | relevance | path

Searched full:codec (Results 1 – 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c353 "couldn't create codec"); in audiohd_attach()
578 hda_codec_t *codec = path->codec; in audiohd_init_play_path() local
583 widget = codec->widget[wid]; in audiohd_init_play_path()
588 codec->index, in audiohd_init_play_path()
597 codec->index, in audiohd_init_play_path()
602 * We find that on intel ICH10 chipset with codec in audiohd_init_play_path()
607 if (codec->codec_info->flags & NO_SPDIF) in audiohd_init_play_path()
612 widget = codec->widget[wid]; in audiohd_init_play_path()
621 codec->index, in audiohd_init_play_path()
628 codec->index, in audiohd_init_play_path()
[all …]
H A Daudiohd.h51 * codec special initial flags
581 hda_codec_t *codec; member
662 hda_codec_t *codec; member
774 uint8_t index; /* codec address */
833 * for parsing codec topology
835 hda_codec_t *codec[AUDIOHD_CODEC_MAX]; member
987 _NOTE(DATA_READABLE_WITHOUT_LOCK(audiohd_widget::codec))
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_hda.c152 struct hda_codec_class *codec, const char *play, const char *rec);
318 struct hda_codec_class *codec = NULL; in hda_init() local
336 * For now we play with one single codec in hda_init()
338 codec = hda_find_codec_class("hda_codec"); in hda_init()
339 if (codec) { in hda_init()
352 err = hda_codec_constructor(sc, codec, play, rec); in hda_init()
427 hda_codec_constructor(struct hda_softc *sc, struct hda_codec_class *codec, in hda_codec_constructor() argument
442 hci->codec = codec; in hda_codec_constructor()
446 if (!codec->init) { in hda_codec_constructor()
447 DPRINTF("This codec does not implement the init function"); in hda_codec_constructor()
[all …]
H A Dhda_codec.c39 * HDA Codec defines
166 * HDA Codec data structures
203 * HDA Codec module function declarations
227 * HDA Codec global data
387 * HDA Codec module function definitions
419 DPRINTF("HDA Codec nodes: %d", sc->no_nodes); in hda_codec_init()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c167 val |= 0 << 24; /* codec 0 or codec 1 */ in cmediahd_read_ac97()
186 val |= 0 << 24; /* on board codec or frontpanel */ in cmediahd_write_ac97()
266 /* now address which codec you want to send the data to */ in spi_write()
301 /* select the codec number to address */ in i2c_write()
308 cs4398_init(void *arg, int codec) in cs4398_init() argument
316 i2c_write(devc, codec, CS4398_MISC_CTRL, in cs4398_init()
322 i2c_write(devc, codec, CS4398_MODE_CTRL, 0x00); in cs4398_init()
323 i2c_write(devc, codec, 3, 0x09); in cs4398_init()
324 i2c_write(devc, codec, 4, 0x82); /* PCM Automute */ in cs4398_init()
325 i2c_write(devc, codec, 5, 0x80); /* Vol A+B to -64dB */ in cs4398_init()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/
H A Daudiopci.h54 #define DAC_CLOCK_DIVIDE 22579200UL /* DAC2 (CODEC) clock divide */
60 #define CONC_wDACRATE_OFF 0x02 /* CODEC clock divider for PLL */
62 #define CONC_bCODECSTAT_OFF 0x05 /* CODEC interface status */
66 #define CONC_wCODECCTL_OFF 0x10 /* CODEC control - word-write-only */
83 #define CONC_DEVCTL_CODEC_EN 0x02 /* CoDec Enable */
107 /* Codec Status defines */
158 * CODEC register map
221 /* Miscellaneous CODEC defines for internal use */
H A Daudiopci.c223 audio_dev_warn(dev->adev, "timed out waiting for codec to idle"); in audiopci_ak_idle()
236 /* wait for codec to be available */ in audiopci_ak_write()
238 audio_dev_warn(dev->adev, "timeout waiting for codec"); in audiopci_ak_write()
547 /* Turn on CODEC (UART and joystick left disabled) */ in audiopci_init_hw()
565 /* Unmute codec */ in audiopci_init_hw()
571 /* power/reset down the codec */ in audiopci_init_hw()
1212 audio_dev_add_info(dev->adev, "Legacy codec: Asahi Kasei AK4531"); in audiopci_attach()
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c30 * This Audio Driver controls the Crystal CS4231 Codec used on many SPARC
525 audio_dev_add_info(adev, "Legacy codec: Crystal Semiconductor CS4231"); in audiocs_attach()
587 /* mark the Codec busy -- this should keep power(9e) away */ in audiocs_resume()
652 * Make sure the Codec and DMA engine are off. in audiocs_detach()
700 /* now we can power down the Codec */ in audiocs_suspend()
894 * Power up the audio core, initialize the audio Codec, prepare the chip
914 /* wait for the Codec before we continue */ in audiocs_chip_init()
967 * Set up the Codec for playback and capture disabled, dual DMA, and in audiocs_chip_init()
1234 * Power up the Codec and restore the codec's registers.
1249 /* turn on the Codec */ in audiocs_power_up()
[all …]
H A Daudio_4231.h80 * 4231. One handle provides access the CODEC and the DMA engine's
116 #define APC_COD_PDWN 0x00000020u /* CODEC power down, R/W */
155 * individual handles for the CODEC and the two DMA engines.
176 #define EB2_AUXIO_COD_PDWN 0x00000001u /* power down Codec */
268 cs4231_pioregs_t codec; /* CS4231 CODEC registers */ member
269 cs4231_apc_t apc; /* gets mapped with CODEC */
273 #define CS4231_IAR state->cs_regs->codec.iar /* Index Add. Reg. */
274 #define CS4231_IDR state->cs_regs->codec.idr /* Index Data Reg. */
275 #define CS4231_STATUS state->cs_regs->codec.statr /* Status Reg. */
276 #define CS4231_PIODR state->cs_regs->codec.piodr /* PIO Data Reg. */
[all …]
H A Daudio_4231_eb2dma.c118 /* now, map the codec */ in eb2_map_regs()
122 audio_dev_warn(state->cs_adev, "failed mapping codec regs"); in eb2_map_regs()
169 * This routine unmaps the Codec's and DMA engine's registers.
354 * This routine turns the Codec on or off using the auxio register
H A Daudio_4231_apcdma.c130 * This routine unmaps the Codec's and DMA engine's registers.
190 * CAUTION: ?!? This routine doesn't start the Codec because the first
307 * This routine turns the Codec off by using the COD_PDWN bit in the
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/
H A Daudioixp.c1006 * that primary codec is ready.
1012 * DDI_SUCCESS codec is ready
1013 * DDI_FAILURE codec is not ready
1026 audio_dev_warn(statep->adev, "primary codec not ready"); in audioixp_codec_ready()
1043 * DDI_SUCCESS Ready for an I/O access to the codec
1061 audio_dev_warn(statep->adev, "unable to synchronize codec"); in audioixp_codec_sync()
1069 * Get the specific AC97 Codec register.
1106 audio_dev_warn(statep->adev, "time out reading codec reg %d", reg); in audioixp_rd97()
1114 * Set the specific AC97 Codec register.
1145 * Reset AC97 Codec register.
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c36 * ports. The audio core controls an AC-97 V2.1 Codec.
46 * Codec's register. T2 has provided an algorithm that attempts to read the
47 * the Codec several times. This is probably heuristic and thus isn't
51 * Codec's registers as well. Thus we read it back to verify the write.
55 * to determine codec id and capabilities.)
82 * NOTE: The AC-97 Codec's reset pin is set to PCI reset, so we
83 * can't power down the Codec all the way.
96 * longer able to program the Codec. This work around disables
463 /* initialize the AC-97 Codec */ in audiots_attach()
701 /* do a warm reset, which powers up the Codec */ in audiots_chip_init()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.h58 #define AUVIA_PCICFG_PRIVALID 0x00000001 /* primary codec ready */
72 #define REG_CODEC 0x80 /* Access AC97 Codec */
78 #define CODEC_RD 0x00800000 /* Read CODEC status */
79 #define CODEC_WR 0x00000000 /* Write CODEC status */
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c1060 * codec. The AC97 codec registers are programmed from codec_shadow[].
1113 /* Reset the AC97 Codec and default to 2 channel 16 bit mode */ in audio1575_chip_init()
1138 /* according AC'97 spec, wait for codec reset */ in audio1575_chip_init()
1146 /* codec reset failed */ in audio1575_chip_init()
1149 "failure to reset codec"); in audio1575_chip_init()
1154 * Wait for FACRDY First codec ready. The hardware can in audio1575_chip_init()
1156 * codec ready bit on SDATA_IN[0] and as reflected in in audio1575_chip_init()
1169 /* if we could not reset the AC97 codec then report failure */ in audio1575_chip_init()
1172 "no codec ready signal received"); in audio1575_chip_init()
1293 * DDI_SUCCESS Ready for an I/O access to the codec
[all …]
H A Daudio1575.h68 #define M1575_PCIACD_REG 0x5C /* AC97 Codec Detect 8 */
97 #define M1575_CASR_REG 0x3C /* Codec Access Sem Reg 32 */
302 #define M1575_CPR_ACSCS 0x0100 /* Audio Codec for cmd 1=codec 2 */
329 #define M1575_RTSR_SACRDY 0x20u /* 2nd Audio Codec Rdy */
330 #define M1575_RTSR_FACRDY 0x80u /* 1st Audio Codec Rdy */
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.conf45 # supported by the codec, but not connected to anything. Note
48 # instead of the codec's headphone feature.
58 # supported by the codec, but not connected to anything. Note that
H A Daudio810.c46 * A workaround for the AD1980 and AD1985 codec:
833 /* initialize audio controller and AC97 codec */ in audio810_attach()
938 * audio810_chip_init fails is that the codec won't in audio810_resume()
952 audio_dev_warn(adev, "failure to resume codec"); in audio810_resume()
955 /* Reset the AC'97 codec. */ in audio810_resume()
1433 /* according AC'97 spec, wait for codec reset */ in audio810_chip_init()
1442 /* codec reset failed */ in audio810_chip_init()
1444 audio_dev_warn(statep->adev, "Failed to reset codec"); in audio810_chip_init()
1449 * Wait for codec ready. The hardware can provide the state of in audio810_chip_init()
1450 * codec ready bit on SDATA_IN[0], SDATA_IN[1] or SDATA_IN[2] in audio810_chip_init()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dbdn.h45 u32_t version; /* Version of Codec */
52 u16_t total_size; /* total size of Codec in bytes.Max size 32K (64K?)*/
159 struct codec_t codec; member
177 #define BDN_CODEC_DATA() (ASN1_P->bdn_addr + OFFSETOF(struct bdn, codec))
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c60 * TBD: Handling of codec-specific registers in vendor reserved space.
123 uint32_t vid; /* Vendor ID for CODEC */
137 "Audio Codec '97 Support"
241 * codec/amplifier combinations. in ac_val_scale()
611 * Are we a multichannel codec?
718 * This will update all the codec registers from the shadow table.
1093 * Reset the analog codec hardware
1107 /* reset the codec */ in ac_analog_reset()
1218 /* call codec specific reset hook */ in ac_hw_reset()
1240 * Return the number of channels supported by this codec.
[all …]
/illumos-gate/usr/src/man/man4d/
H A Daudio1575.4d11 controller and an AC-97 Codec to implement the audio device interface. This
60 \fIAD1981B AC '97 SoundMAX(R) Codec Data Sheet\fR\(em Analog Devices Inc.
/illumos-gate/usr/src/uts/common/sys/audio/
H A Dac97.h39 * This header file describes the AC-97 Codec register set. See the
441 * Note that 60h - 6eh is also defined as the extended codec page area in
463 * Page 01 Extended Codec Registers
505 * Known Codec vendors.
531 * Known Codec IDs.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtclsqlite.test26 if {[sqlite -has-codec]} {
27 set r "sqlite_orig HANDLE FILENAME ?-key CODEC-KEY?"
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpager.c127 ** A macro used for invoking the codec if there is one
130 # define CODEC(P,D,N,X) if( P->xCodec ){ P->xCodec(P->pCodecArg,D,N,X); } macro
132 # define CODEC(P,D,N,X) macro
582 CODEC(pPager, PGHDR_TO_DATA(pPg), pPg->pgno, 3); in pager_playback_one_page()
743 CODEC(pPager, zBuf, pPg->pgno, 2); in pager_playback()
1267 CODEC(pPager, PGHDR_TO_DATA(pList), pList->pgno, 6); in pager_write_pagelist()
1270 CODEC(pPager, PGHDR_TO_DATA(pList), pList->pgno, 0); in pager_write_pagelist()
1532 CODEC(pPager, PGHDR_TO_DATA(pPg), pPg->pgno, 3); in sqlitepager_get()
1820 CODEC(pPager, pData, pPg->pgno, 7); in sqlitepager_write()
1823 CODEC(pPager, pData, pPg->pgno, 0); in sqlitepager_write()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h73 #define HCFG_CODECFORMAT_MASK 0x00070000 /* CODEC format */
74 #define HCFG_CODECFORMAT_AC97 0x00000000 /* AC97 CODEC format */
75 #define HCFG_CODECFORMAT_I2S 0x00010000 /* I2S CODEC format */

123