Re: [PATCH 2/2] ASoC: amd: closing specific instance.

2020-06-18 Thread Mark Brown
On Thu, Jun 18, 2020 at 12:56:52PM +0530, Ravulapati Vishnu vardhan rao wrote: > The steps to reproduce: > > Record from the internal mic : > (arecord -D hw:1,2 -f dat /dev/null -V stereos) > > Record from the headphone mic: > (arecord -D hw:1,0 -f dat /dev/null -V stereos) > > Kill the recordin

[PATCH 2/2] ASoC: amd: closing specific instance.

2020-06-18 Thread Ravulapati Vishnu vardhan rao
The steps to reproduce: Record from the internal mic : (arecord -D hw:1,2 -f dat /dev/null -V stereos) Record from the headphone mic: (arecord -D hw:1,0 -f dat /dev/null -V stereos) Kill the recording from internal mic. We can see the recording from the headphone mic is broken. This patch recti