Searched hist:"72620 d6048445bda3f748c97fb2f18e47b19a9e5" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | device.c | diff 72620d6048445bda3f748c97fb2f18e47b19a9e5 Tue Feb 04 04:36:11 CST 2014 Takashi Iwai <tiwai@suse.de> ALSA: Clean up snd_device_*() codes
A few code cleanups and optimizations. In addition, drop snd_device_disconnect() that isn't used at all, and drop the return values from snd_device_free*().
Another slight difference by this change is that now the device state will become always SNDRV_DEV_REGISTERED no matter whether dev_register ops is present or not. It's for better consistency. There should be no impact for the current tree, as the state isn't checked.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | init.c | diff 72620d6048445bda3f748c97fb2f18e47b19a9e5 Tue Feb 04 04:36:11 CST 2014 Takashi Iwai <tiwai@suse.de> ALSA: Clean up snd_device_*() codes
A few code cleanups and optimizations. In addition, drop snd_device_disconnect() that isn't used at all, and drop the return values from snd_device_free*().
Another slight difference by this change is that now the device state will become always SNDRV_DEV_REGISTERED no matter whether dev_register ops is present or not. It's for better consistency. There should be no impact for the current tree, as the state isn't checked.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/include/sound/ |
H A D | core.h | diff 72620d6048445bda3f748c97fb2f18e47b19a9e5 Tue Feb 04 04:36:11 CST 2014 Takashi Iwai <tiwai@suse.de> ALSA: Clean up snd_device_*() codes
A few code cleanups and optimizations. In addition, drop snd_device_disconnect() that isn't used at all, and drop the return values from snd_device_free*().
Another slight difference by this change is that now the device state will become always SNDRV_DEV_REGISTERED no matter whether dev_register ops is present or not. It's for better consistency. There should be no impact for the current tree, as the state isn't checked.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|