Searched refs:CS8409_PIN_VENDOR_WIDGET (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | patch_cs8409-tables.c | 152 { CS8409_PIN_VENDOR_WIDGET, CS8409_DEV_CFG1, 0xb008 }, 154 { CS8409_PIN_VENDOR_WIDGET, CS8409_DEV_CFG2, 0x0002 }, 156 { CS8409_PIN_VENDOR_WIDGET, CS8409_DEV_CFG3, 0x0a80 }, 158 { CS8409_PIN_VENDOR_WIDGET, ASP1_A_TX_CTRL1, 0x0800 }, 160 { CS8409_PIN_VENDOR_WIDGET, ASP1_A_TX_CTRL2, 0x0820 }, 194 { CS8409_PIN_VENDOR_WIDGET, 0xc0, 0x9999 }, 196 { CS8409_PIN_VENDOR_WIDGET, 0xc5, 0x0000 }, 198 { CS8409_PIN_VENDOR_WIDGET, 0xc0, 0x0000 }, 437 { CS8409_PIN_VENDOR_WIDGET, 0xc0, 0x9999 }, 439 { CS8409_PIN_VENDOR_WIDGET, 0xc5, 0x0000 }, [all …]
|
| H A D | patch_cs8409.c | 74 snd_hda_codec_write(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_SET_COEF_INDEX, idx); in cs8409_vendor_coef_get() 75 return snd_hda_codec_read(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_GET_PROC_COEF, 0); in cs8409_vendor_coef_get() 81 snd_hda_codec_write(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_SET_COEF_INDEX, idx); in cs8409_vendor_coef_set() 82 snd_hda_codec_write(codec, CS8409_PIN_VENDOR_WIDGET, 0, AC_VERB_SET_PROC_COEF, coef); in cs8409_vendor_coef_set()
|
| H A D | patch_cs8409.h | 96 CS8409_PIN_VENDOR_WIDGET enumerator
|