Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375240
b: refs/heads/master
c: d24f5a9
h: refs/heads/master
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed May 8, 2013
1 parent a7417e1 commit ca53513
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 17df3f55652f7ea8fb1197b5c32e227b3da9f215
refs/heads/master: d24f5a9ad9febffa53b1d3fcdf36c9a2283d848e
6 changes: 5 additions & 1 deletion trunk/include/sound/tlv.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@
#define DECLARE_TLV_DB_LINEAR(name, min_dB, max_dB) \
unsigned int name[] = { TLV_DB_LINEAR_ITEM(min_dB, max_dB) }

/* dB range container */
/* dB range container:
* Items in dB range container must be ordered by their values and by their
* dB values. This implies that larger values must correspond with larger
* dB values (which is also required for all other mixer controls).
*/
/* Each item is: <min> <max> <TLV> */
#define TLV_DB_RANGE_ITEM(...) \
TLV_ITEM(SNDRV_CTL_TLVT_DB_RANGE, __VA_ARGS__)
Expand Down

0 comments on commit ca53513

Please sign in to comment.