Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335507
b: refs/heads/master
c: 00e17f7
h: refs/heads/master
i:
  335505: 73cf6e6
  335503: 4ced19d
v: v3
  • Loading branch information
Daniel J Blueman authored and Takashi Iwai committed Nov 5, 2012
1 parent 3f28c4a commit 4f40476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 16337e028a6dae9fbdd718c0d42161540a668ff3
refs/heads/master: 00e17f767e3e8d42b83a12af3ed16e3129e4feb0
5 changes: 2 additions & 3 deletions trunk/sound/pci/hda/patch_cirrus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,7 @@ static int cs421x_mux_enum_put(struct snd_kcontrol *kcontrol,

}

static struct snd_kcontrol_new cs421x_capture_source = {

static const struct snd_kcontrol_new cs421x_capture_source = {
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = "Capture Source",
.access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
Expand Down Expand Up @@ -1950,7 +1949,7 @@ static int cs421x_suspend(struct hda_codec *codec)
}
#endif

static struct hda_codec_ops cs421x_patch_ops = {
static const struct hda_codec_ops cs421x_patch_ops = {
.build_controls = cs421x_build_controls,
.build_pcms = cs_build_pcms,
.init = cs421x_init,
Expand Down

0 comments on commit 4f40476

Please sign in to comment.