diff options
| author | Julia DZmura <[email protected]> | 2024-09-19 12:13:06 -0700 |
|---|---|---|
| committer | Julia DZmura <[email protected]> | 2024-09-19 12:13:06 -0700 |
| commit | 82646a919592c06a98e60766760e70e8fcaaf656 (patch) | |
| tree | 4ec005a088c93bad8fc71e79d1c78e09e8f724f3 /audio/simpleaudiosample/Source/Filters | |
| parent | b3af8c8f9bd508f54075da2f2516b31d05cd52c8 (diff) | |
Small fixes to sample.
Diffstat (limited to 'audio/simpleaudiosample/Source/Filters')
| -rw-r--r-- | audio/simpleaudiosample/Source/Filters/speakertoptable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/simpleaudiosample/Source/Filters/speakertoptable.h b/audio/simpleaudiosample/Source/Filters/speakertoptable.h index 1b046d96..f9e54df6 100644 --- a/audio/simpleaudiosample/Source/Filters/speakertoptable.h +++ b/audio/simpleaudiosample/Source/Filters/speakertoptable.h @@ -87,7 +87,7 @@ static KSJACK_DESCRIPTION SpeakerJackDescBridge = { KSAUDIO_SPEAKER_STEREO, - 0xB3C98C, // Color spec for green + JACKDESC_RGB(0xB3,0xC9,0x8C), // Color spec for green eConnTypeUnknown, eGeoLocFront, eGenLocPrimaryBox, |
