| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: usb-audio: use enum control info helper | Clemens Ladisch | 2011-01-10 | 2 | -16/+3 |
* | ALSA: ymfpci: use enum control info helper | Clemens Ladisch | 2011-01-10 | 1 | -9/+3 |
* | ALSA: cmipci: use enum control info helper | Clemens Ladisch | 2011-01-10 | 1 | -16/+9 |
* | ALSA: bt87x: use enum control info helper | Clemens Ladisch | 2011-01-10 | 1 | -8/+2 |
* | ALSA: core, oxygen, virtuoso: add an enum control info helper | Clemens Ladisch | 2011-01-10 | 7 | -103/+43 |
* | ALSA: virtuoso: add Xonar HDAV1.3 Slim support | Clemens Ladisch | 2011-01-10 | 4 | -16/+206 |
* | ALSA: oxygen: add Xonar DG support | Clemens Ladisch | 2011-01-10 | 7 | -5/+733 |
* | ALSA: oxygen: add X-Meridian 2G support | Clemens Ladisch | 2011-01-10 | 2 | -0/+3 |
* | ALSA: oxygen: add more PCI IDs | Clemens Ladisch | 2011-01-10 | 1 | -0/+3 |
* | ALSA: virtuoso: reduce MCLK in double rate modes | Clemens Ladisch | 2011-01-10 | 3 | -7/+9 |
* | ALSA: oxygen: simplify model-specific MCLK handling | Clemens Ladisch | 2011-01-10 | 8 | -95/+89 |
* | ALSA: virtuoso: use headphone gain setting only on front DAC | Clemens Ladisch | 2011-01-10 | 1 | -0/+2 |
* | ALSA: virtuoso: handle DAC oversampling automatically | Clemens Ladisch | 2011-01-10 | 1 | -79/+21 |
* | ALSA: virtuoso: use lower master clock with H6 daughterboard | Clemens Ladisch | 2011-01-10 | 1 | -13/+18 |
* | ALSA: virtuoso: configure correct master clock frequency on the CS2000 | Clemens Ladisch | 2011-01-10 | 1 | -13/+12 |
* | ALSA: virtuoso: remove non-working controls on Essence ST Deluxe | Clemens Ladisch | 2011-01-10 | 1 | -6/+22 |
* | ALSA: virtuoso: change PCM1796 format to I2S | Clemens Ladisch | 2011-01-10 | 1 | -5/+5 |
* | ALSA: virtuoso: wait for PCM1796 clock to become stable | Clemens Ladisch | 2011-01-10 | 1 | -0/+5 |
* | ALSA: virtuoso: do not use fast I2C speed | Clemens Ladisch | 2011-01-10 | 1 | -2/+2 |
* | ALSA: oxygen: fix SPI clocks slower than 6.25 MHz | Clemens Ladisch | 2011-01-10 | 2 | -6/+6 |
* | ALSA: oxygen: remove oxygen_model::private_data field | Clemens Ladisch | 2011-01-10 | 2 | -5/+2 |
* | ALSA: oxygen: allow different number of PCM and mixer channels | Clemens Ladisch | 2011-01-10 | 7 | -15/+25 |
* | ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near() | Jesper Juhl | 2011-01-10 | 1 | -1/+3 |
* | ALSA: azt3328: improve snd_azf3328_codec_setdmaa() | Andreas Mohr | 2011-01-02 | 1 | -15/+51 |
* | ALSA: azt3328: use proper private_data hookup for codec identification | Andreas Mohr | 2011-01-02 | 1 | -144/+90 |
* | ALSA: azt3328: use a helper variable to remove one indirection in hotpath | Andreas Mohr | 2011-01-02 | 1 | -9/+12 |
* | ALSA: azt3328: cosmetics: use a helper variable for codec setup | Andreas Mohr | 2011-01-02 | 1 | -9/+12 |
* | ALSA: azt3328: _setfmt() update | Andreas Mohr | 2011-01-02 | 1 | -16/+25 |
* | ALSA: azt3328: cosmetics, minor updates | Andreas Mohr | 2011-01-02 | 1 | -12/+19 |
* | ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resource | Joe Perches | 2010-12-14 | 1 | -2/+2 |
* | Merge branch 'topic/workq-update' into topic/misc | Takashi Iwai | 2010-12-13 | 73 | -367/+496 |
|\ |
|
| * | sound: don't use flush_scheduled_work() | Tejun Heo | 2010-12-13 | 10 | -72/+22 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-12-03 | 13 | -27/+35 |
| |\ |
|
| | * | Merge branch 'fix/asoc' into for-linus | Takashi Iwai | 2010-12-02 | 10 | -18/+22 |
| | |\ |
|
| | | * | Merge branch 'for-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/lr... | Takashi Iwai | 2010-12-02 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | ASoC: omap: N810: Don't select CONFIG_OMAP_MUX but make it as dependency | Jarkko Nikula | 2010-12-02 | 1 | -1/+1 |
| | | * | | ASoC: WM8731: Fix incorrect mask for bypass path disable | Dimitris Papastamos | 2010-12-01 | 1 | -1/+1 |
| | | * | | s6105-ipcam: fix compilation | Daniel Glöckner | 2010-11-30 | 1 | -1/+1 |
| | | * | | s6000-pcm: fix compilation | Daniel Glöckner | 2010-11-30 | 1 | -1/+1 |
| | | * | | s6000-i2s: fix compilation | Daniel Glöckner | 2010-11-30 | 1 | -1/+1 |
| | | * | | ASoC: Fix missing spin_unlock_irqrestore | Axel Lin | 2010-11-30 | 1 | -4/+5 |
| | | |/ |
|
| | | * | ASoC: Add missing dev_set_drvdata in p1022_ds_probe | Axel Lin | 2010-11-29 | 1 | -0/+1 |
| | | * | ASoC: Add missing dev_set_drvdata in mpc8610_hpcd_probe | Axel Lin | 2010-11-29 | 1 | -0/+1 |
| | | * | ASoC: Remove unneeded !! operations while checking return value of nuc900_che... | Axel Lin | 2010-11-29 | 1 | -3/+3 |
| | | * | ASoC: Fix compile error for nuc900-pcm.c | Axel Lin | 2010-11-29 | 2 | -1/+3 |
| | | * | ASoC: Fix prototype for nuc900_ac97_probe and nuc900_ac97_remove | Axel Lin | 2010-11-29 | 1 | -4/+3 |
| | | * | ASoC: Fix compile error for nuc900-ac97.c | Axel Lin | 2010-11-29 | 1 | -1/+1 |
| | * | | Merge branch 'fix/hda' into for-linus | Takashi Iwai | 2010-12-02 | 3 | -9/+13 |
| | |\ \ |
|
| | | * | | ALSA: hda: Use "alienware" model quirk for another SSID | Daniel T Chen | 2010-12-02 | 1 | -0/+2 |
| | | * | | ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulation | Takashi Iwai | 2010-11-30 | 1 | -8/+11 |