Here's a fix for my commit. Sorry again.
ALSA: emu10k1: fix faulty commit 18c7109289625106cdc810b20b628cd13b46d6dd
Commit 18c7109289625106cdc810b20b628cd13b46d6dd had #endif leftoff from compilation. This patch fixes it. Also, I replaced a misplaced comment by a useful one, that explains why are here #ifdef and #endif added in compilation.
Signed-off-by: Vedran Miletic rivanvx@gmail.com
2008/10/21 Takashi Iwai tiwai@suse.de:
At Tue, 21 Oct 2008 11:00:11 +0200, =?UTF-8?Q?Vedran_Mileti=C4=87?= wrote:
First part. Please checkin this if possible, and then I will send you the second part (coding style fixes).
ALSA: emu10k1: fix device names for Live!/Audigy1/2/4/E-mu
Changelog:
- added missing SBxxxx, CTxxxx, PCxxx and MAEMxxxx where they were missing,
and fixed some of them which were wrong (according to kx.inf, which is pretty accurate compared to anything out there)
- fixed device names to make them more consistent across various cards
- fixed order of devices where appropriate
Signed-off-by: Vedran Miletic rivanvx@gmail.com
Thanks, applied now (with a slight coding-style fix).
Takashi