techpack: audio: tfa98xx: fix self assigment errors

Clang warns:

./techpack/audio/asoc/codecs/tfa98xx/tfa_dsp.c:2543:9: warning: explicitly assigning
value of variable of type 'int' to itself [-Wself-assign]
        profile=profile;
        ~~~~~~~^~~~~~~~

./techpack/audio/asoc/codecs/tfa98xx/tfa9897_init.c:110:13: warning: explicitly assigning
value of variable of type 'int' to itself [-Wself-assign]
        sample_rate=sample_rate;
        ~~~~~~~~~~~^~~~~~~~~~~~

Change-Id: Ie87226c26ea07a5284fdb61fee6802817c00006b
2 files changed