mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fix up according to Coding Style
Only whitespace changes in here
This commit is contained in:
parent
5715b2af30
commit
ecf09f2cd6
60 changed files with 297 additions and 418 deletions
|
|
@ -442,8 +442,7 @@ static void process_device(struct userdata *u, struct udev_device *dev) {
|
|||
|
||||
if (action && pa_streq(action, "remove"))
|
||||
remove_card(u, dev);
|
||||
else if ((!action || pa_streq(action, "change")) &&
|
||||
udev_device_get_property_value(dev, "SOUND_INITIALIZED"))
|
||||
else if ((!action || pa_streq(action, "change")) && udev_device_get_property_value(dev, "SOUND_INITIALIZED"))
|
||||
card_changed(u, dev);
|
||||
|
||||
/* For an explanation why we don't look for 'add' events here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue