Merge remote-tracking branch 'asoc/fix/rsnd' into asoc-linus

This commit is contained in:
Mark Brown 2013-09-11 11:17:17 +01:00
Родитель bf612730bf 34e4447515
Коммит 2ae2caff83
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -55,7 +55,7 @@ struct rsnd_ssi_platform_info {
/* /*
* flags * flags
*/ */
#define RSND_SCU_USB_HPBIF (1 << 31) /* it needs RSND_SSI_DEPENDENT */ #define RSND_SCU_USE_HPBIF (1 << 31) /* it needs RSND_SSI_DEPENDENT */
struct rsnd_scu_platform_info { struct rsnd_scu_platform_info {
u32 flags; u32 flags;

Просмотреть файл

@ -157,9 +157,9 @@ static int rsnd_scu_start(struct rsnd_mod *mod,
int ret; int ret;
/* /*
* SCU will be used if it has RSND_SCU_USB_HPBIF flags * SCU will be used if it has RSND_SCU_USE_HPBIF flags
*/ */
if (!(flags & RSND_SCU_USB_HPBIF)) { if (!(flags & RSND_SCU_USE_HPBIF)) {
/* it use PIO transter */ /* it use PIO transter */
dev_dbg(dev, "%s%d is not used\n", dev_dbg(dev, "%s%d is not used\n",
rsnd_mod_name(mod), rsnd_mod_id(mod)); rsnd_mod_name(mod), rsnd_mod_id(mod));