Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dad1848.c231 static void ad_write(ad1848_info * devc, int reg, int data) in ad_write() function
412 ad_write(devc, 0, (ad_read(devc, 0) & 0x3f) | recdev); in ad1848_set_recmask()
413 ad_write(devc, 1, (ad_read(devc, 1) & 0x3f) | recdev); in ad1848_set_recmask()
437 ad_write(devc, devc->mix_devices[i][j].recreg, val); in ad1848_set_recmask()
523 ad_write(devc, regoffs, val); in ad1848_mixer_set_channel()
526 ad_write(devc, muteregoffs, muteval); in ad1848_mixer_set_channel()
656 ad_write(devc, 26, ad_read(devc, 26) & ~0x40); /* Unmute mono out */ in ad1848_mixer_reset()
658 ad_write(devc, 26, ad_read(devc, 26) | 0x40); /* Mute mono out */ in ad1848_mixer_reset()
665 ad_write(devc, 16, 0x60); in ad1848_mixer_reset()
689 ad_write(devc, 26, ad_read(devc, 26) & ~0x40); /* Unmute mono out */ in ad1848_mixer_ioctl()
[all …]