Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353979
b: refs/heads/master
c: 709b2fa
h: refs/heads/master
i:
  353977: 260a88e
  353975: fbdfba7
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent bc198bf commit 4e4fe81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 7414e8252c115f7630e348cda64e4c4a5b69c511
refs/heads/master: 709b2fae7cbadd2582f425aa6c102390d5aa9683
6 changes: 2 additions & 4 deletions trunk/drivers/staging/line6/toneport.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ static struct line6_pcm_properties toneport_pcm_properties = {
static int led_red = 0x00;
static int led_green = 0x26;

struct ToneportSourceInfo {
static const struct {
const char *name;
int code;
};

static const struct ToneportSourceInfo toneport_source_info[] = {
} toneport_source_info[] = {
{"Microphone", 0x0a01},
{"Line", 0x0801},
{"Instrument", 0x0b01},
Expand Down

0 comments on commit 4e4fe81

Please sign in to comment.