Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: pci/asihpi: Remove unused function hpi_stream_group_get_map()

There is no caller in tree, so can remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200909134927.33964-1-yuehaibing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

YueHaibing and committed by
Takashi Iwai
175860c5 f2a852d3

-9
-9
sound/pci/asihpi/asihpi.c
··· 257 257 return hpi_instream_group_reset(h_stream); 258 258 } 259 259 260 - static inline u16 hpi_stream_group_get_map( 261 - u32 h_stream, u32 *mo, u32 *mi) 262 - { 263 - if (hpi_handle_object(h_stream) == HPI_OBJ_OSTREAM) 264 - return hpi_outstream_group_get_map(h_stream, mo, mi); 265 - else 266 - return hpi_instream_group_get_map(h_stream, mo, mi); 267 - } 268 - 269 260 static u16 handle_error(u16 err, int line, char *filename) 270 261 { 271 262 if (err)