All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@linux.intel.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: Staging: sst: add Intel SST audio driver
Date: Tue, 5 Oct 2010 08:48:56 -0700	[thread overview]
Message-ID: <20101005154856.GA24478@kroah.com> (raw)
In-Reply-To: <20100930162123.21348.86482.stgit@localhost.localdomain>

On Thu, Sep 30, 2010 at 05:21:32PM +0100, Alan Cox wrote:
> From: Vinod Koul <vinod.koul@intel.com>
> 
> This is the Intel SST audio driver.
> 
> As compared to the previous versions it has all the printks and other stuff
> noted cleaned up and more hardware support. The Aava support is disabled in
> this patch (is_aava resolves to 0) because the Aava board detection logic
> is not yet upstream.
> 
> The driver itself is a combination of a traditional ALSA driver and a
> hardware assisted offload driver which can play audio while the processor
> is asleep but which can't do all the more interactive stuff.
> 
> In the general case most software would use the ALSA interface, but the
> other interface is needed for certain classes of use such as music playback
> on highly power consumption sensitive devices.
> 
> This is going to staging primarily because it depends upon the staging memrar
> driver.
> 
> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
> Signed-off-by: Harsha Priya <priya.harsha@intel.com>
> [Merged together and tweaked for -next]
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> 
> 
> --- a/drivers/staging/Kconfig
> +++ b/drivers/staging/Kconfig
> @@ -165,5 +165,7 @@ source "drivers/staging/bcm/Kconfig"
>  
>  source "drivers/staging/ft1000/Kconfig"
>  
> +source "drivers/staging/intel_sst/Kconfig"

You forgot to include the drivers/staging/intel_sst/Kconfig file in this
patch, so it breaks the build :(

Care to add it and resend the whole patch?

thanks,

greg k-h

      parent reply	other threads:[~2010-10-05 16:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 16:21 [PATCH] sst: Intel SST audio driver Alan Cox
2010-10-02 23:06 ` Mark Brown
     [not found]   ` <20101003112244.488282fd@linux.intel.com>
2010-10-03 20:30     ` Mark Brown
2010-10-04  9:04       ` Alan Cox
2010-10-04 23:49         ` Mark Brown
2010-10-17  9:02         ` Takashi Iwai
2010-10-17 10:36           ` Mark Brown
2010-10-17 11:14             ` Takashi Iwai
2010-10-17 16:18               ` Mark Brown
2010-10-17 21:36                 ` Takashi Iwai
2010-10-17 22:11                   ` Mark Brown
2010-10-18  6:14                     ` Takashi Iwai
2010-10-18  7:20                       ` Mark Brown
2010-10-18  7:49                         ` Pavel Hofman
2010-10-18  8:10                         ` Takashi Iwai
2010-10-18 10:34                           ` Alan Cox
2010-10-18 13:19                             ` Takashi Iwai
2010-10-18 11:07                           ` Liam Girdwood
2010-10-18 10:24                         ` Alan Cox
2010-10-19  0:16                           ` Mark Brown
2010-10-05 15:48 ` Greg KH [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=20101005154856.GA24478@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.