| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -11/+1 |
* | ALSA: pci: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 2019-01-15 | 1 | -1/+0 |
* | ALSA: fm801: add error handling for snd_ctl_add | Zhouyang Jia | 2018-06-11 | 1 | -4/+12 |
* | ALSA: pci: make snd_pcm_hardware const | Bhumika Goyal | 2017-08-12 | 1 | -2/+2 |
* | ALSA: fm801: Initialize chip after IRQ handler is registered | Andy Shevchenko | 2017-07-18 | 1 | -2/+2 |
* | ALSA: fm801: Constify hw_constraints | Takashi Iwai | 2017-06-09 | 1 | -4/+4 |
* | ALSA: constify snd_pcm_ops structures | Julia Lawall | 2016-09-02 | 1 | -2/+2 |
* | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2016-01-17 | 1 | -50/+95 |
|\ |
|
| * | ALSA: fm801: restore TEA575x state on resume | Andy Shevchenko | 2015-12-21 | 1 | -0/+5 |
| * | ALSA: fm801: save context before suspend devices | Andy Shevchenko | 2015-12-21 | 1 | -2/+3 |
| * | ALSA: fm801: no need to suspend absent codec | Andy Shevchenko | 2015-12-21 | 1 | -6/+12 |
| * | ALSA: fm801: detect FM-only card earlier | Andy Shevchenko | 2015-12-21 | 1 | -30/+39 |
| * | ALSA: fm801: propagate TUNER_ONLY bit when autodetected | Andy Shevchenko | 2015-12-21 | 1 | -0/+4 |
| * | ALSA: fm801: store struct device instead of pci_dev | Andy Shevchenko | 2015-12-20 | 1 | -4/+5 |
| * | ALSA: fm801: put curly braces around empty if-body | Andy Shevchenko | 2015-12-20 | 1 | -2/+3 |
| * | ALSA: fm801: convert rest outw() / inw() to use helpers | Andy Shevchenko | 2015-12-20 | 1 | -10/+26 |
| * | ALSA: fm801: explicitly free IRQ line | Andy Shevchenko | 2015-12-20 | 1 | -0/+2 |
* | | [media] media, sound: tea575x: constify snd_tea575x_ops structures | Julia Lawall | 2015-12-03 | 1 | -1/+1 |
* | | [media] include/media: move driver interface headers to a separate dir | Mauro Carvalho Chehab | 2015-11-17 | 1 | -1/+1 |
|/ |
|
* | ALSA: fm801: remove FSF address | Andy Shevchenko | 2015-01-11 | 1 | -6/+0 |
* | Merge branch 'topic/pci-cleanup' into for-next | Takashi Iwai | 2015-01-11 | 1 | -15/+0 |
|\ |
|
| * | ALSA: fm801: PCI core handles power state for us | Andy Shevchenko | 2015-01-08 | 1 | -15/+0 |
* | | Merge branch 'topic/pci-cleanup' into for-next | Takashi Iwai | 2015-01-07 | 1 | -24/+7 |
|\| |
|
| * | ALSA: fm801: move to pcim_* and devm_* functions | Andy Shevchenko | 2015-01-07 | 1 | -24/+7 |
* | | ALSA: fm801: Remove always NULL parameter | Lars-Peter Clausen | 2015-01-02 | 1 | -11/+3 |
|/ |
|
* | ALSA: fm801: Use snd_ctl_enum_info() | Takashi Iwai | 2014-10-21 | 1 | -8/+2 |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
* | ALSA: fm801: convert struct description to kernel-doc | Andy Shevchenko | 2014-05-19 | 1 | -10/+16 |
* | ALSA: fm801: introduce fm801_ac97_is_ready()/fm801_ac97_is_valid() helpers | Andy Shevchenko | 2014-04-29 | 1 | -37/+42 |
* | ALSA: fm801: introduce macros to access the hardware | Andy Shevchenko | 2014-04-29 | 1 | -63/+68 |
* | ALSA: fm801: Use standard printk helpers | Takashi Iwai | 2014-02-26 | 1 | -13/+13 |
* | ALSA: pci: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-12 | 1 | -3/+2 |
* | [media] tea575x: Move header from sound to media | Ondrej Zary | 2013-08-18 | 1 | -1/+1 |
* | ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at remove | Takashi Iwai | 2013-05-29 | 1 | -1/+0 |
* | ALSA: pci: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 1 | -13/+13 |
* | ALSA: fm801: precedence bug in snd_fm801_tea575x_get_pins() | Dan Carpenter | 2012-11-14 | 1 | -3/+8 |
* | ALSA: Implement channel maps for standard onboard AC97 drivers | Takashi Iwai | 2012-09-06 | 1 | -0/+7 |
* | ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEP | Takashi Iwai | 2012-08-14 | 1 | -3/+3 |
* | ALSA: Convert to new pm_ops for PCI drivers | Takashi Iwai | 2012-07-03 | 1 | -10/+16 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-06-25 | 1 | -2/+2 |
|\ |
|
| * | [media] snd_tea575x: Make the module using snd_tea575x the fops owner | Hans de Goede | 2012-06-11 | 1 | -2/+2 |
* | | ALSA: pci: clean up using module_pci_driver() | Takashi Iwai | 2012-04-24 | 1 | -13/+2 |
|/ |
|
* | [media] tea575x-tuner: update to latest V4L2 framework requirements | Hans Verkuil | 2012-03-19 | 1 | -2/+18 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 1 | -1/+1 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
* | ALSA: fm801 - Clean up redundant reference to snd_fm801_tea575x_gpios[] | Takashi Iwai | 2011-09-23 | 1 | -7/+8 |
* | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2011-09-22 | 1 | -5/+10 |
|\ |
|
| * | ALSA: fm801: Gracefully handle failure of tuner auto-detect | Ben Hutchings | 2011-09-22 | 1 | -3/+10 |
| * | ALSA: fm801: Fix double free in case of error in tuner detection | Ben Hutchings | 2011-09-22 | 1 | -2/+0 |
* | | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 2011-09-14 | 1 | -2/+3 |
|/ |
|