aplay is a software to play the sound. sgtl5000 is an audio codec that like as a sound card in the system.
They are different things.
e.g. to list the playback device
~ # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: mxssgtl5000 [mxs_sgtl5000], device 0: HiFi Playback sgtl5000-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
to play .wav sound file
~ # aplay -D plughw:0,0 sound.wav