Commit 10b92f2f authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fix the Audigy SPDIF sample rate register definitions

EMU10K1/EMU10K2 driver
Signed-off-by: default avatarLee Revell <rlrevell@joe-job.com>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 38dc7aa8
......@@ -765,8 +765,8 @@
#define A_SPDIF_SAMPLERATE 0x76 /* Set the sample rate of SPDIF output */
#define A_SPDIF_RATE_MASK 0x000000c0
#define A_SPDIF_48000 0x00000000
#define A_SPDIF_44100 0x00000040
#define A_SPDIF_96000 0x00000080
#define A_SPDIF_44100 0x00000080
#define A_SPDIF_96000 0x00000040
/* 0x77,0x78,0x79 "something i2s-related" - default to 0x01080000 on my audigy 2 ZS --rlrevell */
/* 0x7a, 0x7b - lookup tables */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment