/kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
H A D | tm6000-core.c | 707 u8 mute_reg = 0; in tm6010_set_mute_sif() local 710 mute_reg = 0x08; in tm6010_set_mute_sif() 712 tm6000_set_reg_mask(dev, TM6010_REQ08_R0A_A_I2S_MOD, mute_reg, 0x08); in tm6010_set_mute_sif() 717 u8 mute_reg = 0; in tm6010_set_mute_adc() local 720 mute_reg = 0x20; in tm6010_set_mute_adc() 724 mute_reg, 0x20); in tm6010_set_mute_adc() 726 mute_reg, 0x20); in tm6010_set_mute_adc() 729 mute_reg, 0x20); in tm6010_set_mute_adc() 731 mute_reg, 0x20); in tm6010_set_mute_adc()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8728.c | 75 u16 mute_reg = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_mute() local 78 snd_soc_component_write(component, WM8728_DACCTL, mute_reg | 1); in wm8728_mute() 80 snd_soc_component_write(component, WM8728_DACCTL, mute_reg & ~1); in wm8728_mute()
|
H A D | ak4535.c | 315 u16 mute_reg = snd_soc_component_read(component, AK4535_DAC); in ak4535_mute() local 318 snd_soc_component_write(component, AK4535_DAC, mute_reg & ~0x20); in ak4535_mute() 320 snd_soc_component_write(component, AK4535_DAC, mute_reg | 0x20); in ak4535_mute()
|
H A D | wm8510.c | 493 u16 mute_reg = snd_soc_component_read(component, WM8510_DAC) & 0xffbf; in wm8510_mute() local 496 snd_soc_component_write(component, WM8510_DAC, mute_reg | 0x40); in wm8510_mute() 498 snd_soc_component_write(component, WM8510_DAC, mute_reg); in wm8510_mute()
|
H A D | wm8711.c | 210 u16 mute_reg = snd_soc_component_read(component, WM8711_APDIGI) & 0xfff7; in wm8711_mute() local 213 snd_soc_component_write(component, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute() 215 snd_soc_component_write(component, WM8711_APDIGI, mute_reg); in wm8711_mute()
|
H A D | wm8750.c | 612 u16 mute_reg = snd_soc_component_read(component, WM8750_ADCDAC) & 0xfff7; in wm8750_mute() local 615 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg | 0x8); in wm8750_mute() 617 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg); in wm8750_mute()
|
H A D | wm8971.c | 542 u16 mute_reg = snd_soc_component_read(component, WM8971_ADCDAC) & 0xfff7; in wm8971_mute() local 545 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg | 0x8); in wm8971_mute() 547 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg); in wm8971_mute()
|
H A D | alc5632.c | 910 u16 mute_reg = snd_soc_component_read(component, ALC5632_MISC_CTRL) & ~hp_mute; in alc5632_mute() local 913 mute_reg |= hp_mute; in alc5632_mute() 915 return snd_soc_component_write(component, ALC5632_MISC_CTRL, mute_reg); in alc5632_mute()
|
H A D | alc5623.c | 744 u16 mute_reg = snd_soc_component_read(component, ALC5623_MISC_CTRL) & ~hp_mute; in alc5623_mute() local 747 mute_reg |= hp_mute; in alc5623_mute() 749 return snd_soc_component_write(component, ALC5623_MISC_CTRL, mute_reg); in alc5623_mute()
|
H A D | wm8988.c | 713 u16 mute_reg = snd_soc_component_read(component, WM8988_ADCDAC) & 0xfff7; in wm8988_mute() local 716 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg | 0x8); in wm8988_mute() 718 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg); in wm8988_mute()
|
H A D | wm8731.c | 372 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute() local 375 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute() 377 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
|
H A D | wm8974.c | 569 u16 mute_reg = snd_soc_component_read(component, WM8974_DAC) & 0xffbf; in wm8974_mute() local 572 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute() 574 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
|
H A D | wm8940.c | 458 u16 mute_reg = snd_soc_component_read(component, WM8940_DAC) & 0xffbf; in wm8940_mute() local 461 mute_reg |= 0x40; in wm8940_mute() 463 return snd_soc_component_write(component, WM8940_DAC, mute_reg); in wm8940_mute()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8728.c | 75 u16 mute_reg = snd_soc_component_read(component, WM8728_DACCTL); in wm8728_mute() local 78 snd_soc_component_write(component, WM8728_DACCTL, mute_reg | 1); in wm8728_mute() 80 snd_soc_component_write(component, WM8728_DACCTL, mute_reg & ~1); in wm8728_mute()
|
H A D | ak4535.c | 315 u16 mute_reg = snd_soc_component_read(component, AK4535_DAC); in ak4535_mute() local 318 snd_soc_component_write(component, AK4535_DAC, mute_reg & ~0x20); in ak4535_mute() 320 snd_soc_component_write(component, AK4535_DAC, mute_reg | 0x20); in ak4535_mute()
|
H A D | wm8750.c | 612 u16 mute_reg = snd_soc_component_read(component, WM8750_ADCDAC) & 0xfff7; in wm8750_mute() local 615 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg | 0x8); in wm8750_mute() 617 snd_soc_component_write(component, WM8750_ADCDAC, mute_reg); in wm8750_mute()
|
H A D | wm8731.c | 352 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute() local 355 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute() 357 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
|
H A D | wm8971.c | 542 u16 mute_reg = snd_soc_component_read(component, WM8971_ADCDAC) & 0xfff7; in wm8971_mute() local 545 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg | 0x8); in wm8971_mute() 547 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg); in wm8971_mute()
|
H A D | wm8510.c | 493 u16 mute_reg = snd_soc_component_read(component, WM8510_DAC) & 0xffbf; in wm8510_mute() local 496 snd_soc_component_write(component, WM8510_DAC, mute_reg | 0x40); in wm8510_mute() 498 snd_soc_component_write(component, WM8510_DAC, mute_reg); in wm8510_mute()
|
H A D | wm8711.c | 210 u16 mute_reg = snd_soc_component_read(component, WM8711_APDIGI) & 0xfff7; in wm8711_mute() local 213 snd_soc_component_write(component, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute() 215 snd_soc_component_write(component, WM8711_APDIGI, mute_reg); in wm8711_mute()
|
H A D | alc5632.c | 910 u16 mute_reg = snd_soc_component_read(component, ALC5632_MISC_CTRL) & ~hp_mute; in alc5632_mute() local 913 mute_reg |= hp_mute; in alc5632_mute() 915 return snd_soc_component_write(component, ALC5632_MISC_CTRL, mute_reg); in alc5632_mute()
|
H A D | alc5623.c | 744 u16 mute_reg = snd_soc_component_read(component, ALC5623_MISC_CTRL) & ~hp_mute; in alc5623_mute() local 747 mute_reg |= hp_mute; in alc5623_mute() 749 return snd_soc_component_write(component, ALC5623_MISC_CTRL, mute_reg); in alc5623_mute()
|
H A D | wm8974.c | 569 u16 mute_reg = snd_soc_component_read(component, WM8974_DAC) & 0xffbf; in wm8974_mute() local 572 snd_soc_component_write(component, WM8974_DAC, mute_reg | 0x40); in wm8974_mute() 574 snd_soc_component_write(component, WM8974_DAC, mute_reg); in wm8974_mute()
|
H A D | wm8940.c | 467 u16 mute_reg = snd_soc_component_read(component, WM8940_DAC) & 0xffbf; in wm8940_mute() local 470 mute_reg |= 0x40; in wm8940_mute() 472 return snd_soc_component_write(component, WM8940_DAC, mute_reg); in wm8940_mute()
|
H A D | wm8988.c | 713 u16 mute_reg = snd_soc_component_read(component, WM8988_ADCDAC) & 0xfff7; in wm8988_mute() local 716 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg | 0x8); in wm8988_mute() 718 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg); in wm8988_mute()
|