public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.21-pre7 ac97fix
@ 2003-04-06  9:32 BaliHB
  0 siblings, 0 replies; only message in thread
From: BaliHB @ 2003-04-06  9:32 UTC (permalink / raw)
  To: linux-kernel

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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-06 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-06  9:32 2.4.21-pre7 ac97fix BaliHB

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox