Searched refs:snd_hda_codec_read (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_proc.c79 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_AMP_GAIN_MUTE,
83 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_AMP_GAIN_MUTE,
228 caps = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
310 pinctls = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
329 snd_hda_codec_read(codec, nid, 0,
335 curr = snd_hda_codec_read(codec, nid, 0,
H A Dpatch_cmedia.c697 port_e = snd_hda_codec_read(codec, 0x0f, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
698 port_f = snd_hda_codec_read(codec, 0x10, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
702 port_g = snd_hda_codec_read(codec, 0x1f, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
703 port_h = snd_hda_codec_read(codec, 0x20, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
720 port_spdifi = snd_hda_codec_read(codec, 0x13, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
721 port_spdifo = snd_hda_codec_read(codec, 0x12, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
H A Dpatch_sigmatel.c763 pin_cfg = snd_hda_codec_read(codec, nid, 0,
795 pin_cfg = snd_hda_codec_read(codec, spec->pin_nids[i], 0,
1320 nid = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
1329 nid = snd_hda_codec_read(codec, cfg->speaker_pins[i], 0,
1385 def_conf = snd_hda_codec_read(codec,
1584 cfg = snd_hda_codec_read(codec, pin, 0,
1647 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
1655 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
1659 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
1764 unsigned int pin_ctl = snd_hda_codec_read(code
[all...]
H A Dhda_codec.h585 unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, int direct,
589 #define snd_hda_param_read(codec, nid, param) snd_hda_codec_read(codec, nid, 0, AC_VERB_PARAMETERS, param)
H A Dpatch_si3054.c79 #define GET_REG(codec,reg) (snd_hda_codec_read(codec,reg,0,SI3054_VERB_READ_NODE,0))
H A Dpatch_conexant.c547 present = snd_hda_codec_read(codec, 0x12, 0,
562 spec->hp_present = snd_hda_codec_read(codec, 0x11, 0,
950 spec->hp_present = snd_hda_codec_read(codec, 0x13, 0,
967 spec->hp_present = snd_hda_codec_read(codec, 0x13, 0,
993 present = snd_hda_codec_read(codec, 0x15, 0,
H A Dpatch_realtek.c402 unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
422 unsigned int pinctl = snd_hda_codec_read(codec, nid, 0,
494 unsigned int val = snd_hda_codec_read(codec, nid, 0,
508 unsigned int gpio_data = snd_hda_codec_read(codec, nid, 0,
555 unsigned int val = snd_hda_codec_read(codec, nid, 0,
569 unsigned int ctrl_data = snd_hda_codec_read(codec, nid, 0,
1510 present = snd_hda_codec_read(codec, 0x14, 0,
1529 present = snd_hda_codec_read(codec, 0x18, 0,
1565 present = snd_hda_codec_read(codec, 0x14, 0,
1578 present = snd_hda_codec_read(code
[all...]
H A Dhda_codec.c63 * snd_hda_codec_read - send a command and get the response
74 unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, function
183 parm = snd_hda_codec_read(codec, nid, 0,
197 parm = snd_hda_codec_read(codec, nid, 0,
574 snd_hda_codec_read(codec, nid, 0,
744 val = snd_hda_codec_read(codec, nid, 0,
1236 snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_DIGI_CONVERT, 0);
1283 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_DIGI_CONVERT, 0);
1335 snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_DIGI_CONVERT, 0) &
2201 def_conf = snd_hda_codec_read(code
[all...]
H A Dpatch_analog.c1273 present = snd_hda_codec_read(codec, 0x06, 0,
1296 present = snd_hda_codec_read(codec, 0x08, 0,
1881 sel = snd_hda_codec_read(codec, 0x02, 0, AC_VERB_GET_CONNECT_SEL, 0);
1883 sel = snd_hda_codec_read(codec, 0x0b, 0,
1902 sel = snd_hda_codec_read(codec, 0x02, 0, AC_VERB_GET_CONNECT_SEL, 0);
1913 sel = snd_hda_codec_read(codec, 0x0b, 0,
2203 if (snd_hda_codec_read(codec, 0x11, 0, AC_VERB_GET_PIN_SENSE, 0) & (1 << 31))
H A Dhda_generic.c143 node->pin_ctl = snd_hda_codec_read(codec, node->nid, 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
144 node->def_cfg = snd_hda_codec_read(codec, node->nid, 0, AC_VERB_GET_CONFIG_DEFAULT, 0);

Completed in 182 milliseconds