Merge branch 'topic/hda' into to-push

This commit is contained in:
Takashi Iwai
2008-12-25 11:40:28 +01:00
30 changed files with 5773 additions and 2361 deletions

View File

@@ -35,6 +35,7 @@ enum snd_jack_types {
SND_JACK_HEADPHONE = 0x0001,
SND_JACK_MICROPHONE = 0x0002,
SND_JACK_HEADSET = SND_JACK_HEADPHONE | SND_JACK_MICROPHONE,
SND_JACK_LINEOUT = 0x0004,
};
struct snd_jack {