Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34965
b: refs/heads/master
c: dbf91dd
h: refs/heads/master
i:
  34963: 8f4ec75
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 61dc687 commit fc8f1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 92b9ac78f934616d08c72747607bfb0fa51ee52d
refs/heads/master: dbf91dd47d90e1d91d5daf37ca30728f4e11c5e3
3 changes: 1 addition & 2 deletions trunk/sound/pci/es1938.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,10 +1359,9 @@ ES1938_DOUBLE("Master Playback Switch", 0, 0x60, 0x62, 6, 6, 1, 1),
},
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
.access = (SNDRV_CTL_ELEM_ACCESS_READ |
SNDRV_CTL_ELEM_ACCESS_TLV_READ),
.name = "Hardware Master Playback Switch",
.access = SNDRV_CTL_ELEM_ACCESS_READ,
.info = snd_es1938_info_hw_switch,
.get = snd_es1938_get_hw_switch,
.tlv = { .p = db_scale_master },
Expand Down

0 comments on commit fc8f1cd

Please sign in to comment.