diff options
author | Ranjani Sridharan <[email protected]> | 2020-08-26 11:45:25 -0700 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-08-27 14:22:17 +0100 |
commit | c242766f286aa5a54cc3d987e71b8c952059132d (patch) | |
tree | eae3e31c58f12c8b7f8c1c56487907db1adca7c2 | |
parent | cd0f9228c778316c4169d1e03413a2ea4b62e46f (diff) |
ALSA: hda: fix VS_LTRC register name
It should be called VS_LTRP instead.
Reviewed-by: Guennadi Liakhovetski <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | include/sound/hda_register.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/hda_register.h b/include/sound/hda_register.h index 057d2a2d0bd0..4f987b1f32f7 100644 --- a/include/sound/hda_register.h +++ b/include/sound/hda_register.h @@ -119,7 +119,7 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 }; #define AZX_REG_VS_EM3U 0x103C #define AZX_REG_VS_EM4L 0x1040 #define AZX_REG_VS_EM4U 0x1044 -#define AZX_REG_VS_LTRC 0x1048 +#define AZX_REG_VS_LTRP 0x1048 #define AZX_REG_VS_D0I3C 0x104A #define AZX_REG_VS_PCE 0x104B #define AZX_REG_VS_L2MAGC 0x1050 |