]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: dice: change notification mask to detect lock status change
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Feb 2016 11:18:37 +0000 (20:18 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Feb 2016 08:52:43 +0000 (09:52 +0100)
commit33a44b81d05a3e645661364c1b90e51afa7fa737
treecf3dca561f3888fad47bb20c30984072ee125c33
parent5dc31ccc9cf9b8dfb17c0fbc3003d6f621f931ea
ALSA: dice: change notification mask to detect lock status change

With former patchset, ALSA dice driver doesn't change clock parameters
anymore, while the driver still touch clock configuration for phase lock.

Although the locking status is in Dice notification, the driver doesn't
detect it. Usually, this causes no issues because in most case
NOTIFY_LOCK_CHG notification transfers after NOTIFY_CLOCK_ACCEPTED
notification, while it's better to detect locking status.

This commit changes notification mask just to detect lock status change.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/dice/dice-transaction.c