linux/sound/isa
Krzysztof Helt faa1242c59 ALSA: es18xx: code improvements
1. Set the third argument of the snd_device_new to not NULL, so there is
   no warning about bug during chip detection. The third argument is not
   used in this driver. It was changed in my previous patch.

2. Remove the fm_port and mpu_port fields from the snd_es18xx structure.
   They can be converted to function arguments.

3. Remove the dmaN_size fields from the snd_es18xx structure. These
   values are used only in pointer functions and can be easily calculated.

4. Remove the ctrl_lock spinlock which is used only in one read function
   which is called once during chip initialization. There are many
   writes to the same register and they are not protected on purpose
   (see the comment ina the snd_es18xx_config_write()).

5. Use the first part of the text5Sources string table as the text4Soruces
   table (they are the same).

6. Merge the same cases for the ES1887 and ES1888 when setting chip's caps.

7. Move the snd_es18xx_reset() to __devinit section.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-11-08 11:26:04 +01:00
..
ad1816a Merge branch 'topic/snd_card_new-err' into topic/cs423x-merge 2009-02-16 23:03:57 +01:00
ad1848 ALSA: Convert to snd_card_create() in sound/isa/* 2009-01-12 15:20:26 +01:00
cs423x ALSA: cs4236: detect chip in one pass 2009-11-05 18:10:25 +01:00
es1688 ALSA: Add missing __devexit_p() markers 2009-06-04 10:52:16 +02:00
gus ALSA: sound/isa: convert nested spin_lock_irqsave to spin_lock 2009-07-19 14:02:29 +02:00
msnd ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some drivers 2009-04-28 15:06:44 +02:00
opti9xx Merge branch 'topic/snd_card_new-err' into topic/cs423x-merge 2009-02-16 23:03:57 +01:00
sb ALSA: clean up the logic for building sequencer modules 2009-05-29 11:49:42 +02:00
wavefront Merge branch 'topic/memdup_user' into for-linus 2009-04-15 11:24:27 +02:00
wss ALSA: cs4236: detect chip in one pass 2009-11-05 18:10:25 +01:00
adlib.c ALSA: Convert to snd_card_create() in sound/isa/* 2009-01-12 15:20:26 +01:00
als100.c ALSA: Convert to snd_card_create() in sound/isa/* 2009-01-12 15:20:26 +01:00
azt2320.c ALSA: Convert to snd_card_create() in sound/isa/* 2009-01-12 15:20:26 +01:00
cmi8330.c ALSA: cmi8330: Allow MPU-401-less operation 2009-07-07 18:24:53 +02:00
dt019x.c ALSA: Convert to snd_card_create() in sound/isa/* 2009-01-12 15:20:26 +01:00
es18xx.c ALSA: es18xx: code improvements 2009-11-08 11:26:04 +01:00
Kconfig ALSA: sscape: convert to firmware loader framework 2009-10-01 07:51:56 +02:00
Makefile ALSA: enable build of snd-msnd-* drivers 2009-01-28 09:02:52 +01:00
opl3sa2.c ALSA: opl3sa2: add ZV port control 2009-04-06 03:46:17 +02:00
sc6000.c ALSA: sc6000: enable joystick port 2009-05-04 09:08:22 +02:00
sgalaxy.c ALSA: Convert to snd_card_create() in sound/isa/* 2009-01-12 15:20:26 +01:00
sscape.c ALSA: sscape: coding style fixes 2009-10-10 10:54:52 +02:00