ASoC: amd: Make the driver name consistent across files
authorAkshu Agrawal <akshu.agrawal@amd.com>
Wed, 8 Nov 2017 17:24:02 +0000 (12:24 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 8 Nov 2017 18:32:46 +0000 (18:32 +0000)
commitbdd2a858afd55cc11723df9dd2841241a4c49ce5
tree1be92f206890de15ec0199c7957957ac867d7327
parent61add8147942d23519b91f0edc30980d7c14482c
ASoC: amd: Make the driver name consistent across files

This fixes the issue of driver not getting auto loaded with
MODULE_ALIAS.
find /sys/devices -name modalias -print0 | xargs -0 grep 'audio'
/sys/devices/pci0000:00/0000:00:01.0/acp_audio_dma.0.auto/modalias:platform:acp_audio_dma

TEST=boot and check for device in lsmod

[Removed yet more ChromeOS crap from the changelog -- broonie]

Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Tested-by: Jason Clinton <jclinton@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/Makefile
sound/soc/amd/acp-pcm-dma.c