| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS | Jie Yang | 2015-05-27 | 1 | -4/+4 |
* | ALSA: info: Register proc entries recursively, too | Takashi Iwai | 2015-05-18 | 1 | -12/+6 |
* | ALSA: core: Don't ignore errors at creating proc files | Takashi Iwai | 2015-04-24 | 1 | -9/+7 |
* | ALSA: core: Remove superfluous exit calls for proc entries | Takashi Iwai | 2015-04-24 | 1 | -17/+0 |
* | ALSA: core: Re-add snd_device_disconnect() | Takashi Iwai | 2015-03-03 | 1 | -4/+1 |
* | ALSA: Add a helper to add a new attribute group to card | Takashi Iwai | 2015-02-06 | 1 | -6/+25 |
* | ALSA: Add a helper to initialize device | Takashi Iwai | 2015-02-02 | 1 | -0/+23 |
* | ALSA: doc: More kerneldoc comments on core components | Takashi Iwai | 2014-10-30 | 1 | -11/+22 |
* | ALSA: control: Protect user controls against concurrent access | Lars-Peter Clausen | 2014-06-18 | 1 | -0/+1 |
* | ALSA: Clean up snd_device_*() codes | Takashi Iwai | 2014-02-25 | 1 | -4/+1 |
* | ALSA: Use priority list for managing device list | Takashi Iwai | 2014-02-25 | 1 | -11/+3 |
* | ALSA: core: Fix missing card sysfs contents | Takashi Iwai | 2014-02-19 | 1 | -5/+5 |
* | ALSA: core: Use standard printk helpers | Takashi Iwai | 2014-02-14 | 1 | -12/+12 |
* | ALSA: Use standard device refcount for card accounting | Takashi Iwai | 2014-02-14 | 1 | -38/+15 |
* | ALSA: Use static groups for id and number card sysfs attr files | Takashi Iwai | 2014-02-14 | 1 | -13/+19 |
* | ALSA: Embed card device into struct snd_card | Takashi Iwai | 2014-02-14 | 1 | -19/+35 |
* | ALSA: Mandate to pass a device pointer at card creation time | Takashi Iwai | 2014-02-12 | 1 | -3/+5 |
* | ALSA: Replace with IS_ENABLED() | Takashi Iwai | 2014-02-10 | 1 | -4/+4 |
* | ALSA: Refactor slot assignment code | Takashi Iwai | 2014-01-23 | 1 | -27/+30 |
* | ALSA: bits vs bytes bug in snd_card_create() | Dan Carpenter | 2014-01-23 | 1 | -2/+2 |
* | ALSA: Limit the fallback card id string size | Takashi Iwai | 2013-10-29 | 1 | -1/+1 |
* | ALSA: Optimize module name check | Takashi Iwai | 2013-10-29 | 1 | -1/+1 |
* | ALSA: Add kconfig to specify the max card numbers | Takashi Iwai | 2013-05-24 | 1 | -9/+16 |
* | ALSA: Fix the default suffix string with high card number | Takashi Iwai | 2013-05-24 | 1 | -17/+13 |
* | ALSA: add/change some comments describing function return values | Yacine Belkadi | 2013-03-12 | 1 | -7/+9 |
* | ALSA: Add a reference counter to card instance | Takashi Iwai | 2012-10-30 | 1 | -20/+30 |
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2012-03-24 | 1 | -0/+1 |
|\ |
|
| * | device.h: cleanup users outside of linux/include (C files) | Paul Gortmaker | 2012-03-11 | 1 | -0/+1 |
* | | ALSA: core - Refactor card id string creation code | Takashi Iwai | 2012-03-09 | 1 | -69/+100 |
|/ |
|
* | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | ALSA: core: remove unused variables. | Luca Tettamanti | 2011-05-26 | 1 | -3/+0 |
* | ALSA: core - Don't use "default' for default | Takashi Iwai | 2011-04-04 | 1 | -1/+1 |
* | ALSA: Fix yet another race in disconnection | Takashi Iwai | 2011-03-25 | 1 | -0/+4 |
* | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-10-25 | 1 | -2/+7 |
|\ |
|
| * | ALSA: core: Allow card id change to the same string | Peter Ujfalusi | 2010-09-16 | 1 | -2/+7 |
* | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 2010-10-22 | 1 | -8/+3 |
|/ |
|
* | ALSA: Remove struct snd_monitor_file from public sound/core.h | Takashi Iwai | 2009-09-07 | 1 | -0/+8 |
* | ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision | Jaroslav Kysela | 2009-06-04 | 1 | -16/+10 |
* | ALSA: Fix double locking of card list in snd_card_register() | Mark Brown | 2009-06-03 | 1 | -12/+19 |
* | ALSA: Core - add snd_card_set_id() function | Jaroslav Kysela | 2009-06-02 | 1 | -23/+39 |
* | Merge branch 'topic/ctl-list-cleanup' into for-linus | Takashi Iwai | 2009-03-24 | 1 | -27/+15 |
|\ |
|
| * | ALSA: Clean up snd_monitor_file management | Takashi Iwai | 2009-03-09 | 1 | -27/+15 |
* | | ALSA: Introduce snd_card_create() | Takashi Iwai | 2009-01-12 | 1 | -16/+31 |
|/ |
|
* | sound: Fix warnings relating to ignored return value in snd_card_register | Hannes Eder | 2008-11-18 | 1 | -2/+6 |
* | ALSA: when card identification is changed, change also /proc/asound symlink | Jaroslav Kysela | 2008-11-12 | 1 | -0/+1 |
* | ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files | Jaroslav Kysela | 2008-11-12 | 1 | -1/+65 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -1/+4 |
* | device create: sound: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+3 |
* | ALSA: Kill snd_assert() in sound/core/* | Takashi Iwai | 2008-08-13 | 1 | -1/+2 |