X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fppc%2Fsnd_ps3.c;h=1aa52eff526a1d97094caa525681b25ca4c8d4e8;hb=b7b996da27e6f8b518a7c7753fa5b6dff2df6899;hp=775bd95d4be6594ceb478c4824e27d4a8c815337;hpb=fba9569924e06da076cb2ad12474bbd82d69f54d;p=pandora-kernel.git diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index 775bd95d4be6..1aa52eff526a 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include @@ -875,7 +876,7 @@ static void __devinit snd_ps3_audio_set_base_addr(uint64_t ioaddr_start) (0x0fUL << 12) | (PS3_AUDIO_IOID); - ret = lv1_gpu_attribute(0x100, 0x007, val, 0, 0); + ret = lv1_gpu_attribute(0x100, 0x007, val); if (ret) pr_info("%s: gpu_attribute failed %d\n", __func__, ret);