Searched refs:AUD_VOL_CTL (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 634 int vol = 0x3f - (cx_read(AUD_VOL_CTL) & 0x3f), in snd_cx88_volume_get() 689 old = cx_read(AUD_VOL_CTL); in snd_cx88_volume_put() 691 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, (old & ~0x3f) | v); in snd_cx88_volume_put() 723 value->value.integer.value[0] = !(cx_read(AUD_VOL_CTL) & bit); in snd_cx88_switch_get() 737 vol = cx_read(AUD_VOL_CTL); in snd_cx88_switch_put() 740 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, vol); in snd_cx88_switch_put()
|
D | cx88-tvaudio.c | 116 cx_write(AUD_VOL_CTL, (1 << 6)); in set_audio_start() 155 cx_swrite(SHADOW_AUD_VOL_CTL, AUD_VOL_CTL, volume); in set_audio_finish()
|
D | cx88-reg.h | 396 #define AUD_VOL_CTL 0x320594 macro
|
D | cx88-video.c | 248 .reg = AUD_VOL_CTL, 258 .reg = AUD_VOL_CTL,
|
D | cx88-blackbird.c | 628 cx_clear(AUD_VOL_CTL, (1 << 6)); in blackbird_start_codec()
|