Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353089
b: refs/heads/master
c: 5abd488
h: refs/heads/master
i:
  353087: d767105
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent 35c5845 commit 46f3425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c30aa7b24282c6c544f25f360131fceb646927e4
refs/heads/master: 5abd4888f662cc72c8a3039a6124256691f758d0
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ static int create_extra_outs(struct hda_codec *codec, int num_pins,
{
struct hda_gen_spec *spec = codec->spec;
struct hda_bind_ctls *ctl;
char name[32];
char name[44];
int i, n, err;

if (!num_pins || !pins[0])
Expand Down Expand Up @@ -2545,7 +2545,7 @@ static int parse_mic_boost(struct hda_codec *codec)
nid = cfg->inputs[i].pin;
if (get_wcaps(codec, nid) & AC_WCAP_IN_AMP) {
const char *label;
char boost_label[32];
char boost_label[44];
struct nid_path *path;
unsigned int val;

Expand Down

0 comments on commit 46f3425

Please sign in to comment.