Searched refs:pss_write (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | pss.c | 151 static void pss_write(pss_confdata *devc, int data) in pss_write() function 406 pss_write(devc, 0x0010); in set_master_volume() 407 pss_write(devc, log_scale[left] | 0x0000); in set_master_volume() 408 pss_write(devc, 0x0010); in set_master_volume() 409 pss_write(devc, log_scale[right] | 0x0100); in set_master_volume() 415 pss_write(devc, 0x0080); in set_synth_volume() 416 pss_write(devc, vol); in set_synth_volume() 417 pss_write(devc, 0x0081); in set_synth_volume() 418 pss_write(devc, vol); in set_synth_volume() 424 pss_write(devc, 0x0010); in set_bass() [all …]
|