mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
drm/amd/display: Fix a typo - dce_aduio_mask --> dce_audio_mask
This should be 'dce_audio_mask', not 'dce_aduio_mask'. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
44f3dd09a8
commit
54a9bcb0a4
@@ -337,7 +337,7 @@ static const struct dce_audio_shift audio_shift = {
|
||||
AUD_COMMON_MASK_SH_LIST(__SHIFT)
|
||||
};
|
||||
|
||||
static const struct dce_aduio_mask audio_mask = {
|
||||
static const struct dce_audio_mask audio_mask = {
|
||||
AUD_COMMON_MASK_SH_LIST(_MASK)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user