mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
ASoC: rt1320: Add support for version C
This patch added the support for version C. Signed-off-by: Shuming Fan <shumingf@realtek.com> Link: https://patch.msgid.link/20240902090845.1862354-1-shumingf@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,7 @@
|
||||
#define RT1320_DEV_VERSION_ID_1 0xc404
|
||||
|
||||
#define RT1320_KR0_STATUS_CNT 0x1000f008
|
||||
#define RT1320_KR0_INT_READY 0x1000f021
|
||||
#define RT1320_HIFI_VER_0 0x3fe2e000
|
||||
#define RT1320_HIFI_VER_1 0x3fe2e001
|
||||
#define RT1320_HIFI_VER_2 0x3fe2e002
|
||||
@@ -43,6 +44,7 @@
|
||||
/* RT1320 SDCA control */
|
||||
#define RT1320_SDCA_CTL_SAMPLE_FREQ_INDEX 0x10
|
||||
#define RT1320_SDCA_CTL_REQ_POWER_STATE 0x01
|
||||
#define RT1320_SDCA_CTL_ACTUAL_POWER_STATE 0x10
|
||||
#define RT1320_SDCA_CTL_FU_MUTE 0x01
|
||||
#define RT1320_SDCA_CTL_FU_VOLUME 0x02
|
||||
#define RT1320_SDCA_CTL_SAPU_PROTECTION_MODE 0x10
|
||||
@@ -76,6 +78,7 @@ enum {
|
||||
enum rt1320_version_id {
|
||||
RT1320_VA,
|
||||
RT1320_VB,
|
||||
RT1320_VC,
|
||||
};
|
||||
|
||||
#define RT1320_VER_B_ID 0x07392238
|
||||
|
||||
Reference in New Issue
Block a user