Searched refs:AC_VERB_SET_POWER_STATE (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/sound/pci/hda/ |
D | patch_via.c | 602 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE, parm); in set_pin_power_state() 623 snd_hda_codec_write(codec, 0x13, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 625 snd_hda_codec_write(codec, 0x12, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 627 snd_hda_codec_write(codec, 0x1f, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 629 snd_hda_codec_write(codec, 0x20, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 638 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 640 snd_hda_codec_write(codec, 0x10, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 642 snd_hda_codec_write(codec, 0x1d, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 661 snd_hda_codec_write(codec, 0x17, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() 663 snd_hda_codec_write(codec, 0x13, 0, AC_VERB_SET_POWER_STATE, in set_jack_power_state() [all …]
|
D | patch_cirrus.c | 1021 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */ 1031 {0x07, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Rx: D0 */ 1032 {0x08, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Tx: D0 */ 1043 {0x07, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Rx: D3 */ 1044 {0x08, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Tx: D3 */
|
D | hda_codec.h | 112 #define AC_VERB_SET_POWER_STATE 0x705 macro
|
D | patch_sigmatel.c | 2317 AC_VERB_SET_POWER_STATE, AC_PWRST_D0); in stac92xx_capture_pcm_prepare() 2333 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac92xx_capture_pcm_cleanup() 4178 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac92xx_power_down() 4246 AC_VERB_SET_POWER_STATE, AC_PWRST_D3); in stac92xx_init()
|
D | hda_codec.c | 2994 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, in hda_set_power_state() 3024 AC_VERB_SET_POWER_STATE, in hda_set_power_state()
|