Home
last modified time | relevance | path

Searched refs:ES_SMPREG_VOL_ADC (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/sound/pci/
H A Des137x.h197 #define ES_SMPREG_VOL_ADC 0x6c macro
H A Des137x.c1081 es1371_src_write(es, ES_SMPREG_VOL_ADC, 1 << 12); in es1371_init()
1082 es1371_src_write(es, ES_SMPREG_VOL_ADC + 1, 1 << 12); in es1371_init()
1258 es1371_src_write(es, ES_SMPREG_VOL_ADC, n << 8); in es1371_adc_rate()
1259 es1371_src_write(es, ES_SMPREG_VOL_ADC + 1, n << 8); in es1371_adc_rate()