From 415fc18482e08260e55b4c8bc2f58696a99752bd Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 25 Jun 2001 08:43:12 +0000 Subject: [PATCH] INTEL8X0 -> ICH change --- src/conf/cards/{INTEL8X0.conf => ICH.conf} | 0 src/conf/cards/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/conf/cards/{INTEL8X0.conf => ICH.conf} (100%) diff --git a/src/conf/cards/INTEL8X0.conf b/src/conf/cards/ICH.conf similarity index 100% rename from src/conf/cards/INTEL8X0.conf rename to src/conf/cards/ICH.conf diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am index dbd53772..55b2753b 100644 --- a/src/conf/cards/Makefile.am +++ b/src/conf/cards/Makefile.am @@ -1,6 +1,6 @@ alsadir = $(datadir)/alsa/cards cfg_files = aliases.conf SI7018.conf EMU10K1.conf TRID4DWAVENX.conf ENS1370.conf \ - INTEL8X0.conf YMF744.conf FM801.conf ICE1712.conf CMI8338.conf CMI8x78.conf + ICH.conf YMF744.conf FM801.conf ICE1712.conf CMI8338.conf CMI8x78.conf EXTRA_DIST = $(cfg_files) alsa_DATA = $(cfg_files) -- 2.47.1