|
@@ -965,7 +965,7 @@ static int mixart_update_monitoring(struct snd_mixart* chip, int channel)
|
|
int err;
|
|
int err;
|
|
struct mixart_msg request;
|
|
struct mixart_msg request;
|
|
struct mixart_set_out_audio_level audio_level;
|
|
struct mixart_set_out_audio_level audio_level;
|
|
- u32 resp;
|
|
|
|
|
|
+ u32 resp = 0;
|
|
|
|
|
|
if(chip->pipe_out_ana.status == PIPE_UNDEFINED)
|
|
if(chip->pipe_out_ana.status == PIPE_UNDEFINED)
|
|
return -EINVAL; /* no pipe defined */
|
|
return -EINVAL; /* no pipe defined */
|