On Sat, Jun 20, 2009 at 11:18:44AM +0000, Jacob Meuser wrote: > for codecs with multiple line out jacks, this patch would use the > color of the jack (according to the codec) in the name instead > of enumerating the jacks, if all the line out jack have different > colors. for example: > > outputs.line -> outputs.line-grn > outputs.line2 -> outputs.line-org > outputs.line3 -> outputs.line-blk > outputs.line4 -> outputs.line-gry > > unfortunately, there isn't enough room in mixer names for the color > to be spelled out fully. the abbreviations are as follows: > > blk -> black > gry -> grey > blu -> blue > grn -> green > red -> red > org -> orange > yel -> yellow > pur -> purple > pnk -> pink > whi -> white > oth -> other > > I would be surprised to see colors other than grn, org, blk, gry being > used for line out jacks. the others are usually used for inputs or > digital connections. > > comments?
I would suggest using the string "wht" for the colour white. --patrick