rt5645.h (e219aafe50fd546b8686582ddbafd24c3c2eda04) | rt5645.h (ca8457bb02d8ecddf7f49ab874127dd4df782b16) |
---|---|
1/* 2 * rt5645.h -- RT5645 ALSA SoC audio driver 3 * 4 * Copyright 2013 Realtek Microelectronics 5 * Author: Bard Liao <bardliao@realtek.com> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 2108 unchanged lines hidden (view full) --- 2117#define RT5645_RXDP2_SEL_MASK (0x1 << 3) 2118#define RT5645_RXDP2_SEL_IF2 (0x0 << 3) 2119#define RT5645_RXDP2_SEL_ADC (0x1 << 3) 2120#define RT5645_RXDP2_SEL_SFT (3) 2121 2122/* General Control3 (0xfc) */ 2123#define RT5645_JD_PSV_MODE (0x1 << 12) 2124#define RT5645_IRQ_CLK_GATE_CTRL (0x1 << 11) | 1/* 2 * rt5645.h -- RT5645 ALSA SoC audio driver 3 * 4 * Copyright 2013 Realtek Microelectronics 5 * Author: Bard Liao <bardliao@realtek.com> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 2108 unchanged lines hidden (view full) --- 2117#define RT5645_RXDP2_SEL_MASK (0x1 << 3) 2118#define RT5645_RXDP2_SEL_IF2 (0x0 << 3) 2119#define RT5645_RXDP2_SEL_ADC (0x1 << 3) 2120#define RT5645_RXDP2_SEL_SFT (3) 2121 2122/* General Control3 (0xfc) */ 2123#define RT5645_JD_PSV_MODE (0x1 << 12) 2124#define RT5645_IRQ_CLK_GATE_CTRL (0x1 << 11) |
2125#define RT5645_DET_CLK_MASK (0x3 << 9) 2126#define RT5645_DET_CLK_DIS (0x0 << 9) 2127#define RT5645_DET_CLK_MODE1 (0x1 << 9) 2128#define RT5645_DET_CLK_MODE2 (0x2 << 9) |
|
2125#define RT5645_MICINDET_MANU (0x1 << 7) 2126#define RT5645_RING2_SLEEVE_GND (0x1 << 5) 2127 2128/* Vendor ID (0xfd) */ 2129#define RT5645_VER_C 0x2 2130#define RT5645_VER_D 0x3 2131 2132 --- 64 unchanged lines hidden --- | 2129#define RT5645_MICINDET_MANU (0x1 << 7) 2130#define RT5645_RING2_SLEEVE_GND (0x1 << 5) 2131 2132/* Vendor ID (0xfd) */ 2133#define RT5645_VER_C 0x2 2134#define RT5645_VER_D 0x3 2135 2136 --- 64 unchanged lines hidden --- |