aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sound (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-05-27Merge branch 'fix/pcm-jiffies-check' into for-linusTakashi Iwai1-0/+5
* fix/pcm-jiffies-check: ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug mode ALSA: Fix invalid jiffies check after pause
2009-05-27ALSA: Enable PCM hw_ptr_jiffies check only in xrun_debug modeTakashi Iwai1-0/+5
The PCM hw_ptr jiffies check results sometimes in problems when a hardware doesn't give smooth hw_ptr updates. So far, au88x0 and some other drivers appear not working due to this strict check. However, this check is a nice debug tool, and the capability should be still kept. Hence, we disable this check now as default unless the user enables it by setting the xrun_debug mode to the specific stream via a proc file. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-05-24ALSA: hda - Add 5stack-no-fp model for STAC927xTakashi Iwai1-0/+1
The recent fix for the headphone volume control on IDT/STAC codecs resulted in the removal of invalid "Side" volume eventually. But, if the front panel doesn't exist, this setup could be regarded as a sort of regression, as reported in kernel bug #13250. Now as a workaround, a new model 5stack-no-fp is added so that the user without the front panel can choose this one explicitly. Reference: bko#13250 http://bugzilla.kernel.org/show_bug.cgi?id=13250 Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-04-15ALSA: add missing definitions(letters) to HD-Audio.txtJustin Mattock1-2/+2
impact: Add missing definitions(letters). Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-04-06Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+71
2009-04-02ASoC: Add some documentation for the ASoC jack APIMark Brown1-0/+71
A brief overview of how the components of the API fit together. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2009-03-24Merge branch 'topic/oxygen' into for-linusTakashi Iwai1-1/+1
2009-03-24Merge branch 'topic/oss-fix' into for-linusTakashi Iwai2-24/+1
2009-03-24Merge branch 'topic/msnd' into for-linusTakashi Iwai1-0/+48
2009-03-24Merge branch 'topic/hda' into for-linusTakashi Iwai3-6/+65
2009-03-24Merge branch 'topic/docbook-fix' into for-linusTakashi Iwai2-6323/+0
2009-03-24Merge branch 'topic/cs423x-merge' into for-linusTakashi Iwai1-25/+9
2009-03-24Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+3
2009-03-24Merge branch 'topic/vmaster-update' into for-linusTakashi Iwai1-0/+4
2009-03-24Merge branch 'topic/jack' into for-linusTakashi Iwai1-0/+3
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-19/+25
2009-03-12ALSA: hda - Add model=vaio for STAC9872Takashi Iwai1-1/+2
Add the default pin config for model=vaio (in case of broken BIOS). Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-10ALSA: hda - Add missing models to documentationTakashi Iwai1-1/+4
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-09ALSA: Move ALSA docbooks to be with the rest of the kernel docbooksRandy Dunlap2-6325/+0
Move ALSA docbooks to be with the rest of the kernel docbooks and add them to the Makefile so that they build. Latter required a few minor changes to alsa .tmpl files. (I did not remove all of the trailing whitespace in the .tmpl files.) Fixes kernel bugzilla #12726: http://bugzilla.kernel.org/show_bug.cgi?id=12726 Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: documentation_man-pages@kernel-bugs.osdl.org Cc: Nicola Soranzo <nsoranzo@tiscali.it> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-09ALSA: Fix DocBook headersTakashi Iwai2-8/+10
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-09Merge branch 'topic/vmaster-update' into topic/docbook-fixTakashi Iwai2-2/+15
2009-03-09Merge branch 'topic/jack' into topic/docbook-fixTakashi Iwai1-0/+3
2009-03-09ALSA: Add sound/core/jack.c to driver-API docbook entryTakashi Iwai1-0/+3
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-09ALSA: Add kernel-doc comments to vmaster stuffTakashi Iwai1-0/+4
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-04ALSA: hda - Fix HP dv6736 mic inputTakashi Iwai1-0/+1
Fix the mic input of HP dv6736 with Conexant 5051 codec chip. This laptop seems have no mic-switching per jack connection. A new model hp-dv6736 is introduced to match with the h/w implementation. Reference: Novell bnc#480753 https://bugzilla.novell.com/show_bug.cgi?id=480753 Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-03-02ALSA: hda - Update documetation for hints sysfs entryTakashi Iwai1-3/+6
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-26ALSA: hda - Add model=auto for STAC/IDT codecsTakashi Iwai1-0/+8
Added the model=auto to STAC/IDT codecs to use the BIOS default setup explicitly. It can be used to disable the device-specific model quirk in the driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-26sound: virtuoso: add Xonar Essence STX supportClemens Ladisch1-1/+1
Add support for the Asus Xonar Essence STX sound card. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-23ALSA: hda - Add an example about pin reconfigurationTakashi Iwai1-0/+8
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-23ALSA: hda - Make user_pin overriding the driver setupTakashi Iwai1-1/+2
Make user_pin overriding even the driver pincfg, e.g. the static / fixed pin config table in patch_sigmatel.c. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-23ALSA: hda - Rename {override,cur}_pin with {user,driver}_pinTakashi Iwai1-6/+6
Rename from override_pin and cur_pin with user_pin and driver_pin, respectively, to be a bit more intuitive. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-20ALSA: hda - Update documentation for pincfg sysfs entriesTakashi Iwai1-1/+13
Added the brief descriptions of new sysfs entries for pint default config values. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-19sound: Remove documentation for OSS CS4232 driverKrzysztof Helt1-23/+0
There is no OSS cs4232 driver in the kernel any more and this documentation does not contain any info useful for ALSA driver. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-19Merge branch 'topic/snd_card_new-err' into topic/oxygenTakashi Iwai1-19/+25
2009-02-18sound: fix opensound URL in oss IntroductionYoichi Yuasa1-1/+1
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-16ALSA: Fix documentation for snd-cs4236 driverTakashi Iwai1-25/+5
Updated; removal of snd-cs4232 entry. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-16Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai1-19/+25
2009-02-13ALSA: hda: add quirk for Lenovo X200 laptop dockAristeu Sergio Rozanski Filho1-0/+1
Currently the HP connector on X200 dock doesn't detect when a HP is connected nor allows sound to be played using it. This patch fixes the problem by adding a quirk for this specific model. It's possible that others have the same NID (0x19) to report when dock HP is connected, but I don't have access to any. Please Cc me in the reply since I'm not subscribed to alsa-devel@. Signed-off-by: Aristeu Rozanski <aris@redhat.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-13ALSA: hda - Update documentationTakashi Iwai2-0/+20
Update documentation regarding codec probing; the new probe_only option and the new probe_mask usage. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-02-03ALSA: Document tyan model for Realtek ALC262Tony Vroon1-0/+1
As just pointed out to me, the new tyan model for ALC262 was implemented but not documented. This adds the board to the list, using both its marketing name (Thunder n6650W) and its model number (S2915-E). Signed-off-by: Tony Vroon <tony@linx.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-30ALSA: Add description of new fm_port option for snd-es1688 driverTakashi Iwai1-0/+1
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-29ALSA: Add missing description of snd-cmi8330 module parametersTakashi Iwai1-0/+3
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-28ALSA: Add description of new snd-msnd-* driversTakashi Iwai1-0/+48
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-28Merge branch 'topic/snd_card_new-err' into topic/asocTakashi Iwai1-19/+25
Conflicts: sound/soc/soc-core.c
2009-01-23Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+1
2009-01-23ALSA: hda: Add STAC92HD83XXX_PWR_REF quirkMatthew Ranostay1-0/+1
Some revisions of the 92hd8xxx codec's not supporting port power downs in which the using of it causes capture and also randomly playback streams to not function at all. Thus by disabling it by default and adding a option to enable it manually will fix all issue on current and future revisions. Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-22ALSA: hda - Add quirk for Gateway %1616 laptopTakashi Iwai1-0/+1
Gateway T1616 laptop needs EAPD always on while the current STAC9205 code turns off per HP plug. Added a new model "eapd" to keep it on. Reference: Novell bnc#467597 https://bugzilla.novell.com/show_bug.cgi?id=467597 Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-21ALSA: hda - Remove old models for STAC9872 from the documentTakashi Iwai1-2/+1
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-13ALSA: hda - Update model descriptions in patch_sigmatel.cTakashi Iwai1-2/+10
Update models in patch_sigmatel.c, mainly for the last Gateway updates. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-12ALSA: Update description of snd_card_create() in documentsTakashi Iwai1-19/+25
Signed-off-by: Takashi Iwai <tiwai@suse.de>