Skip to content

Commit

Permalink
ALSA: hda - Add amp initialization for realtek auto mode
Browse files Browse the repository at this point in the history
In the realtek auto-probing mode, the initialization of amp with
some magic COEF or EAPD verbs is applied only when the codec SSID
has valid values to satisfy the realtek's definition.
However, many devices don't provide in that way, thus the device
doesn't work as is.

This patch allows the same initialization code even if the SSID
doesn't pass the bit test.  Also, alc_subsystem_id() is changed
just to check and define the type, so that it's called in the
parser, instead of the initializer.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Apr 27, 2009
1 parent 3b1db01 commit 4a79ba3
Showing 1 changed file with 145 additions and 94 deletions.
Loading

0 comments on commit 4a79ba3

Please sign in to comment.