#ifndef __SOUND_STAC946X_H #define __SOUND_STAC946X_H #define STAC946X_RESET 0x00 #define STAC946X_STATUS 0x01 #define STAC946X_MASTER_VOLUME 0x02 #define STAC946X_LF_VOLUME 0x03 #define STAC946X_RF_VOLUME 0x04 #define STAC946X_LR_VOLUME 0x05 #define STAC946X_RR_VOLUME 0x06 #define STAC946X_CENTER_VOLUME 0x07 #define STAC946X_LFE_VOLUME 0x08 #define STAC946X_MIC_L_VOLUME 0x09 #define STAC946X_MIC_R_VOLUME 0x0a #define STAC946X_DEEMPHASIS 0x0c #define STAC946X_GENERAL_PURPOSE 0x0d #define STAC946X_AUDIO_PORT_CONTROL 0x0e #define STAC946X_MASTER_CLOCKING 0x0f #define STAC946X_POWERDOWN_CTRL1 0x10 #define STAC946X_POWERDOWN_CTRL2 0x11 #define STAC946X_REVISION_CODE 0x12 #define STAC946X_ADDRESS_CONTROL 0x13 #define STAC946X_ADDRESS 0x14 #endif /* __SOUND_STAC946X_H */ /linux/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/mac80211/rate.c
diff options
context:
space:
mode:
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>2016-12-22 15:00:12 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2017-02-02 21:54:52 +0800
commit3484ecbe0e9deb94afb0b9b6172d77e98eb72b94 (patch)
tree4d4be0d20d4946c51ef47a882d78c9934a219c0e /net/mac80211/rate.c
parent11e3b725cfc282efe9d4a354153e99d86a16af08 (diff)
crypto: qat - fix bar discovery for c62x
Some accelerators of the c62x series have only two bars. This patch skips BAR0 if the accelerator does not have it. Cc: <stable@vger.kernel.org> Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/mac80211/rate.c')