diff options
Diffstat (limited to 'sound/pci/ctxfi/ctatc.c')
-rw-r--r-- | sound/pci/ctxfi/ctatc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctatc.c b/sound/pci/ctxfi/ctatc.c index 1bff80cde0a2..b9321544c31c 100644 --- a/sound/pci/ctxfi/ctatc.c +++ b/sound/pci/ctxfi/ctatc.c | |||
@@ -869,7 +869,7 @@ spdif_passthru_playback_setup(struct ct_atc *atc, struct ct_atc_pcm *apcm) | |||
869 | mutex_lock(&atc->atc_mutex); | 869 | mutex_lock(&atc->atc_mutex); |
870 | dao->ops->get_spos(dao, &status); | 870 | dao->ops->get_spos(dao, &status); |
871 | if (((status >> 24) & IEC958_AES3_CON_FS) != iec958_con_fs) { | 871 | if (((status >> 24) & IEC958_AES3_CON_FS) != iec958_con_fs) { |
872 | status &= ((~IEC958_AES3_CON_FS) << 24); | 872 | status &= ~(IEC958_AES3_CON_FS << 24); |
873 | status |= (iec958_con_fs << 24); | 873 | status |= (iec958_con_fs << 24); |
874 | dao->ops->set_spos(dao, status); | 874 | dao->ops->set_spos(dao, status); |
875 | dao->ops->commit_write(dao); | 875 | dao->ops->commit_write(dao); |