From: Ian Minett <ian_minett@creativelabs.com>
To: patch@alsa-project.org
Cc: alsa-devel@alsa-project.org, Ian Minett <ian_minett@creativelabs.com>
Subject: [PATCH 08/10] ALSA: Change return value for load_dsp_prepare() to -ENOSYS
Date: Thu, 20 Sep 2012 20:29:19 -0700 [thread overview]
Message-ID: <1348198161-9256-9-git-send-email-ian_minett@creativelabs.com> (raw)
In-Reply-To: <1348198161-9256-1-git-send-email-ian_minett@creativelabs.com>
From: Ian Minett <ian_minett@creativelabs.com>
Signed-off-by: Ian Minett <ian_minett@creativelabs.com>
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index c218bf4..c9f53bd 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -1165,7 +1165,7 @@ snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format,
unsigned int size,
struct snd_dma_buffer *bufp)
{
- return 0;
+ return -ENOSYS;
}
static inline void
snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {}
--
1.7.4.1
next prev parent reply other threads:[~2012-09-21 3:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-21 3:29 [PATCH 0/10] ALSA: Add DSP firmware loader (v3) Ian Minett
2012-09-21 3:29 ` [PATCH 01/10] ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG cases Ian Minett
2012-09-21 3:29 ` [PATCH 02/10] ALSA: Add new DSP loader callback routines Ian Minett
2012-09-21 3:29 ` [PATCH 03/10] ALSA: Add CA0132 register definitions file Ian Minett
2012-09-21 3:29 ` [PATCH 04/10] ALSA: Add DSP firmware enums and defs to CA0132 codec Ian Minett
2012-09-21 3:29 ` [PATCH 05/10] ALSA: Update CA0132 codec to load DSP firmware binary Ian Minett
2012-09-21 3:29 ` [PATCH 06/10] ALSA: Add firmware caching to CA0132 codec Ian Minett
2012-09-25 11:26 ` Mark Brown
2012-10-08 7:49 ` Takashi Iwai
2012-10-08 8:01 ` Mark Brown
2012-10-08 8:07 ` Takashi Iwai
2012-09-21 3:29 ` [PATCH 07/10] ALSA: Add comments and descriptions to CA0132 functions Ian Minett
2012-09-21 3:29 ` Ian Minett [this message]
2012-09-21 3:29 ` [PATCH 09/10] ALSA: Update chipio functions and DSP write wait timeout Ian Minett
2012-09-21 3:29 ` [PATCH 10/10] ALSA: Remove unnecessary struct hda_stream_format from CA0132 Ian Minett
2012-09-21 8:14 ` [PATCH 0/10] ALSA: Add DSP firmware loader (v3) Takashi Iwai
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=1348198161-9256-9-git-send-email-ian_minett@creativelabs.com \
--to=ian_minett@creativelabs.com \
--cc=alsa-devel@alsa-project.org \
--cc=patch@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).