- 15 5月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Added the codec SSID for MacBook Pro 5,1 as compatible as MP51. However, the headphone auto-muting function doesn't work. So, this is just a tentative solution. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 13 5月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
The model=acer for ALC883/889 doesn't work well for the recent Acer Aspire laptops. Since model=auto works better nowadays, it's safer to use the default fallback instead of the Acer specific one. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 12 5月, 2009 1 次提交
-
-
由 Chris Pockelé 提交于
Add specific configuration for Samsung NC10 mini notebook. Internal mic/speakers will be correctly muted when plugging in external ones. Mixer controls are added for speakers, headphones and PC beep. "Boost" is added for the microphones. Signed-off-by: NChris Pockelé <chris.pockele.f1@gmail.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 11 5月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Added the missing descriptions and the model names for Realtek codecs to the documentation and the config table. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 08 5月, 2009 3 次提交
-
-
由 Takashi Iwai 提交于
Most of unsol handlers defined in patch_realtek.c can be classified to two types, mute via amp of pins and mute via ctl bits of pins. Thus there are a big room to generalize each implementation. This patch creates two generic functions, alc_automute_amp() and alc_automute_pin(). The latter is actually changed from the previous alc_sku_automute(). Each caller needs to initialize hp_pins and speaker_pins properly at own init_hook. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Just clean up, no functional changes. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
The speaker auto-muting per HP plugging for ALC262 HIPPO and compatible devices is slightly buggy as the "Master" or "Front" mixer control can still toggle the speaker output even if the headphone is plugged. This patch fixes the issue, and clean up the hippo-related codes together with fixes of some inconsistent mixer names. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 07 5月, 2009 1 次提交
-
-
由 Kacper Szczesniak 提交于
Signed-off-by: NKacper Szczesniak <kacper@qwe.pl> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 28 4月, 2009 3 次提交
-
-
由 Takashi Iwai 提交于
The commmit dfed0ef9 was reverted accidentally by the merge of auto-detection fix patch. Fixed again now. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Enable auto-muting in model=auto only for devices with HP and speakers. For devices with HP and line-outs, don't enable the auto-muting. Also, add a debug print to show the auto-mute feature. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
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: NTakashi Iwai <tiwai@suse.de>
-
- 22 4月, 2009 2 次提交
-
-
由 Takashi Iwai 提交于
Added a quirk (model=m51va) for Packard Bell RS65 with ALC663. Reference: Novell bnc#496787 https://bugzilla.novell.com/show_bug.cgi?id=496787Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
The NID and ASS numbers were swapped... Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 21 4月, 2009 3 次提交
-
-
由 Takashi Iwai 提交于
Added a couple of debug prints to show the checked id numbers in alc_subsystem_id(). Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Kailang Yang 提交于
- Support ASUS F81Se F5Q P80 U20A U80 U50 UX50 for ALC269 - Support ASUS F70SL UX20 X58LE F50Z N80Vc N81Te N505Tp Vx3V N5051A for ALC663 - Support DELL ZM1 for ALC272 Signed-off-by: NKailang Yang <kailang@realtek.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Kailang Yang 提交于
Don't unmute unneeded amps for input mixers of ALC662 & co. It caused possible recording noises. Signed-off-by: NKailang Yang <kailang@realtek.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 15 4月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Added the models for quirk bitmask 1734:110x and 1734:113x of Fujitsu laptops. This will fix the model detection for Amilo Xa3540. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 06 4月, 2009 1 次提交
-
-
由 Wu Fengguang 提交于
ALC889 has two SPDIF outputs: 0x06, 0x10. Board vendors can use either or both. DX58SO uses 0x10, but the driver assumes 0x06. The safe solution is to add 0x10 as slave output to the existing 0x06. Reported-by: NJeroen Van Breedam <jeroen.vanbreedam@sgr5.be> Tested-by: NJeroen Van Breedam <jeroen.vanbreedam@sgr5.be> Signed-off-by: NWu Fengguang <fengguang.wu@intel.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 24 3月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Add a quirk model=acer-aspire for Acer Ferrari 5000 with ALC883 codec. Note that model=auto doesn't work for this laptop because of broken BIOS (that doesn't set the subsystem id properly). Tested-by: NRuss Dill <russ.dill@gmail.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 23 3月, 2009 4 次提交
-
-
由 Takashi Iwai 提交于
In patch_realtek.c, don't create empty or single-item "Input Source" control elements that are simply superfluous. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
The check for the amp-output must be done for widget-caps rather than pin-caps as implemented in the recent change... Simply a thinko. Also, add the similar checks to all places that put output-amp mutes in the initialization. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Added snd_hda_query_pin_caps() to read and cache pin-cap values to avoid too frequently issuing the same verbs. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Don't set amp-out values to pins without PINCAP_OUT capability, which are usually assigned for digital mics on ALC663/ALC272. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 20 3月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
Fix the detection of digital-mic inputs on ALC663 / ALC272 codecs in the auto-detection mode. The automatic mic switch via plugging isn't implemented yet, though. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 16 3月, 2009 2 次提交
-
-
由 Takashi Iwai 提交于
The previous commit breaks the (digital-) beep on ALC662. ALC662 has the connection index 0x05 while ALC662 and ALC272 have the index 0x04 for the beep widget. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Jaroslav Kysela 提交于
ALC662/663 codecs have Beep Amplifier Index 0x04 not 0x05 in 0x0b NID. Confirmed by testing on real hardware. Signed-off-by: NJaroslav Kysela <perex@perex.cz> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 05 3月, 2009 5 次提交
-
-
由 Takashi Iwai 提交于
Noises can be heard on analog outputs of (some model of) Lenovo Ideapad due to the hardware problem, and the only workaround right now is to fix the sample rate to 44.1kHz. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Fixed the wrong bits check to identify ALC888S-VC model in alc888_coef_init(). Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
Added model=3stack-hp for HP Educ.ar desktop machine (103c:2a72). Signed-off-by: NHerton Ronaldo Krzesinski <herton@mandriva.com.br> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
Mute speaker outputs on headphone insertion for machines that use 3stack-hp model. Signed-off-by: NHerton Ronaldo Krzesinski <herton@mandriva.com.br> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
Add additional 4 channel mode for 3stack-hp models. Signed-off-by: NHerton Ronaldo Krzesinski <herton@mandriva.com.br> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 04 3月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
The recent update enabled the model=sony-assamd for all ALC262 with PCI SSID 104d:90xx. But this includes the VAIO VGN-AR* that has the primary codec of STAC92xx and the secondary ALC262 as a slave digital-only codec. For this device, the model=auto must be chosen to work properly. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 02 3月, 2009 1 次提交
-
-
由 Takashi Iwai 提交于
When an ALC268 codec is set up as the digital-only (as found in Toshiba laptops), it shouldn't contain any beep control that conflict with the primary codec. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 28 2月, 2009 3 次提交
-
-
由 Takashi Iwai 提交于
Forgot to remove an unused variable. sound/pci/hda/patch_realtek.c: In function ‘alc882_auto_init_analog_input’: sound/pci/hda/patch_realtek.c:7018: warning: unused variable ‘vref’ Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Use SND_PCI_QUIRK_MASK() to match all devices with 103c:17xx for HP BPC model. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Added model=hp-bpc for new HP xw series (103c:170b). Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 26 2月, 2009 2 次提交
-
-
由 Takashi Iwai 提交于
Clean up the input-pin setup in automatic mode in patch_realtek.c. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Takashi Iwai 提交于
Clean up / fix quirk entries for Sony laptops with ALC262 codec using NSD_PCI_QUIRK_MASK(). This also fixes the kernel bug #12780 http://bugme.linux-foundation.org/show_bug.cgi?id=12780Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
- 23 2月, 2009 2 次提交
-
-
The Acer Aspire 6530G needs the 4930G "model" for the front mic to work properly. Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-
由 Luke Yelavich 提交于
Reference: Ubuntu bug #33245 https://bugs.launchpad.net/bugs/332456Signed-off-by: NLuke Yelavich <themuso@ubuntu.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
-