Searched refs:CS4235_LEFT_MASTER (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/sound/isa/cs423x/ |
D | cs4236_lib.c | 354 snd_wss_out(chip, CS4235_LEFT_MASTER, 0xff); in snd_cs4236_create() 725 …>value.integer.value[0] = snd_cs4235_mixer_output_accu_get_volume(chip->image[CS4235_LEFT_MASTER]); in snd_cs4235_get_output_accu() 741 val1 = (chip->image[CS4235_LEFT_MASTER] & ~(3 << 5)) | val1; in snd_cs4235_put_output_accu() 743 change = val1 != chip->image[CS4235_LEFT_MASTER] || val2 != chip->image[CS4235_RIGHT_MASTER]; in snd_cs4235_put_output_accu() 744 snd_wss_out(chip, CS4235_LEFT_MASTER, val1); in snd_cs4235_put_output_accu() 857 CS4235_LEFT_MASTER, CS4235_RIGHT_MASTER, 7, 7, 1, 1), 859 CS4235_LEFT_MASTER, CS4235_RIGHT_MASTER, 0, 0, 31, 1,
|
/linux-6.6.21/include/sound/ |
D | cs4231-regs.h | 56 #define CS4235_LEFT_MASTER 0x1b /* left master output control */ macro
|