From: BaliHB <balihb@cracker.hu>
To: linux-kernel@vger.kernel.org
Subject: 2.4.21-pre7 ac97fix
Date: Sun, 06 Apr 2003 11:32:30 +0200 [thread overview]
Message-ID: <3E8FF42E.3090207@cracker.hu> (raw)
THX AC!
diff -Naur tmp2/linux-2.4.20/include/linux/ac97_codec.h
linux-2.4.20/include/linux/ac97_codec.h
--- tmp2/linux-2.4.20/include/linux/ac97_codec.h 2003-04-06
09:57:56.000000000 +0200
+++ linux-2.4.20/include/linux/ac97_codec.h 2003-04-06
10:06:30.000000000 +0200
@@ -222,6 +222,8 @@
int dev_mixer;
int type;
+ int modem:1;
+
struct ac97_ops *codec_ops;
/* controller specific lower leverl ac97 accessing routines */
@@ -237,6 +239,9 @@
int stereo_mixers;
int record_sources;
+ /* Property flags */
+ int flags;
+
int bit_resolution;
/* OSS mixer interface */
@@ -265,6 +270,8 @@
int (*amplifier)(struct ac97_codec *codec, int on);
/* Digital mode control */
int (*digital)(struct ac97_codec *codec, int format);
+#define AC97_DELUDED_MODEM 1 /* Audio codec reports its a
modem */
+#define AC97_NO_PCM_VOLUME 2 /* Volume control is missing
*/
};
extern int ac97_read_proc (char *page_out, char **start, off_t off,
reply other threads:[~2003-04-06 10:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3E8FF42E.3090207@cracker.hu \
--to=balihb@cracker.hu \
--cc=linux-kernel@vger.kernel.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.