summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ALSA: snd-aloop - fix capture buffer silenceJaroslav Kysela2010-09-301-2/+4
* | | | | SOUND-OSS: Remove sh_dac_audioJohn Kacur2010-09-233-335/+0
* | | | | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-09-221-1/+1
|\| | | |
| * | | | ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrolJaroslav Kysela2010-09-151-1/+1
| * | | | ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2010-08-192-5/+11
* | | | | ALSA: usb/mixer: remove bogus castDan Carpenter2010-09-161-2/+3
* | | | | ALSA: core: Allow card id change to the same stringPeter Ujfalusi2010-09-161-2/+7
* | | | | ALSA: usb-audio - Fix an unused-variable compile warningTakashi Iwai2010-09-161-3/+1
* | | | | sound: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-147-93/+97
* | | | | ALSA: sound/ppc/powermac: remove undefined operationsAndreas Schwab2010-09-141-1/+1
* | | | | ALSA: emux: Add trivial compat ioctl handlerBen Hutchings2010-09-141-0/+3
* | | | | sound: Use static const char * const where possibleJoe Perches2010-09-141-1/+1
* | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-146-4/+112
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | sound: Remove pr_<level> uses of KERN_<level>Joe Perches2010-09-132-3/+2
| | |/ / | |/| |
| * | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-09-104-1/+110
| |\ \ \
| | * | | ALSA: hda - Fix wrong HP pin detection in snd_hda_parse_pin_def_config()Takashi Iwai2010-09-081-1/+1
| | * | | ALSA: hda - Enable PC-beep for EeePC with ALC269 codecTakashi Iwai2010-09-081-0/+1
| | * | | ALSA: hda - Add errata initverb sequence for CS42xx codecsBrian Austin2010-09-081-0/+50
| | * | | ALSA: hda - Add quirk for Lenovo T400sTakashi Iwai2010-09-071-0/+1
| | * | | ALSA: hda - Add a new hp-laptop model for Conexant 5066, tested on HP G60David Henningsson2010-09-021-0/+57
* | | | | ALSA: snd-usb-caiaq: Add support for Traktor Kontrol S4Daniel Mack2010-09-106-49/+598
* | | | | ALSA: snd-usb-caiaq: drop version numberDaniel Mack2010-09-101-1/+1
* | | | | ALSA: virtuoso: update Kconfig textClemens Ladisch2010-09-091-4/+4
* | | | | ALSA: oxygen: fix CONFIG_SND_OXYGEN_LIB dependency selectionClemens Ladisch2010-09-091-2/+6
* | | | | ALSA: virtuoso: Xonar DS: add stereo upmixing to center/LFE channelsClemens Ladisch2010-09-091-0/+19
* | | | | ALSA: virtuoso: automatically handle Xonar DS headphone routingClemens Ladisch2010-09-091-13/+44
* | | | | ALSA: virtuoso: add Xonar DS headphone jack detectionClemens Ladisch2010-09-092-6/+20
* | | | | ALSA: virtuoso: fix Xonar DS input switchesClemens Ladisch2010-09-091-1/+11
* | | | | ALSA: virtuoso: fix WM8766 register writes with MSBClemens Ladisch2010-09-091-6/+6
* | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-098-12/+54
|\| | | |
| * | | | ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter2010-09-091-0/+2
| * | | | ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai2010-09-081-5/+4
| * | | | ALSA: msnd-classic: Fix invalid cfg parameterTakashi Iwai2010-09-081-2/+6
| * | | | ALSA: usb - Release capture substream URBs properlyTakashi Iwai2010-09-081-1/+1
| * | | | ALSA: virtuoso: fix setting of Xonar DS line-in/mic-in controlsClemens Ladisch2010-09-081-1/+20
| * | | | ALSA: virtuoso: work around missing reset in the Xonar DS Windows driverClemens Ladisch2010-09-084-3/+21
* | | | | ALSA: ca0106 - clean up playback pointer callbackTakashi Iwai2010-09-071-18/+16
* | | | | sound: Remove unnecessary casts of private_dataJoe Perches2010-09-0714-42/+41
* | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-0322-122/+247
|\| | | |
| * | | | ALSA: usb-audio: fix detection of vendor-specific device protocol settingsClemens Ladisch2010-09-036-26/+32
| * | | | ALSA: usb-audio: Assume first control interface is for audioDaniel Mack2010-09-021-1/+7
| |/ / /
| * | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-08-281-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | ASoC: soc-core: fix debugfs_pop_time file permissionsAxel Lin2010-08-271-1/+1
| * | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-08-281-0/+1
| |\ \ \
| | * | | ALSA: hda - Add Sony VAIO quirk for ALC269David Henningsson2010-08-261-0/+1
| * | | | ALSA: pcm: add more format namesDan Carpenter2010-08-281-0/+6
| * | | | sound: oss: fix uninitialized spinlockAkinobu Mita2010-08-281-1/+1
| * | | | ALSA: asihpi - Return hw error directly from oustream_write.Eliot Blennerhassett2010-08-281-2/+5
| * | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-08-231-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ASoC: i.MX ssi: use SSI_STCCR in synchronous modeSascha Hauer2010-08-231-0/+3