Skip to content

Commit

Permalink
[ALSA] snd-ca0106: Update playback to 24bit. Fix typo is comment.
Browse files Browse the repository at this point in the history
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
  • Loading branch information
James Courtier-Dutton authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 2e74eba commit 5839889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/pci/ca0106/ca0106_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ static struct snd_ca0106_details ca0106_chip_details[] = {
/* New Audigy SE. Has a different DAC. */
/* SB0570:
* CTRL:CA0106-DAT
* ADC: WM8768GEDS
* DAC: WM8775EDS
* ADC: WM8775EDS
* DAC: WM8768GEDS
*/
{ .serial = 0x100a1102,
.name = "Audigy SE [SB0570]",
Expand Down Expand Up @@ -1189,7 +1189,7 @@ static unsigned int spi_dac_init[] = {
0x02ff,
0x0400,
0x0520,
0x0600,
0x0620, /* Set 24 bit. Was 0x0600 */
0x08ff,
0x0aff,
0x0cff,
Expand Down

0 comments on commit 5839889

Please sign in to comment.