Lines Matching +full:digital +full:- +full:path +full:- +full:disable
4 * SPDX-License-Identifier: Apache-2.0
30 * [7] POWEROFF = 0 (Disable POWEROFF) in init_wm8731_i2c()
32 * [5] OSCPDD = 0 (Disable Power Down) in init_wm8731_i2c()
34 * [3] DACPD = 0 (Disable Power Down) in init_wm8731_i2c()
35 * [2] ADCPD = 0 (Disable Power Down) in init_wm8731_i2c()
37 * [0] LINEINPD = 0 (Disable Power Down) in init_wm8731_i2c()
43 * [7] LINMUTE = 0 (Disable Mute) in init_wm8731_i2c()
44 * [4:0] LINVOL = 0x07 (-24 dB) in init_wm8731_i2c()
50 * [7] LZCEN = 0 (Disable) in init_wm8731_i2c()
55 * Analogue Audio Path Control: in init_wm8731_i2c()
56 * [7:6] SIDEATT = 0 (-6 dB) in init_wm8731_i2c()
57 * [5] SIDETONE = 0 (Disable Side Tone) in init_wm8731_i2c()
59 * [3] BYPASS = 0 (Disable Bypass) in init_wm8731_i2c()
62 * [0] MICBOOST = 0 (Disable Boost) in init_wm8731_i2c()
66 * Digital Audio Path Control: in init_wm8731_i2c()
68 * [3] DACMU = 0 (Disable soft mute) in init_wm8731_i2c()
69 * [2:1] DEEMP = 0 (Disable) in init_wm8731_i2c()
70 * [0] ADCHPD = 1 (Disable High Pass Filter) in init_wm8731_i2c()
74 * Digital Audio Interface Format: in init_wm8731_i2c()
99 * Down Control register to 0 at the very end of the power-on in init_wm8731_i2c()
106 printk("%s is not ready\n", i2c_dev->name); in init_wm8731_i2c()