Searched refs:AUD_VOL_CTL (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 644 int vol = 0x3f - (cx_read(AUD_VOL_CTL) & 0x3f), in snd_cx88_volume_get() 699 old = cx_read(AUD_VOL_CTL); in snd_cx88_volume_put() 701 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, (old & ~0x3f) | v); in snd_cx88_volume_put() 733 value->value.integer.value[0] = !(cx_read(AUD_VOL_CTL) & bit); in snd_cx88_switch_get() 747 vol = cx_read(AUD_VOL_CTL); in snd_cx88_switch_put() 750 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, vol); in snd_cx88_switch_put()
|
D | cx88-tvaudio.c | 125 cx_write(AUD_VOL_CTL, (1 << 6)); in set_audio_start() 164 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, volume); in set_audio_finish()
|
D | cx88-reg.h | 405 #define AUD_VOL_CTL 0x320594 macro
|
D | cx88-video.c | 267 .reg = AUD_VOL_CTL, 277 .reg = AUD_VOL_CTL,
|
D | cx88-blackbird.c | 637 cx_clear(AUD_VOL_CTL, (1 << 6)); in blackbird_start_codec()
|