Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342622
b: refs/heads/master
c: 7cc17a3
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 26, 2012
1 parent 1cc01ed commit 4e9f7d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48779a0b8ffc45f7f2b519ef462a72b1c5208d09
refs/heads/master: 7cc17a31ff5ca3d8e1719af88907beec7b1fd24e
12 changes: 11 additions & 1 deletion trunk/include/uapi/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,17 @@ enum {
SNDRV_CHMAP_TRL, /* top rear left */
SNDRV_CHMAP_TRR, /* top rear right */
SNDRV_CHMAP_TRC, /* top rear center */
SNDRV_CHMAP_LAST = SNDRV_CHMAP_TRC,
/* new definitions for UAC2 */
SNDRV_CHMAP_TFLC, /* top front left center */
SNDRV_CHMAP_TFRC, /* top front right center */
SNDRV_CHMAP_TSL, /* top side left */
SNDRV_CHMAP_TSR, /* top side right */
SNDRV_CHMAP_LLFE, /* left LFE */
SNDRV_CHMAP_RLFE, /* right LFE */
SNDRV_CHMAP_BC, /* bottom center */
SNDRV_CHMAP_BLC, /* bottom left center */
SNDRV_CHMAP_BRC, /* bottom right center */
SNDRV_CHMAP_LAST = SNDRV_CHMAP_BRC,
};

#define SNDRV_CHMAP_POSITION_MASK 0xffff
Expand Down

0 comments on commit 4e9f7d5

Please sign in to comment.