patch-2.3.99-pre7 linux/drivers/sound/trident.h
Next file: linux/drivers/sound/trix.c
Previous file: linux/drivers/sound/trident.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sat Apr 29 19:55:12 2000
- Orig file:
v2.3.99-pre6/linux/drivers/sound/trident.h
- Orig date:
Wed Apr 26 16:34:08 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/sound/trident.h linux/drivers/sound/trident.h
@@ -103,6 +103,11 @@
ALI_PCM_IN_CHANNEL = 31
};
+enum ali_pcm_out_channel_num {
+ ALI_PCM_OUT_CHANNEL_FIRST = 1,
+ ALI_PCM_OUT_CHANNEL_LAST = 30
+};
+
enum ali_ac97_power_control_bit {
ALI_EAPD_POWER_DOWN = 0x8000
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)