| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Takashi Iwai | 2017-11-13 | 11 | -0/+11 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 11 | -0/+11 |
* | | ALSA: au88x0: remove redundant assignment of variable i | Colin Ian King | 2017-10-17 | 1 | -1/+1 |
|/ |
|
* | ALSA: pci: make snd_pcm_hardware const | Bhumika Goyal | 2017-08-17 | 1 | -4/+4 |
* | ALSA: au88x0: constify snd_pcm_ops structures | Arvind Yadav | 2017-08-10 | 1 | -1/+1 |
* | ALSA: au88x0: Constify hw_constraints | Takashi Iwai | 2017-06-09 | 1 | -2/+2 |
* | ALSA: au88x0: avoid theoretical uninitialized access | Arnd Bergmann | 2017-03-24 | 1 | -0/+3 |
* | ALSA: pci: constify snd_kcontrol_new structures | Bhumika Goyal | 2017-02-21 | 3 | -5/+5 |
* | ALSA: pci: don't opencode IS_REACHABLE() | Fabian Frederick | 2016-11-13 | 1 | -1/+1 |
* | ALSA: au88x0: Add missing \n to end of dev_err message | Colin Ian King | 2016-09-16 | 1 | -1/+1 |
* | ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift() | Takashi Iwai | 2016-06-29 | 1 | -3/+2 |
* | ALSA: au88x0: Fix zero clear of stream->resources | Takashi Iwai | 2016-05-12 | 1 | -9/+5 |
* | ALSA: au88x0: Fix overlapped PCM pointer | Takashi Iwai | 2016-04-26 | 1 | -1/+4 |
* | ALSA: remove deprecated use of pci api | Quentin Lambert | 2015-04-16 | 1 | -2/+2 |
* | ALSA: au88x0: Remove superfluous ifdef __KERNEL__ | Takashi Iwai | 2015-01-28 | 1 | -2/+0 |
* | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2015-01-28 | 1 | -1/+1 |
* | ALSA: au88x0: Kill the rest snd_print*() | Takashi Iwai | 2014-10-28 | 1 | -1/+1 |
* | ALSA: au88x0: pr_* replaced with dev_* | Sudip Mukherjee | 2014-10-15 | 8 | -82/+94 |
* | ALSA: au88x0: added reference of vortex_t | Sudip Mukherjee | 2014-10-15 | 4 | -8/+9 |
* | sound: pci: au88x0: printk replacement | Sudip Mukherjee | 2014-09-09 | 8 | -74/+74 |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 3 | -3/+3 |
* | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-12 | 1 | -3/+2 |
* | sound: Remove unnecessary semicolons | Joe Perches | 2013-10-14 | 1 | -1/+1 |
* | ALSA: au88x0: Remove redundant break | Sachin Kamat | 2013-09-13 | 1 | -19/+10 |
* | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai | 2013-05-29 | 1 | -1/+0 |
* | ALSA: au88x0 - Define channel map for au88x0 | Raymond Yau | 2013-02-14 | 1 | -0/+23 |
* | ALSA: au88x0: fix incorrect left shift | Nickolai Zeldovich | 2013-01-07 | 1 | -1/+1 |
* | ALSA: pci: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 8 | -20/+20 |
* | ALSA: au88x0: Give comment for vortex_wtdma_bufshift() issue | Takashi Iwai | 2012-10-25 | 1 | -1/+6 |
* | sound: Remove unnecessary semicolon | Peter Senna Tschudin | 2012-10-06 | 2 | -2/+2 |
* | ALSA: au88x0 - Remove unused "Master Mono" Playback Volume and Playback Switc... | Raymond Yau | 2012-06-05 | 1 | -0/+11 |
* | ALSA: pci: clean up using module_pci_driver() | Takashi Iwai | 2012-04-24 | 1 | -15/+2 |
* | ALSA: au88x0 - Avoid possible Oops at unbinding | Takashi Iwai | 2012-03-16 | 1 | -1/+1 |
* | ALSA: Au88x0 - Implement subdevice volume controls | Raymond Yau | 2012-01-24 | 3 | -13/+145 |
* | ALSA: Au88x0 - Reduce the number of playback subdevices of au8830 from 32 to 16 | Raymond Yau | 2012-01-16 | 2 | -1/+3 |
* | ALSA: Au88x0 - Support 4 channels playback when AC97 codecs has SDAC bit | Raymond Yau | 2012-01-16 | 2 | -5/+6 |
* | ALSA: Au88x0 - Fix channels swapping of 4 channels playback | Raymond Yau | 2012-01-08 | 2 | -4/+1 |
* | ALSA: Au88x0 - Fix IRQ fifo error and channels swap of 4 channels playback | Raymond Yau | 2012-01-08 | 2 | -6/+6 |
* | ALSA: Au88x0 - Fix Xtalk's constants | Raymond Yau | 2012-01-08 | 1 | -31/+56 |
* | ALSA: Au88x0 - Xtalk - fix write/read of eq and xt instates | Raymond Yau | 2012-01-08 | 1 | -32/+32 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 1 | -1/+1 |
* | sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
* | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 2011-09-14 | 1 | -3/+3 |
* | ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/* | Takashi Iwai | 2011-06-10 | 1 | -1/+1 |
* | ALSA: Use KBUILD_MODNAME for pci_driver.name entries | Takashi Iwai | 2011-06-10 | 1 | -1/+1 |
* | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2011-05-22 | 4 | -9/+10 |
|\ |
|
| * | ALSA: au88x0 - Use a better name for pcm devices of au88x0 | Raymond Yau | 2011-04-26 | 4 | -9/+10 |
* | | ALSA - au88x0 - Add buffer bytes constraints | Raymond Yau | 2011-04-27 | 1 | -2/+5 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -4/+4 |
|/ |
|