summaryrefslogtreecommitdiff
path: root/drivers/staging/most/aim-sound
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2015-08-03 11:35:47 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-03 17:39:51 -0700
commitf8ff8db038273c9b356c64857f396f037adaefca (patch)
tree16954d465eb6064e23313d64919a2b9d89bd4798 /drivers/staging/most/aim-sound
parent2ae0751007cdf2deaa87e160f28c50a00b478883 (diff)
staging: most: fix aim-sound build errors
Fix build errors: driver uses snd_pcm*() interfaces, so select SND_PCM. drivers/built-in.o: In function `audio_rx_completion': sound.c:(.text+0x3cd376): undefined reference to `snd_pcm_period_elapsed' drivers/built-in.o: In function `pcm_prepare': sound.c:(.text+0x3cd3b0): undefined reference to `snd_pcm_format_physical_width' sound.c:(.text+0x3cd3ce): undefined reference to `snd_pcm_format_big_endian' sound.c:(.text+0x3cd42c): undefined reference to `snd_pcm_format_big_endian' drivers/built-in.o: In function `pcm_hw_free': sound.c:(.text+0x3cd50a): undefined reference to `snd_pcm_lib_free_vmalloc_buffer' drivers/built-in.o: In function `pcm_hw_params': sound.c:(.text+0x3cd54c): undefined reference to `_snd_pcm_lib_alloc_vmalloc_buffer' drivers/built-in.o: In function `playback_thread': sound.c:(.text+0x3cd6a0): undefined reference to `snd_pcm_period_elapsed' drivers/built-in.o: In function `audio_probe_channel': sound.c:(.text+0x3cdc0b): undefined reference to `snd_pcm_new' sound.c:(.text+0x3cdc2b): undefined reference to `snd_pcm_set_ops' drivers/built-in.o:(.data+0x952d0): undefined reference to `snd_pcm_lib_ioctl' drivers/built-in.o:(.data+0x95318): undefined reference to `snd_pcm_lib_get_vmalloc_page' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/aim-sound')
-rw-r--r--drivers/staging/most/aim-sound/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/most/aim-sound/Kconfig b/drivers/staging/most/aim-sound/Kconfig
index b9e499c77d00..3194c219ff14 100644
--- a/drivers/staging/most/aim-sound/Kconfig
+++ b/drivers/staging/most/aim-sound/Kconfig
@@ -5,6 +5,7 @@
config AIM_SOUND
tristate "ALSA AIM"
depends on SND
+ select SND_PCM
---help---
Say Y here if you want to commumicate via ALSA/sound devices.