Searched refs:pss_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/oss/ |
D | pss.c | 153 static void pss_write(struct pss_confdata *devc, int data) in pss_write() function 414 pss_write(devc, 0x0010); in set_master_volume() 415 pss_write(devc, log_scale[left] | 0x0000); in set_master_volume() 416 pss_write(devc, 0x0010); in set_master_volume() 417 pss_write(devc, log_scale[right] | 0x0100); in set_master_volume() 423 pss_write(devc, 0x0080); in set_synth_volume() 424 pss_write(devc, vol); in set_synth_volume() 425 pss_write(devc, 0x0081); in set_synth_volume() 426 pss_write(devc, vol); in set_synth_volume() 432 pss_write(devc, 0x0010); in set_bass() [all …]
|