Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170371
b: refs/heads/master
c: dc0adf4
h: refs/heads/master
i:
  170369: 356396c
  170367: 84777e6
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Sep 28, 2009
1 parent e00f535 commit fc1dd0f
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d8bb454c4fbe18cea1adfd4183a4a9ef5f0ef04
refs/heads/master: dc0adf48daa81b05765d3c5ebab76321f77e9d21
6 changes: 6 additions & 0 deletions trunk/sound/pci/oxygen/hifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

/*
* CMI8788:
*
* SPI 0 -> AK4396
*/

#include <linux/delay.h>
#include <linux/pci.h>
#include <sound/control.h>
Expand Down
6 changes: 6 additions & 0 deletions trunk/sound/pci/oxygen/oxygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*/

/*
* CMI8788:
*
* SPI 0 -> 1st AK4396 (front)
* SPI 1 -> 2nd AK4396 (surround)
* SPI 2 -> 3rd AK4396 (center/LFE)
Expand All @@ -27,6 +29,10 @@
* GPIO 0 -> DFS0 of AK5385
* GPIO 1 -> DFS1 of AK5385
* GPIO 8 -> enable headphone amplifier on HT-Omega models
*
* CM9780:
*
* GPO 0 -> route line-in (0) or AC97 output (1) to ADC input
*/

#include <linux/delay.h>
Expand Down
4 changes: 4 additions & 0 deletions trunk/sound/pci/oxygen/xonar_cs43xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
* CS4362A:
*
* AD0 <- 0
*
* CM9780:
*
* GPO 0 -> route line-in (0) or AC97 output (1) to CS5361 input
*/

#include <linux/pci.h>
Expand Down
17 changes: 17 additions & 0 deletions trunk/sound/pci/oxygen/xonar_pcm179x.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
* GPIO 5 <- external power present (D2X only)
* GPIO 7 -> ALT
* GPIO 8 -> enable output to speakers
*
* CM9780:
*
* GPO 0 -> route line-in (0) or AC97 output (1) to CS5381 input
*/

/*
Expand All @@ -54,6 +58,10 @@
*
* PCM1796 front: AD1,0 <- 0,0
*
* CM9780:
*
* GPO 0 -> route line-in (0) or AC97 output (1) to CS5381 input
*
* no daughterboard
* ----------------
*
Expand Down Expand Up @@ -107,6 +115,15 @@
* PCM1792A:
*
* AD1,0 <- 0,0
* SCK <- CLK_OUT of CS2000 (ST only)
*
* CS2000:
*
* AD0 <- 0
*
* CM9780:
*
* GPO 0 -> route line-in (0) or AC97 output (1) to CS5381 input
*
* H6 daughterboard
* ----------------
Expand Down

0 comments on commit fc1dd0f

Please sign in to comment.