Searched refs:codec (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c353 "couldn't create codec");
578 hda_codec_t *codec = path->codec; local
583 widget = codec->widget[wid];
588 codec->index,
597 codec->index,
602 * We find that on intel ICH10 chipset with codec
607 if (codec->codec_info->flags & NO_SPDIF)
612 widget = codec->widget[wid];
621 codec
674 hda_codec_t *codec = path->codec; local
1084 hda_codec_t *codec; local
1153 hda_codec_t *codec; local
1213 hda_codec_t *codec; local
1285 audiohd_set_pin_monitor_gain(hda_codec_t *codec, audiohd_state_t *statep, uint_t caddr, audiohd_pin_t *pin, uint64_t gain) argument
1376 hda_codec_t *codec; local
1886 hda_codec_t *codec; local
2009 hda_codec_t *codec = ((audiohd_widget_t *)arg)->codec; local
2023 hda_codec_t *codec = ((audiohd_widget_t *)arg)->codec; local
2037 hda_codec_t *codec = ((audiohd_widget_t *)arg)->codec; local
2558 audiohd_get_conns_from_entry(hda_codec_t *codec, audiohd_widget_t *widget, uint32_t entry, audiohd_entry_prop_t *prop) argument
2609 audiohd_get_conns(hda_codec_t *codec, wid_t wid) argument
2673 hda_codec_t *codec = widget->codec; local
2767 audiohd_create_widgets(hda_codec_t *codec) argument
2910 audiohd_destroy_widgets(hda_codec_t *codec) argument
2931 hda_codec_t *codec; local
3144 audiohd_find_dac(hda_codec_t *codec, wid_t wid, int mixer, int *mixernum, int exclusive, int depth) argument
3222 audiohd_do_build_output_path(hda_codec_t *codec, int mixer, int *mnum, int exclusive, int depth) argument
3301 audiohd_build_output_path(hda_codec_t *codec) argument
3336 audiohd_build_output_amp(hda_codec_t *codec) argument
3506 audiohd_finish_output_path(hda_codec_t *codec) argument
3611 audiohd_find_input_pins(hda_codec_t *codec, wid_t wid, int allowmixer, int depth, audiohd_path_t *path) argument
3734 audiohd_build_input_path(hda_codec_t *codec) argument
3798 audiohd_build_input_amp(hda_codec_t *codec) argument
3972 audiohd_finish_input_path(hda_codec_t *codec) argument
4108 audiohd_find_inpin_for_monitor(hda_codec_t *codec, wid_t id, int mixer) argument
4199 audiohd_build_monitor_path(hda_codec_t *codec) argument
4309 audiohd_do_finish_monitor_path(hda_codec_t *codec, audiohd_widget_t *wgt) argument
4360 audiohd_finish_monitor_path(hda_codec_t *codec) argument
4392 audiohd_do_build_monitor_amp(hda_codec_t *codec, audiohd_pin_t *pin, audiohd_widget_t *widget) argument
4441 audiohd_build_monitor_amp(hda_codec_t *codec) argument
4486 audiohd_find_beep(hda_codec_t *codec, wid_t wid, int depth) argument
4535 audiohd_build_beep_path(hda_codec_t *codec) argument
4628 audiohd_build_beep_amp(hda_codec_t *codec) argument
4711 audiohd_finish_beep_path(hda_codec_t *codec) argument
4801 audiohd_find_output_pins(hda_codec_t *codec, wid_t wid, int depth, audiohd_path_t *path) argument
4876 audiohd_build_loopback_path(hda_codec_t *codec) argument
5220 hda_codec_t *codec; local
5249 hda_codec_t *codec; local
5271 hda_codec_t *codec; local
5309 hda_codec_t *codec; local
5485 hda_codec_t *codec; local
5638 hda_codec_t *codec; local
[all...]
H A Daudiohd.h51 * codec special initial flags
581 hda_codec_t *codec; member in struct:audiohd_widget
662 hda_codec_t *codec; member in struct:audiohd_path
774 uint8_t index; /* codec address */
833 * for parsing codec topology
835 hda_codec_t *codec[AUDIOHD_CODEC_MAX]; member in struct:audiohd_state
987 _NOTE(DATA_READABLE_WITHOUT_LOCK(audiohd_widget::codec))
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c167 val |= 0 << 24; /* codec 0 or codec 1 */
186 val |= 0 << 24; /* on board codec or frontpanel */
266 /* now address which codec you want to send the data to */
301 /* select the codec number to address */
308 cs4398_init(void *arg, int codec) argument
316 i2c_write(devc, codec, CS4398_MISC_CTRL,
322 i2c_write(devc, codec, CS4398_MODE_CTRL, 0x00);
323 i2c_write(devc, codec, 3, 0x09);
324 i2c_write(devc, codec,
335 cs4362a_init(void *arg, int codec) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dbdn.h159 struct codec_t codec; member in struct:bdn
177 #define BDN_CODEC_DATA() (ASN1_P->bdn_addr + OFFSETOF(struct bdn, codec))
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dsun7i-a20.dtsi208 codec: codec@01c22c00 {
209 compatible = "allwinner,sun7i-a20-codec";
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.h268 cs4231_pioregs_t codec; /* CS4231 CODEC registers */ member in struct:cs4231_regs
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. */
316 /* codec enable */
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl46 # Use the pager codec if it is available
48 if {[sqlite -has-codec] && [info command sqlite_orig]==""} {
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c60 * TBD: Handling of codec-specific registers in vendor reserved space.
241 * codec/amplifier combinations.
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 */
1218 /* call codec specific reset hook */
1240 * Return the number of channels supported by this codec.
1621 * or not. There's a technique to probe the codec for
1744 static struct codec { struct
[all...]

Completed in 84 milliseconds