public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: David Brownell <david-b-yBeKhBN/0LDR7s880joybQ@public•gmane.org>
To: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public•gmane.org>
Cc: Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public•gmane.org>,
	akpm <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public•gmane.org>,
	linux-next-u79uwXL29TY76Z2rM5mHXA@public•gmane.org,
	LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>,
	lud <linux-usb-u79uwXL29TY76Z2rM5mHXA@public•gmane.org>
Subject: Re: [PATCH -next] gadget audio: select SND_PCM
Date: Fri, 3 Jul 2009 14:22:01 -0700	[thread overview]
Message-ID: <200907031422.01426.david-b@pacbell.net> (raw)
In-Reply-To: <20090703132657.3289cdcf.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>

On Friday 03 July 2009, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public•gmane.org>
> 
> Fix USB gadget audio: select SND_PCM, like many other sound
> drivers do, to fix build errors:
> 
> drivers/built-in.o: In function `f_audio_playback_work':
> audio.c:(.text+0x15a3e7): undefined reference to `snd_pcm_kernel_ioctl'
> audio.c:(.text+0x15a471): undefined reference to `snd_pcm_lib_write'
> drivers/built-in.o: In function `_snd_pcm_hw_param_set':
> audio.c:(.text+0x15aca7): undefined reference to `snd_interval_refine'
> drivers/built-in.o: In function `gaudio_setup':
> (.init.text+0x12adf): undefined reference to `_snd_pcm_hw_params_any'
> drivers/built-in.o: In function `gaudio_setup':
> (.init.text+0x12b43): undefined reference to `snd_pcm_kernel_ioctl'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public•gmane.org>

Acked-by: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public•gmane.org>


> ---
>  drivers/usb/gadget/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-next-20090703.orig/drivers/usb/gadget/Kconfig
> +++ linux-next-20090703/drivers/usb/gadget/Kconfig
> @@ -604,6 +604,7 @@ config USB_ZERO_HNPTEST
>  config USB_AUDIO
>  	tristate "Audio Gadget (EXPERIMENTAL)"
>  	depends on SND
> +	select SND_PCM
>  	help
>  	  Gadget Audio is compatible with USB Audio Class specification 1.0.
>  	  It will include at least one AudioControl interface, zero or more
> 
> 
> 
> 
> ---
> ~Randy
> LPC 2009, Sept. 23-25, Portland, Oregon
> http://linuxplumbersconf.org/2009/
> 
> 



--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public•gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2009-07-03 21:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-03  6:24 linux-next: Tree for July 3 Stephen Rothwell
     [not found] ` <20090703162443.16495147.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2009-07-03 20:26   ` [PATCH -next] gadget audio: select SND_PCM Randy Dunlap
     [not found]     ` <20090703132657.3289cdcf.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-07-03 21:22       ` David Brownell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200907031422.01426.david-b@pacbell.net \
    --to=david-b-ybekhbn/0ldr7s880joybq@public$(echo .)gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public$(echo .)gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=linux-next-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public$(echo .)gmane.org \
    --cc=randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public$(echo .)gmane.org \
    --cc=sfr-3FnU+UHB4dNDw9hX6IcOSA@public$(echo .)gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox