Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1524737
| From | Takashi Iwai <tiwai@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] sound: Add dependency on DMA |
| Date | 2016-11-17 20:10 +0100 |
| Message-ID | <sEAem-4Lb-29@gated-at.bofh.it> (permalink) |
| References | <sEA4F-4sG-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 17 Nov 2016 19:52:37 +0100, Florian Fainelli wrote: > > Architectures like m32r do not have a proper DMA-API implementation, > fixes COMPILE_TEST linking failures for the sounds subsystem. What error did you get exactly? There are already CONFIG_HAS_DMA dependency in a few places, so I wonder what's missing. thanks, Takashi > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> > --- > sound/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/Kconfig b/sound/Kconfig > index 5a240e050ae6..a768704d2f47 100644 > --- a/sound/Kconfig > +++ b/sound/Kconfig > @@ -60,6 +60,7 @@ if !M68K && !UML > > menuconfig SND > tristate "Advanced Linux Sound Architecture" > + depends on HAS_DMA > help > Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture), > the new base sound system. > -- > 2.9.3 > >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] sound: Add dependency on DMA Florian Fainelli <f.fainelli@gmail.com> - 2016-11-17 20:00 +0100
Re: [PATCH] sound: Add dependency on DMA Takashi Iwai <tiwai@suse.de> - 2016-11-17 20:10 +0100
Re: [PATCH] sound: Add dependency on DMA Florian Fainelli <f.fainelli@gmail.com> - 2016-11-17 20:20 +0100
Re: [PATCH] sound: Add dependency on DMA Florian Fainelli <f.fainelli@gmail.com> - 2016-11-17 20:50 +0100
Re: [PATCH] sound: Add dependency on DMA Takashi Iwai <tiwai@suse.de> - 2016-11-18 09:20 +0100
csiph-web