From 9e257160214e4d41ffe1cabf3c5da53cd136022c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Jan 10 2007 10:24:44 +0000 Subject: added a config line for hda-intel driver --- diff --git a/alsa-utils.spec b/alsa-utils.spec index 95ae99e..8485002 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -4,7 +4,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: 1.0.14 -Release: 0.1%{?prever_dot}%{?dist} +Release: 0.2%{?prever_dot}%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -68,6 +68,9 @@ install -m 755 alsacard %{buildroot}/bin /usr/share/locale/* %changelog +* Wed Jan 10 2007 Martin Stransky 1.0.14-0.2.rc1 +- added a config line for hda-intel driver + * Mon Dec 11 2006 Martin Stransky 1.0.14-0.1.rc1 - new upstream diff --git a/alsaunmute.c b/alsaunmute.c index ef9be28..40e5643 100644 --- a/alsaunmute.c +++ b/alsaunmute.c @@ -97,8 +97,9 @@ CHANNEL channels[] = { {"Master Mono", 75, 1, 0, 0, "snd-intel8x0"}, // Specific config for snd-ens1371 - {"IEC958", 0, 0, 0, 0, "snd-ens1371"} - + {"IEC958", 0, 0, 0, 0, "snd-ens1371"}, + {"iSpeaker", 75, 1, 0, 0, "snd-hda-intel"} + }; char * strlwr(char *a)