diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-04-07 04:27:01 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:32 -0400 |
commit | 80647ee26e96d6394cab77332c69f60735396e67 (patch) | |
tree | b27169b7bcb8e648c2743a7df2a0ab94f8def438 /sound | |
parent | aef1a535c4dadff408412833b2b71bc7919e84a6 (diff) |
[ALSA] virtuoso: fix typo
Fix a (fortunately harmless) typo.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/oxygen/virtuoso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index 2d7b96e3f49f..9459ca0a1202 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
@@ -292,7 +292,7 @@ static int xonar_d2_control_filter(struct snd_kcontrol_new *template) | |||
292 | { | 292 | { |
293 | if (!strcmp(template->name, "Master Playback Volume")) { | 293 | if (!strcmp(template->name, "Master Playback Volume")) { |
294 | template->access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; | 294 | template->access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; |
295 | template->info = pcm1796_volume_info, | 295 | template->info = pcm1796_volume_info; |
296 | template->tlv.p = pcm1796_db_scale; | 296 | template->tlv.p = pcm1796_db_scale; |
297 | } else if (!strncmp(template->name, "CD Capture ", 11)) { | 297 | } else if (!strncmp(template->name, "CD Capture ", 11)) { |
298 | /* CD in is actually connected to the video in pin */ | 298 | /* CD in is actually connected to the video in pin */ |