ALSA: cs5535audio: drop ec_analog_input flag for OLPC stuff

This is no longer necessary, as we're no longer doing indexed i/o commands.

Signed-off-by: Andres Salomon <dilinger@debian.org>
This commit is contained in:
Andres Salomon
2008-11-06 16:46:31 -05:00
committed by Takashi Iwai
szülő 3556d18465
commit b91254e75c
2 fájl változott, egészen pontosan 1 új sor hozzáadva és 11 régi sor törölve

Fájl megtekintése

@@ -92,9 +92,6 @@ struct cs5535audio {
struct snd_pcm_substream *playback_substream;
struct snd_pcm_substream *capture_substream;
struct cs5535audio_dma dmas[NUM_CS5535AUDIO_DMAS];
#ifdef CONFIG_OLPC
int ec_analog_input_mode;
#endif
};
#ifdef CONFIG_PM