All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@bytesex.org>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: Takashi Iwai <tiwai@suse.de>, Gerd Knorr <kraxel@suse.de>,
	Jaroslav Kysela <perex@suse.cz>,
	Holger Waechtler <holger@qanu.de>,
	dvb list <linux-dvb@linuxtv.org>,
	alsa-devel@lists.sourceforge.net
Subject: Re: [Alsa-devel] Problem with Avermedia 771
Date: Thu, 21 Oct 2004 10:59:08 +0200	[thread overview]
Message-ID: <20041021085908.GC32566@bytesex> (raw)
In-Reply-To: <Pine.HPX.4.33n.0410210908100.7031-100000@studcom.urz.uni-halle.de>

> A centralized card list looks more advantageous now ...

Hmm, along these lines maybe?

   Gerd

==============================[ cut here ]==============================

enum bt878_func1 {
	BT878_FUNC1_IS_UNKNOWN = 0,
	BT878_FUNC1_IS_AUDIO,
	BT878_FUNC1_IS_DVB,
	BT878_FUNC1_IS_OTHER,
};

struct bt878_entry {
	u16    subvendor;
	u16    subdevice;
	char   *name;
	enum bt878_func1 func1;      /* what PCI function 1 is used for?    */
	int    bttv_id;              /* for bttv, index into bttv_tvcards[] */
	int    audio_rate;           /* for alsa/btaudio, sample rate       */
};

const struct bt878_entry* bt878_db_lookup(struct pci_dev *pci);

  reply	other threads:[~2004-10-21  8:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <416ED29A.7060200@qanu.de>
2004-10-15 10:11 ` Problem with Avermedia 771 Gerd Knorr
2004-10-15 11:03   ` Jaroslav Kysela
2004-10-15 11:58     ` [Alsa-devel] " Holger Waechtler
2004-10-18 13:01     ` Gerd Knorr
2004-10-18 14:50       ` Takashi Iwai
2004-10-19 16:13         ` Gerd Knorr
2004-10-20 13:06           ` Takashi Iwai
2004-10-20 13:17             ` Takashi Iwai
2004-10-20 15:02               ` Clemens Ladisch
2004-10-20 15:20                 ` Takashi Iwai
2004-10-21  7:22                   ` Clemens Ladisch
2004-10-21  8:59                     ` Gerd Knorr [this message]
2004-10-21 10:05                     ` Takashi Iwai
2004-10-21 10:18                       ` Gerd Knorr
2004-10-21 10:38                         ` Takashi Iwai
2004-10-21 11:43                           ` Gerd Knorr
2004-10-21 12:11                             ` Takashi Iwai
2004-10-21 16:36                               ` Takashi Iwai
2004-10-25  9:36                               ` Clemens Ladisch
2004-10-20 15:27               ` Gerd Knorr

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=20041021085908.GC32566@bytesex \
    --to=kraxel@bytesex.org \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=clemens@ladisch.de \
    --cc=holger@qanu.de \
    --cc=kraxel@suse.de \
    --cc=linux-dvb@linuxtv.org \
    --cc=perex@suse.cz \
    --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.