From: Tim Blechmann <tim@klingt.org>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de
Subject: Re: [PATCH] alsa: lx6464es - driver for the digigram lx6464es interface
Date: Tue, 24 Mar 2009 12:23:20 +0100 [thread overview]
Message-ID: <20090324122320.53f78c9b@thinkpad> (raw)
In-Reply-To: <s5hvdq05xjb.wl%tiwai@suse.de>
[-- Attachment #1.1: Type: text/plain, Size: 951 bytes --]
hi takashi,
i tried to address the issues ...
Tim Blechmann (1):
alsa: lx6464es - driver for the digigram lx6464es interface
include/linux/pci_ids.h | 5 +
sound/pci/Kconfig | 10 +
sound/pci/Makefile | 1 +
sound/pci/lx6464es/Makefile | 2 +
sound/pci/lx6464es/lx6464es.c | 1152 ++++++++++++++++++++++++++++++++
sound/pci/lx6464es/lx6464es.h | 114 ++++
sound/pci/lx6464es/lx_core.c | 1442 +++++++++++++++++++++++++++++++++++++++++
sound/pci/lx6464es/lx_core.h | 242 +++++++
sound/pci/lx6464es/lx_defs.h | 376 +++++++++++
9 files changed, 3344 insertions(+), 0 deletions(-)
create mode 100644 sound/pci/lx6464es/Makefile
create mode 100644 sound/pci/lx6464es/lx6464es.c
create mode 100644 sound/pci/lx6464es/lx6464es.h
create mode 100644 sound/pci/lx6464es/lx_core.c
create mode 100644 sound/pci/lx6464es/lx_core.h
create mode 100644 sound/pci/lx6464es/lx_defs.h
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next prev parent reply other threads:[~2009-03-24 11:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-22 19:34 alsa driver for digigram lx6464es Tim Blechmann
2009-03-23 6:53 ` Takashi Iwai
2009-03-23 10:12 ` [PATCH] alsa: lx6464es - driver for the digigram lx6464es interface Tim Blechmann
2009-03-23 10:44 ` Takashi Iwai
2009-03-24 11:23 ` Tim Blechmann [this message]
2009-03-24 11:24 ` [PATCH v2] " Tim Blechmann
2009-03-25 11:11 ` Takashi Iwai
2009-03-25 13:56 ` Tim Blechmann
2009-04-14 12:18 ` Takashi Iwai
2009-03-23 10:26 ` alsa driver for digigram lx6464es Tim Blechmann
2009-03-23 10:49 ` Takashi Iwai
2009-03-23 11:04 ` Tim Blechmann
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=20090324122320.53f78c9b@thinkpad \
--to=tim@klingt.org \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/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.