11 Nov, 2008
2 commits
-
Added a QUIRK to patch_analog.c for the HP Elitebook 8530p
(IDs 0x103c:0x30e7) to use AD1884A model 'laptop' by default.
Playback and Capture confirmed working.Signed-off-by: Travis Place
Signed-off-by: Takashi Iwai
10 Nov, 2008
1 commit
-
gusextreme depends on opl3 support. Add the approriate select to Kconfig.
Also remove the unnecessary hwdep select.Relevant build errors:
ERROR: "snd_opl3_hwdep_new" [sound/isa/gus/snd-gusextreme.ko] undefined!
ERROR: "snd_opl3_create" [sound/isa/gus/snd-gusextreme.ko] undefined!Signed-off-by: Ville Syrjala
Signed-off-by: Takashi Iwai
09 Nov, 2008
3 commits
-
currently, the error message when trying to run hdspmixer or hdspconf
if the breakout box is not connected is somehow misleading, since it
asks the user to upload the firmware.this patch adds a test, whether the breakout box is connected and
tries to upload the firmware in the case, that it is not present, e.g.
because of power failures of the breakout box.[Minor coding-style fixes by tiwai]
Signed-off-by: Tim Blechmann
Signed-off-by: Takashi Iwai -
currently the hdsp driver tries to upload the firmware, even if the
io box is not connected. this patch adds a check for the io box
before trying to upload the firmware.
thus instead of messages complaining about the fifo status and firmware
loading failure, the driver gives a message that no multiface or
digiface is connected.[A minor coding-style fix by tiwai]
Signed-off-by: Tim Blechmann
Signed-off-by: Takashi Iwai -
Added model=laptop for another HP machine (103c:3614) with AD1884A
codec.Signed-off-by: Michel Marti
Signed-off-by: Takashi Iwai
07 Nov, 2008
1 commit
-
sound/pci/pcxhr/pcxhr_core.c: In function 'pcxhr_set_pipe_cmd_params':
sound/pci/pcxhr/pcxhr_core.c:700: warning: statement with no effect
sound/pci/pcxhr/pcxhr_core.c:706: warning: statement with no effect
sound/pci/pcxhr/pcxhr_core.c:710: warning: statement with no effectDue to
try to fix this, and be more conventional about the empty stubs.
Signed-off-by: Andrew Morton
Signed-off-by: Takashi Iwai
05 Nov, 2008
1 commit
-
Use model=lenovo-ms7195-dig for MEDION MD96630 laptop (17c0:4085)
with ALC888 codec.
Reference: Novell bnc#412548
https://bugzilla.novell.com/show_bug.cgi?id=412528Signed-off-by: Takashi Iwai
04 Nov, 2008
1 commit
-
Limit the number of GPIOs shown in proc. Otherwise it gets too long
unnecessarily, and hard to analyze.Signed-off-by: Takashi Iwai
03 Nov, 2008
8 commits
-
Add support for explicitly enabling the EQ distortion hack for
systems without software biquad support.Signed-off-by: Matthew Ranostay
Cc: stable@kernel.org
Signed-off-by: Takashi Iwai -
Reported in Novell bnc#440862:
https://bugzilla.novell.com/show_bug.cgi?id=440862Signed-off-by: Takashi Iwai
-
Added a quirk for another Acer Aspier laptop (1025:0090) with ALC883
codec. Reported in Novell bnc#426935:
https://bugzilla.novell.com/show_bug.cgi?id=426935Signed-off-by: Takashi Iwai
-
Removed the direct accesses of dev->bus_id in sound/isa/* by replacement
with dev_err() or dev_warn() functions.Signed-off-by: Takashi Iwai
-
[stripped sound/isa/* changes, replaced with the next patch -- tiwai]
Signed-off-by: Kay Sievers
Signed-off-by: Takashi Iwai -
Fix PIT lockup on some chipsets when using the PC-Speaker.
Signed-off-by: Zoltan Devai
Signed-off-by: Takashi Iwai -
The drivers (e.g. mtpav) may call rawmidi functions in irq handlers
even though the streams are not opened. This results in Oops or panic.This patch adds the rawmidi state check before actually operating the
rawmidi buffers.Tested-by: Ingo Molnar
Signed-off-by: Takashi Iwai
01 Nov, 2008
2 commits
-
The digital mic wasn't detected properly for ALC269 auto-probing mode
because of its widget number. Fixed now.Signed-off-by: Takashi Iwai
-
The recent addition of automatic mic-muting is broken in some cases.
The code assumes that the pin nids
30 Oct, 2008
7 commits
-
The control had an extra space at the end of the name.
Signed-off-by: Mark Brown
Signed-off-by: Takashi Iwai -
Fix missing unsigned for irqsave flags in psc i2s driver
Make attribute visiblity static
Collect all sysfs errors before checking status[Word wrapped DEVICE_ATTR() lines for 80 columns -- broonie]
Signed-off-by: Jon Smirl
Acked-by: Grant Likely
Signed-off-by: Mark Brown
Signed-off-by: Takashi Iwai -
When ASoC was converted to support full int width masks SOC_SINGLE_VALUE()
omitted the assignment of rshift, causing the control operatins to report
some mono controls as stereo. This happened to work some of the time due
to a confusion between shift and min in snd_soc_info_volsw().Signed-off-by: Mark Brown
Signed-off-by: Takashi Iwai -
Neither has any significance currently to the flow
because err is checked for the same condition before
the place of disagreement.Signed-off-by: Ilpo Järvinen
Signed-off-by: Takashi Iwai -
Added the quirk for UA-25EX advanced modes.
UA-25EX is almost compatible with UA-25.Tested-by: Serge Perinsky
Signed-off-by: Takashi Iwai -
Acked-by: Greg Kroah-Hartman
Signed-off-By: Kay Sievers
Signed-off-by: Takashi Iwai
29 Oct, 2008
5 commits
-
The current snd-hda-intel driver seems blocking the power-off on some
devices like eeepc. Although this is likely a BIOS problem, we can add
a workaround by disabling IRQ lines before power-off operation.
This patch adds the reboot notifier to achieve it.The detailed problem description is found in bug#11889:
http://bugme.linux-foundation.org/show_bug.cgi?id=11889Tested-by: Luiz Fernando N. Capitulino
Cc: stable@kernel.org
Signed-off-by: Takashi Iwai -
This is likely to confuse user interfaces since the end of the control
name is interpreted (eg, "Volume", "Switch").Signed-off-by: Mark Brown
Signed-off-by: Takashi Iwai -
alsa-info.sh output at:
https://bugzilla.redhat.com/show_bug.cgi?id=441087#c49Signed-off-by: Bastien Nocera
Signed-off-by: Jaroslav Kysela
Signed-off-by: Takashi Iwai -
The SPDIF mute switch code seems broken. It doesn't set unmute bits
properly. Also it contains the duplicated lines (merge error?) to be
cleaned up.Signed-off-by: Takashi Iwai
28 Oct, 2008
4 commits
-
Add Wolfson Microelectronics to the HDA vendor ID table.
Signed-off-by: Mark Brown
Signed-off-by: Takashi Iwai -
Added a quirk entry for another HP mobile device with AD1884A codec.
Signed-off-by: Takashi Iwai
-
…i-ioremap-bar' into for-linus
-
- Setting the TFS pin selector for SPORT 0 based on whether the selected
port id F or G. If the port is F then no conflict should exist for the
TFS. When Port G is selected and EMAC then there is a conflict between
the PHY interrupt line and TFS. Current settings prevent the conflict
by ignoring the TFS pin when Port G is selected. This allows both
ssm2602 using Port G and EMAC concurrently.- some code cleanup
Signed-off-by: Cliff Cai
Signed-off-by: Bryan Wu
Acked-by: Mark Brown
Signed-off-by: Takashi Iwai
27 Oct, 2008
2 commits
-
Some machines have broken BIOS resume that doesn't restore the default
pin configuration properly, which results in a wrong detection of HP
pin. This causes a silent speaker output due to missing HP detection.
Related bug: Novell bug#406101
https://bugzilla.novell.com/show_bug.cgi?id=406101This patch fixes the issue by saving/restoring the default pin configs
by the driver itself.Signed-off-by: Takashi Iwai
-
Signed-off-by: Alan Cox
Signed-off-by: Takashi Iwai
24 Oct, 2008
2 commits
-
We shouldn't modify a global variable here.
Signed-off-by: Johannes Berg
Signed-off-by: Takashi Iwai
23 Oct, 2008
1 commit
-
- Codec doesn't support to configure bit clock and frame sync polarities
- Codec doesn't support DSP_A format but DSP_B with inverted bit clock
polarity
- Match also other formats with their signal polaritiesSigned-off-by: Jarkko Nikula
Acked-by: Mark Brown
Signed-off-by: Takashi Iwai