Age | Commit message (Expand) | Author | Files | Lines |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 3 | -5/+0 |
2020-08-06 | ALSA: pci: delete repeated words in comments | Randy Dunlap | 1 | -1/+1 |
2020-07-09 | ALSA: Replace with fallthrough pseudo keyword in the remaining places | Takashi Iwai | 1 | -1/+1 |
2020-07-07 | ALSA: pci/oxygen/xonar_wm87x6: remove always true condition | Pierre-Louis Bossart | 1 | -2/+4 |
2020-04-22 | ALSA: oxygen: use true,false for bool variables | Jason Yan | 1 | -2/+2 |
2019-12-11 | ALSA: oxygen: Support PCM sync_stop | Takashi Iwai | 1 | -1/+1 |
2019-12-11 | ALSA: pci: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -6/+0 |
2019-12-11 | ALSA: oxygen: Use managed buffer allocation | Takashi Iwai | 1 | -29/+23 |
2019-11-06 | ALSA: pci: Avoid non-standard macro usage | Takashi Iwai | 1 | -5/+5 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 404 | Thomas Gleixner | 6 | -78/+6 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 264 | Thomas Gleixner | 8 | -93/+8 |
2019-02-06 | ALSA: pci: Clean up with new procfs helpers | Takashi Iwai | 1 | -4/+1 |
2019-01-18 | Merge branch 'topic/pcm-device-suspend' into for-next | Takashi Iwai | 1 | -4/+1 |
2019-01-15 | ALSA: pci: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 1 | -4/+1 |
2019-01-07 | ALSA: oxygen: initialize spdif_playback_enable to 0 | Tom Yan | 1 | -1/+1 |
2019-01-07 | ALSA: virtuoso: add de-emphasis control | Tom Yan | 2 | -3/+69 |
2018-05-31 | ALSA: oxygen: use match_string() helper | Yisheng Xie | 1 | -7/+7 |
2017-11-13 | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 14 | -0/+14 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 14 | -0/+14 |
2017-09-18 | ALSA: oxygen: Xonar DG(X): make model_xonar_dg const | Bhumika Goyal | 2 | -2/+2 |
2017-03-29 | ALSA: oxygen: simply setting of the shortname for Xonar DG cards | Clemens Ladisch | 1 | -4/+2 |
2016-09-02 | ALSA: oxygen: constify snd_pcm_ops structures | Julia Lawall | 1 | -6/+6 |
2015-08-03 | ALSA: oxygen: Fix logical-not-parentheses warning | Tomer Barletz | 1 | -1/+1 |
2015-05-29 | ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FS | Takashi Iwai | 1 | -4/+0 |
2015-04-27 | ALSA: jack: extend snd_jack_new to support phantom jack | Jie Yang | 1 | -1/+1 |
2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 1 | -1/+1 |
2015-01-17 | ALSA: add Studio Evolution SE6X support | Clemens Ladisch | 2 | -0/+162 |
2015-01-17 | ALSA: oxygen: add XIO2001 initialization | Clemens Ladisch | 1 | -1/+10 |
2015-01-17 | ALSA: oxygen: add support for third analog input | Clemens Ladisch | 4 | -7/+82 |
2015-01-17 | ALSA: oxygen: do not create useless S/PDIF controls | Clemens Ladisch | 1 | -0/+9 |
2015-01-11 | Merge branch 'topic/pci-cleanup' into for-next | Takashi Iwai | 1 | -15/+0 |
2015-01-09 | ALSA: oxygen: Simplify PM callbacks | Takashi Iwai | 1 | -15/+0 |
2015-01-04 | ALSA: oxygen: Delete an unnecessary check before the function call "snd_pcm_s... | Markus Elfring | 1 | -2/+1 |
2015-01-02 | ALSA: oxygen: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() | Lars-Peter Clausen | 1 | -8/+0 |
2014-09-22 | ALSA: oxygen: set fifo_size | Clemens Ladisch | 1 | -0/+10 |
2014-09-22 | ALSA: virtuoso: add partial Xonar Xense support | Harley Griggs | 2 | -0/+134 |
2014-09-08 | ALSA: virtuoso: add Xonar Essence STX II daughterboard support | Clemens Ladisch | 1 | -2/+13 |
2014-09-08 | ALSA: virtuoso: add one more headphone impedance setting | Clemens Ladisch | 1 | -8/+10 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2 | -2/+2 |
2014-08-04 | ALSA: virtuoso: add Xonar Essence STX II support | Clemens Ladisch | 2 | -2/+11 |
2014-03-31 | Merge branch 'for-next' into for-linus | Takashi Iwai | 4 | -14/+14 |
2014-03-18 | ALSA: oxygen: Xonar DG(X): fix Stereo Upmixing regression | Clemens Ladisch | 1 | -6/+24 |
2014-02-26 | ALSA: oxygen: Use standard printk helpers | Takashi Iwai | 4 | -12/+12 |
2014-02-12 | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -2/+2 |
2014-01-29 | ALSA: oxygen: Xonar DG(X): cleanup and minor changes | Roman Volkov | 3 | -33/+11 |
2014-01-29 | ALSA: oxygen: Xonar DG(X): modify high-pass filter control | Roman Volkov | 1 | -2/+6 |
2014-01-29 | ALSA: oxygen: Xonar DG(X): modify input select functions | Roman Volkov | 2 | -25/+30 |
2014-01-29 | ALSA: oxygen: Xonar DG(X): modify capture volume functions | Roman Volkov | 2 | -8/+26 |
2014-01-29 | ALSA: oxygen: Xonar DG(X): use headphone volume control | Roman Volkov | 1 | -32/+83 |