From 651ee04f314ad721855d4343f2e03d4b3f89d2e9 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 7 Apr 2008 10:27:01 +0200 Subject: [PATCH] --- yaml --- r: 92182 b: refs/heads/master c: 80647ee26e96d6394cab77332c69f60735396e67 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/oxygen/virtuoso.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8a10ced82ac4..f9a74ed985ff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aef1a535c4dadff408412833b2b71bc7919e84a6 +refs/heads/master: 80647ee26e96d6394cab77332c69f60735396e67 diff --git a/trunk/sound/pci/oxygen/virtuoso.c b/trunk/sound/pci/oxygen/virtuoso.c index 2d7b96e3f49f..9459ca0a1202 100644 --- a/trunk/sound/pci/oxygen/virtuoso.c +++ b/trunk/sound/pci/oxygen/virtuoso.c @@ -292,7 +292,7 @@ static int xonar_d2_control_filter(struct snd_kcontrol_new *template) { if (!strcmp(template->name, "Master Playback Volume")) { template->access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; - template->info = pcm1796_volume_info, + template->info = pcm1796_volume_info; template->tlv.p = pcm1796_db_scale; } else if (!strncmp(template->name, "CD Capture ", 11)) { /* CD in is actually connected to the video in pin */