ASoC: AMD: Make the driver name consistent across files
authorAkshu Agrawal <akshu.agrawal@amd.com>
Fri, 3 Nov 2017 20:35:44 +0000 (16:35 -0400)
committerMark Brown <broonie@kernel.org>
Tue, 7 Nov 2017 11:38:01 +0000 (11:38 +0000)
commita76d7f5454c688b52dc849e832cc4c6dd0975723
treeccebe69b507d2ebcba6e7bf5129cc1d8f1657188
parent566a1847fb37f1b12d997f85623cbf8658c87394
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

BUG=b:62103837
TEST=boot and check for device in lsmod

Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Reviewed-on: https://chromium-review.googlesource.com/678278
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