Searched refs:AUD_VOL_CTL (Results 1 – 5 of 5) sorted by relevance
/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 651 int vol = 0x3f - (cx_read(AUD_VOL_CTL) & 0x3f), in snd_cx88_volume_get() 706 old = cx_read(AUD_VOL_CTL); in snd_cx88_volume_put() 708 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, (old & ~0x3f) | v); in snd_cx88_volume_put() 740 value->value.integer.value[0] = !(cx_read(AUD_VOL_CTL) & bit); in snd_cx88_switch_get() 754 vol = cx_read(AUD_VOL_CTL); in snd_cx88_switch_put() 757 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, vol); in snd_cx88_switch_put()
|
D | cx88-tvaudio.c | 128 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 | 407 #define AUD_VOL_CTL 0x320594 macro
|
D | cx88-video.c | 264 .reg = AUD_VOL_CTL, 274 .reg = AUD_VOL_CTL,
|
D | cx88-blackbird.c | 607 cx_clear(AUD_VOL_CTL, (1 << 6)); in blackbird_start_codec()
|