ASoC: amd: vangogh: Drop superfluous mmap callback
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Aug 2021 07:52:23 +0000 (09:52 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 4 Aug 2021 12:20:14 +0000 (13:20 +0100)
commitf2553d46783409656d82e46913354ed0c058cc0c
tree6c6c9f283fb2c623b82286a3acfcc4627d0e157b
parentedcade2e5e942453f001bd7a0d31f55059cec34f
ASoC: amd: vangogh: Drop superfluous mmap callback

The mmap callback of vangogh driver just calls the default mmap
handler, and it's superfluous, as the PCM core would call it if not
set.  Let's drop the superfluous mmap callback.

Fixes: 361414dc1f07 ("ASoC: amd: add vangogh i2s dma driver pm ops")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20210804075223.9823-1-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/vangogh/acp5x-pcm-dma.c