/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-core.c | 721 u8 mute_reg = 0; in tm6010_set_mute_sif() local 724 mute_reg = 0x08; in tm6010_set_mute_sif() 726 tm6000_set_reg_mask(dev, TM6010_REQ08_R0A_A_I2S_MOD, mute_reg, 0x08); in tm6010_set_mute_sif() 731 u8 mute_reg = 0; in tm6010_set_mute_adc() local 734 mute_reg = 0x20; in tm6010_set_mute_adc() 738 mute_reg, 0x20); in tm6010_set_mute_adc() 740 mute_reg, 0x20); in tm6010_set_mute_adc() 743 mute_reg, 0x20); in tm6010_set_mute_adc() 745 mute_reg, 0x20); in tm6010_set_mute_adc()
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm8728.c | 78 u16 mute_reg = snd_soc_read(codec, WM8728_DACCTL); in wm8728_mute() local 81 snd_soc_write(codec, WM8728_DACCTL, mute_reg | 1); in wm8728_mute() 83 snd_soc_write(codec, WM8728_DACCTL, mute_reg & ~1); in wm8728_mute()
|
D | uda134x.c | 145 u8 mute_reg = uda134x_read_reg_cache(codec, UDA134X_DATA010); in uda134x_mute() local 150 mute_reg |= (1<<2); in uda134x_mute() 152 mute_reg &= ~(1<<2); in uda134x_mute() 154 uda134x_write(codec, UDA134X_DATA010, mute_reg); in uda134x_mute()
|
D | ak4535.c | 318 u16 mute_reg = snd_soc_read(codec, AK4535_DAC); in ak4535_mute() local 320 snd_soc_write(codec, AK4535_DAC, mute_reg & ~0x20); in ak4535_mute() 322 snd_soc_write(codec, AK4535_DAC, mute_reg | 0x20); in ak4535_mute()
|
D | wm8711.c | 213 u16 mute_reg = snd_soc_read(codec, WM8711_APDIGI) & 0xfff7; in wm8711_mute() local 216 snd_soc_write(codec, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute() 218 snd_soc_write(codec, WM8711_APDIGI, mute_reg); in wm8711_mute()
|
D | wm8971.c | 546 u16 mute_reg = snd_soc_read(codec, WM8971_ADCDAC) & 0xfff7; in wm8971_mute() local 549 snd_soc_write(codec, WM8971_ADCDAC, mute_reg | 0x8); in wm8971_mute() 551 snd_soc_write(codec, WM8971_ADCDAC, mute_reg); in wm8971_mute()
|
D | wm8974.c | 492 u16 mute_reg = snd_soc_read(codec, WM8974_DAC) & 0xffbf; in wm8974_mute() local 495 snd_soc_write(codec, WM8974_DAC, mute_reg | 0x40); in wm8974_mute() 497 snd_soc_write(codec, WM8974_DAC, mute_reg); in wm8974_mute()
|
D | wm8510.c | 496 u16 mute_reg = snd_soc_read(codec, WM8510_DAC) & 0xffbf; in wm8510_mute() local 499 snd_soc_write(codec, WM8510_DAC, mute_reg | 0x40); in wm8510_mute() 501 snd_soc_write(codec, WM8510_DAC, mute_reg); in wm8510_mute()
|
D | wm8750.c | 615 u16 mute_reg = snd_soc_read(codec, WM8750_ADCDAC) & 0xfff7; in wm8750_mute() local 618 snd_soc_write(codec, WM8750_ADCDAC, mute_reg | 0x8); in wm8750_mute() 620 snd_soc_write(codec, WM8750_ADCDAC, mute_reg); in wm8750_mute()
|
D | wm8940.c | 461 u16 mute_reg = snd_soc_read(codec, WM8940_DAC) & 0xffbf; in wm8940_mute() local 464 mute_reg |= 0x40; in wm8940_mute() 466 return snd_soc_write(codec, WM8940_DAC, mute_reg); in wm8940_mute()
|
D | wm8988.c | 716 u16 mute_reg = snd_soc_read(codec, WM8988_ADCDAC) & 0xfff7; in wm8988_mute() local 719 snd_soc_write(codec, WM8988_ADCDAC, mute_reg | 0x8); in wm8988_mute() 721 snd_soc_write(codec, WM8988_ADCDAC, mute_reg); in wm8988_mute()
|
D | wm8731.c | 377 u16 mute_reg = snd_soc_read(codec, WM8731_APDIGI) & 0xfff7; in wm8731_mute() local 380 snd_soc_write(codec, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute() 382 snd_soc_write(codec, WM8731_APDIGI, mute_reg); in wm8731_mute()
|
D | alc5632.c | 914 u16 mute_reg = snd_soc_read(codec, ALC5632_MISC_CTRL) & ~hp_mute; in alc5632_mute() local 917 mute_reg |= hp_mute; in alc5632_mute() 919 return snd_soc_write(codec, ALC5632_MISC_CTRL, mute_reg); in alc5632_mute()
|
D | alc5623.c | 750 u16 mute_reg = snd_soc_read(codec, ALC5623_MISC_CTRL) & ~hp_mute; in alc5623_mute() local 753 mute_reg |= hp_mute; in alc5623_mute() 755 return snd_soc_write(codec, ALC5623_MISC_CTRL, mute_reg); in alc5623_mute()
|
D | wm8753.c | 1312 u16 mute_reg = snd_soc_read(codec, WM8753_DAC) & 0xfff7; in wm8753_mute() local 1319 snd_soc_write(codec, WM8753_DAC, mute_reg | 0x8); in wm8753_mute() 1322 snd_soc_write(codec, WM8753_DAC, mute_reg | 0x8); in wm8753_mute() 1324 snd_soc_write(codec, WM8753_DAC, mute_reg); in wm8753_mute()
|
D | da7210.c | 939 u8 mute_reg = snd_soc_read(codec, DA7210_DAC_HPF) & 0xFB; in da7210_mute() local 942 snd_soc_write(codec, DA7210_DAC_HPF, mute_reg | 0x4); in da7210_mute() 944 snd_soc_write(codec, DA7210_DAC_HPF, mute_reg); in da7210_mute()
|
D | wm8995.c | 1425 int mute_reg; in wm8995_aif_mute() local 1429 mute_reg = WM8995_AIF1_DAC1_FILTERS_1; in wm8995_aif_mute() 1432 mute_reg = WM8995_AIF2_DAC_FILTERS_1; in wm8995_aif_mute() 1438 snd_soc_update_bits(codec, mute_reg, WM8995_AIF1DAC1_MUTE_MASK, in wm8995_aif_mute()
|
D | wm8994.c | 2992 int mute_reg; in wm8994_aif_mute() local 2997 mute_reg = WM8994_AIF1_DAC1_FILTERS_1; in wm8994_aif_mute() 3000 mute_reg = WM8994_AIF2_DAC_FILTERS_1; in wm8994_aif_mute() 3011 snd_soc_update_bits(codec, mute_reg, WM8994_AIF1DAC1_MUTE, reg); in wm8994_aif_mute()
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | codec.txt | 172 u16 mute_reg = snd_soc_read(codec, WM8974_DAC) & 0xffbf; 175 snd_soc_write(codec, WM8974_DAC, mute_reg | 0x40); 177 snd_soc_write(codec, WM8974_DAC, mute_reg);
|