Re: [PATCH 09/19] ALSA: pci/asihpi: Remove unused function hpi_stream_group_get_map()

2020-09-09 Thread Takashi Iwai
On Wed, 09 Sep 2020 15:49:27 +0200, YueHaibing wrote: > > There is no caller in tree, so can remove it. > > Signed-off-by: YueHaibing Thanks, applied. Takashi

[PATCH 09/19] ALSA: pci/asihpi: Remove unused function hpi_stream_group_get_map()

2020-09-09 Thread YueHaibing
There is no caller in tree, so can remove it. Signed-off-by: YueHaibing --- sound/pci/asihpi/asihpi.c | 9 - 1 file changed, 9 deletions(-) diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index 35e76480306e..8bacd4f47540 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/so