Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a126fd56 authored by Ilkka Koskinen's avatar Ilkka Koskinen Committed by Mark Brown
Browse files

ASoc: tpa6130a2: Remove unnecessary variable

parent 40ca1142
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -267,12 +267,8 @@ static const struct snd_kcontrol_new tpa6130a2_controls[] = {
 */
 */
static void tpa6130a2_channel_enable(u8 channel, int enable)
static void tpa6130a2_channel_enable(u8 channel, int enable)
{
{
	struct	tpa6130a2_data *data;
	u8	val;
	u8	val;


	BUG_ON(tpa6130a2_client == NULL);
	data = i2c_get_clientdata(tpa6130a2_client);

	if (enable) {
	if (enable) {
		/* Enable channel */
		/* Enable channel */
		/* Enable amplifier */
		/* Enable amplifier */